body
{
	background-color: #0f0a0e;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
#wrap
{
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	margin: 0 auto; 
	padding: 0 0 0 36px; 
	width: 1024px; 
}
	#header
	{
		background-image: url('../images/header.png');
		background-repeat: no-repeat;
		height: 111px;
		width: 983px;
		text-align: right;
		border: #333a95 solid 2px;
	}
		#header ul
		{
			padding: 15px 15px 0 0;
		}
		#header ul li
		{
			list-style: none;
			display: inline;
		}
		#header ul li dfn
		{
			display: none;
		}
		#header ul li a
		{
			text-decoration: none;
			color: #FFFFFF;
			background-image: url('../images/btn_top_middle.png');
			background-repeat: repeat-x;
			padding: 5px 5px 5px 5px;
			font-weight: bold;
		}
			#header ul li a:hover
			{
				background-image: url('../images/btn_top_middle_over.png');
			}
		.btn-top-lt
		{
			background-image: url('../images/btn_top_lt.png');
			height: 38px;
			width: 6px;
		}
	#header-search
	{
		padding: 0 15px 0 0;
	}
	#sidebar
	{
		background-image: url("../images/lt_nav_bg.png");
		width: 240px;
		float: left;
		height: 560px;
	}
		.lt_nav_sep
		{
			background-image:url('../images/lt_nav_purple_bg.png');
			height: 14px;
			width: 240px;
		}
		#sidebar h1
		{
			padding: 0 0 0 15px;
			margin: 0;
			font-size: 18px;
			background-image: url('../images/lt_nav_blk_bg.png');
			color: #FFFFFF;
		}
		#sidebar ul
		{
			margin: 0;
			padding: 0;
		}
		#sidebar ul li
		{
			list-style: none;
			margin: 0;
		}
		#sidebar ul li a
		{
			background-image: url('../images/lt_nav_btn.png');
			padding: 8px 0px 8px 50px;
			min-width: 190px;
			width: 190px;
			background-repeat: no-repeat;
			margin: 0px 0 0 0px;
			display: block;
			text-decoration: none;
			color: #000000;
			font-weight: bold;
			font-size: 18px;
		}
			#sidebar ul li a:hover
			{
				background-image: url('../images/lt_nav_btn_over.png');
			}
	#content
	{
		min-height: 558px; 
		*height:450px;
		margin: 2px 0 0 242px;
		width: 741px;
	}
	#footer
	{
		margin-left: 240px;
		clear: both;
		background-image: url('../images/footer.png');
		background-repeat: no-repeat;
		height: 92px;
		widows: 748px;
	}