body {
	margin: 0 auto;
	background-color: #A7BF6E;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}
#container {
	width:775px;
	text-align:left;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	width:775px;
	height:173px;
	background-image:url(images/header.jpg);
	background-color:#BFAF6E;
	}
#topnav {
	height:35px;
	background-color:#eee;
	border-bottom: 1px solid  #B7A55C;
	vertical-align:middle;
	}
#search {
	width:60%;
	padding: 5px;
	float:left;
	}
#cart {
	float:right;
	text-align:right;
	padding: 5px 10px 5px 10px;
	font-size:12px;
	color:#BF866E;
	}
#navigation {
	padding:0;
	margin:0;
	}
.side {
	vertical-align:top;
	height:739px;
	width:242px;
	color:#000;
	background-position:top left;
	background-image:url(images/side_bg.jpg);
	background-repeat:no-repeat;
	}
#subnavigation {
	padding:10px 5px 0px 40px;
	text-align:left;
	}
#isp {
	float:left;
	clear:both;
	padding:10px 5px 0px 20px;
	}
#content {
	vertical-align:top;
	width:468px;
	height:739px;
	text-align:center;
	padding: 5px 40px 0px 25px;
	background-repeat:no-repeat;
	background-image:url(images/page_bg.jpg);
	background-position:top left;
	}
#page {
	height:600px;
	overflow:auto;
	/* IEWin only */
	scrollbar-track-color: #ccc;
	scrollbar-face-color: #DCD8AD;
	scrollbar-darkshadow-color: #DCD8AD;
	scrollbar-shadow-color: #DCD8AD;
	scrollbar-3dlight-color: #DCD8AD;
	scrollbar-highlight-color: #C9C482;
	scrollbar-arrow-color: #660000;
	}
#content td table {
	width:100%px;
	text-align:left;
	overflow:auto;
	}
#copyright {
	font-size:10px;
	padding:10px;
	}
#footer {
	clear:both;
	text-align:center;
	padding:10px;
	background-color:#877544;
	background-image:url(images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:128px;
	color:#fff;
	}
	
/* Navigation */

#navigation ul
{
padding: 0;
margin: 0;
background-color: #A7BF6E;
color: White;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
/*padding: 0.2em 1em;*/
background-color: #A7BF6E;
color: White;
text-decoration: none;
float: left;
}

#navigation ul li a:hover
{
background-color: #7EBF6E;
color: #fff;
}

#navigation img {
border:0;
}

/* Other styles */

#cart a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
	}
#cart a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6E7EBF;
	text-decoration:none;
	}
#cart img {
	padding: 0 0 0 10px;
	}