@charset "UTF-8";
body {
	background-color: #b29b58;
	background-image: url(images/bknd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 29px;
	color: #663300;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
	color: #003366;
}
#header_wrapper {
	margin: auto;
	height: auto;
	width: 950px;
}
#wrapper {
	width: 950px;
	margin: auto;
	height: auto;
	position:relative;
	top: 50px;
}
#logo {
	width: 450px;
	float:left;
	position:relative;
	top: 20px;
}
#payment {
	float: left;
	width: 200px;
	position:relative;
	top: 32px;
	left: 290px;
}
#nav_main {
	color:#FFFFFF;
	font-size: 18px;
	letter-spacing: .01em;
	text-align:right;
	height: auto;
	width: 190px;
	float:left;
}
#nav_main a {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	height: 33px;
	text-decoration:none;
	display:block;
	border-bottom: solid 1px #d0bd87;
}
#nav_main a:hover {
	color: #CCCC99;
}
#banner {
	width:709px;
	height:auto;
	float: left;
	position: relative;
	left: 50px;
}
#content_home {
	width: 680px;
	height:auto;
	float:left;
	position: relative;
	top: -25px;
}
#content {
	width: 950px;
	height:auto;
	position: relative;
	top: -25px;
}
#sidebar_home {
	float: left;
	height: auto;
	width: 230px;
	position: relative;
	left: 27px;
	top: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 15px;
	height: 30px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
}
.up	{
	position: relative;
	top: -10px;
}
