@charset "utf-8";
/* CSS Document */

*{margin:0px;	padding:0px;}

body{
	background:url('img/bg.gif');
	margin:-3px 0px 100px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
}
div#wrapper{position:relative;background:url('img/main.gif') no-repeat;	margin:auto;	width:821px;	overflow:hidden;}

div#container{position:relative;	float:right;	top:290px;	width:821px;}

/* NEWSLETTER */
div#newsletter{position:relative;	float:left;	left:40px;	top:220px;	width:190px;	font-size:11px;	color:#fff;}
form#subscribe input { background:#fff; color:#000; margin:2px; padding:1px; border:1px solid #ccc;}

/* CONTENT */
div#content{
	position:relative;
	float:left;
	left:86px;
	width:473px;
	background:#fff;
	padding:0px 20px 300px 20px;
	font-size:12px;
	overflow:auto;
	margin-bottom:200px;
}

/* NAVIGATION */
ul#nav{background:#502100; padding:3px 3px 5px 20px; overflow:auto; height:20px; margin-bottom:15px;}
ul#nav li{float:left; list-style:none; list-style-type:none; margin-right:20px;}
ul#nav a{font-size:14px; color:#fff; text-decoration:none; font-weight:bold; letter-spacing:-1px;}

/* GENERAL  */
h2{color:#502100;font-size:18px;letter-spacing:-1px;padding:5px;margin-top:10px;}
h3{margin:0px;}
a{color:#8c8222; }
div#content img{margin-right:5px;}
hr.spacer{height:1px; color:#eee; background:#eee; border:1px solid #eee; margin:10px 0px 20px 0px;}
p{margin-bottom:10px;}

/* FOOTER */
span#footer{font-weight:bold;}