/* CSS Document */

body {
	background:url(../images/bg.gif);
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	}

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

#ad {
	background:url(../ad.png) no-repeat;
	width:889px;
	height:98px;
	margin-top:-10px;
	margin-bottom:10px;
	cursor:pointer;
}

#big {
	font-size:30px;
	font-weight:bold;
	vertical-align:middle;
	color:#CCCCCC;
	}

#container {
	width:890px;
	margin:auto;
	height:100%;
	}
	
#banner {
	margin-top:10px;
	background:url(../images/banner.png) no-repeat;
	height:199px;
	width:890px;
	cursor:pointer;
	}
	
#nav {
	margin-top:10px;
	background:url(../images/nav.gif) no-repeat;
	height:58px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
	font-size:14px;
	padding-top:20px;
	text-align:center;
	}
	
/*Left Box settings:*/
#left_container {
	width:201px;
	float:left;
	clear:left;
	}
#left_head {
	background:url(../images/left_head.gif) no-repeat;
	height:36px;
	}
#left_body {
	background:url(../images/left_bgrep.gif) repeat-y;
	height:auto;
	}
#left_body li
	{
	list-style-image:url(../images/li_bullet.gif);
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
	}
#left_foot {
	background:url(../images/left_foot.gif) no-repeat;
	height:17px;
	}
#navlist li, a
	{
	color:#333333;
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	}

/*Main box settings*/
#main_container {
	width:676px;
	float:right;
	clear:right;
	}
#main_head {
	background:url(../images/main_head.gif) no-repeat;
	height:23px;
	padding-left:20px;
	padding-top:5px;
	color:#000000;
	font-size:14px;
	}
#main_body {
	background:url(../images/main_bg.gif) bottom no-repeat #D6B889;
	border:#000000 solid 1px;
	border-top-width:0px;
	border-bottom-width:0px;
	padding:10px;
	}
#main_foot {
	background:url(../images/main_foot.gif) no-repeat;
	height:28px;
	}