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

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background:#C46E0B;
}

a:link, a:visited, a:active, a:hover {
	color:			#000;
	text-decoration: none
}

#header{
	background:url(gfx/top.jpg) no-repeat;
	margin:auto;
	width:985px;
	height:249px;
	}

#content{
	background:url(gfx/content.jpg) repeat-y;
	width:955px;
	margin:auto;
	overflow:auto;
	padding-left:15px;
	padding-right:15px;
}

#cntLeft{
	float:left;
	width:130px;
	overflow:auto;
	line-height:18px;
	font-size:12px;
	padding-left:5px;
}

#cntRight{
	float:right;
	width:790px;
	overflow:auto;
	padding-right:25px;

}

#footer{
	background:url(gfx/bottom.jpg) no-repeat;
	margin:auto;
	width:985px;
	height:76px;
	}

