body {
	color: #666600;
	background-color: #FFE4B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

#wrap {
	width : 800px;
	margin: 0 auto;
	background-color: #FFE3C6;
}
#header {
width: 520px;
float: left;
border: 4px solid #666600;
padding:2px;
height: 146px;
}
#address {
width: 246px;
float: right;
border: 4px solid #666600;
padding:2px;
height: 146px;
text-align:center;
}
#address .detail {
margin-top: 20px;
}

#sidebar {
float: left;
width:200px;
margin-top: 10px;
}
#maincontent {
float: right;
width: 600px;
}
.nav {
	width: 168px;
	border: 4px solid #666600;
	padding:2px;
}

.nav ul { margin:0;
 padding:3px; 
}

.nav ul li{
	list-style-type: none;
	text-align:left;
	font-size:14px;
	padding-left: 3px;
}
.nav ul li a:link{
	background-image: url(images/horseshoe2.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom:4px;
	color: #666666;
	padding:0 0 0 25px;
	display:block;
	line-height:18px;

}
.nav ul li a:visited{ 
	background-image: url(images/horseshoe2.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom:4px;
	color: #666666;
	padding:0 0 0 25px;
	display:block;
	line-height:18px;
}
.nav ul li a:hover{ color: #FF9900; background-image: url(images/horseshoe1.gif);}
.pnav {
	width: 90px;
	border: 4px solid #666600;
	padding:2px;
	float: right;
	margin-right: 10px;
	margin-bottom:5px;
}

.pnav ul { margin:0;
 padding:3px; 
}

.pnav ul li{
	list-style-type: none;
	text-align:left;
	font-size:14px;
	padding-left: 3px;
}
.pnav ul li a:link{
	background-image: url(images/horseshoe2.gif);
	background-repeat: no-repeat;
	height: 20px;
	color: #666666;
	padding:0 0 0 25px;
	display:block;
	line-height:18px;

}
.pnav ul li a:visited{ 
	background-image: url(images/horseshoe2.gif);
	background-repeat: no-repeat;
	height: 20px;
	color: #666666;
	padding:0 0 0 25px;
	display:block;
	line-height:18px;
}
.pnav ul li a:hover{ color: #FF9900; background-image: url(images/horseshoe1.gif);}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.content {
clear:both;
width: 800px;
padding-top: 10px;
}
h2 {
text-align:left;
font-size:16px;
clear:both;
padding-left: 10px;
}
.content p {
padding: 0 10px 0 10px;
}


h3 {
text-align:center;
font-size:14px;
}
.content h3 {
text-align:left;
font-size:14px;
padding-left: 10px;
}
.alignleft {
width: 300px;
float:left;
}
#footer {
clear:both;
height: 200px;
width: 792px;
border: 4px solid #666600;
padding: 10px 0 10px 0;
height: 50px;
text-align:center;
}
.imgright {
float : right;
margin: 10px 0 6px 6px;
}
.imgleft {
float : left;
margin: 10px 6px 6px 0;
}
.top {
float : left;
margin: 10px 6px 6px 10px;
}
.vatincrease {
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
}
