body
{
	margin: 0;
	background: #9c9c9c URL(images/body_bg.png) top left repeat-x;
	font: 13px Trebuchet MS;
	color: #1a1a1a;
}
h1
{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
p
{
	margin: 0;
	padding: 10px 0 10px 0;
}
h2
{
	font: bold 18px Arial;
	color: #fe0002;
	margin: 0;
}
h3
{
	font: bold 16px Arial;
	color: #fe0002;
	margin: 0;
}
.clear
{
	clear: both;
}
a
{
	color: #fe0002;
	font-weight: bold;
}
#container
{
	width: 940px;
	margin: 40px auto 0 auto;
}
	#header
	{
		width: 940px;
		height: 140px;
		background: URL(images/header_bg.png) top left no-repeat;
	}
	#body
	{
		width: 894px;
		padding: 0 23px 0 23px;
		background: URL(images/content_bg.png) top left repeat-y;
	}
		#menu
		{
			background: URL(images/menu_bg.png) top left repeat-x;
			height: 37px;
		}
			#menu ul
			{
				margin: 0;
				padding: 1px 0 0 0;
				list-style-type: none;
			}
			#menu ul li
			{
				float: left;
				background: URL(images/mnu_bg.png) top left repeat-x;
			}
			#menu ul li span
			{
				background: URL(images/mnu_left.png) top left no-repeat;
				float: left;
			}
			#menu ul li a
			{
				display: block;
				height: 26px;
				padding: 9px 20px 0 20px;
				font: bold 15px Arial;
				color: #ffffff;
				text-decoration: none;
				background: URL(images/mnu_right.png) top right no-repeat;
			}
			#menu ul li a:hover
			{
				text-decoration: underline;
			}
		#splash
		{
			width: 894px;
			height: 135px;
			background: URL(images/splash.png) top left no-repeat;
			text-indent: -9999px;
			margin: 3px 0 0 0;
		}
		#content
		{
			width: 850px;
			padding: 20px;
		}
		#content_sidebar
		{
			padding: 20px;
			width: 530px;
			float: left;
		}
		#sidebar
		{
			width: 300px;
			padding: 20px 20px 20px 0;
			float: left;
		}
			.box
			{
				border: 1px solid #c1c1c1;
				background: #f0f0f0;
				padding: 10px;
				margin: 0 0 20px 0;
			}
	#footer
	{
		height: 41px;
		width: 890px;
		background: URL(images/footer_bg.png) top left no-repeat;
		padding: 17px 0 0 50px;
		font: 11px Trebuchet MS;
		color: #b5b5b5;
	}
		#footer a
		{
			color: #b5b5b5;
		}