@charset "UTF-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: small;
	color: #000000;
}

.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	min-height: inherit;
}

#content {
	background-image: url(../../images/side_border.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
}

#mainContent {
	padding-left: 50px;
	position: absolute; top:155px; left:100px;
	width: 720px;
}

#item_title {
	font-family: Arial;
	font-size: 18px;
	color: #492714;
}

#footer {
position: absolute; left:-100px;
}

ul#menu li a, ul#right_menu li a {  
    text-decoration:none;  
    color:#bd92b2;  
}  
ul#menu li a:hover, ul#right_menu li a:hover {  
    text-decoration:none;  
    color:#ffffff;  
}
ul#menu {   
    margin:0px; padding:0px;  
    position:absolute; left:115px;  
}    
ul#menu li {  
    margin:0px; padding:0px;  
    list-style:none;  
    margin-right:10px;  
    font-size:9px;  
    text-transform:uppercase;  
    display:inline;  
}  