body
{
    background: #020200;
    color: #d3e2ea;
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 12px;
    min-height: 100%;
    line-height: 145%; 
    margin: 0px;   
    padding: 0px;  
}


img
{
    border: 0px
}

a
{
	color: #af5014;    
    font-weight: bold;
    text-decoration: none;    
}

a:hover
{
    color: #dd9f19
}

ul
{
	list-style: disc outside;
	margin: 0px;
	padding: 3px 5px 3px 15px;	
}

h1
{
	font-size: 24px;
	font-weight: normal;
	padding: 5px 0px 15px 0px;
	margin: 0px 0px;
}


div.container
{
	background: url(../layout/body.png) repeat-y 74px 0px;
	width: 1200px;
	overflow: hidden;
	position: relative;
	margin: 0px auto
}

div.cHead
{
	background: url(../layout/header.jpg) no-repeat top center
}
div.cFoot
{
	background: url(../layout/footer.jpg) no-repeat bottom center
}

div.header
{
	width: 100%;
	height: 214px;
	overflow: hidden;
	position: relative;
}
	
	div.header div.menu
	{
		width: 460px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 60px;
	}
	
		div.header div.menu a
		{

			height: 30px;
			float: left;
			display: inline;
			margin-right: 13px;
			position: relative;
			overflow: hidden;
		}	
		
		div.header div.menu a.item0
		{
			width: 70px;
		}	
		div.header div.menu a.item1
		{
			width: 55px;
		}
		div.header div.menu a.item2
		{
			width: 65px;
		}
		div.header div.menu a.item3
		{
			width: 140px;
		}								
		div.header div.menu a.item4
		{
			width: 65px;
		}												

	div.content
	{	
		width: 1048px;
		margin: 25px 0px 20px 75px;	
		
	}	
	
		div.content div.main
		{			
			margin: 0px;
			padding: 10px;
		}
		
					
	
div.footer
{
	width: 1048px;
	height: 90px;
	margin-top: 30px;
	float: left;
	display: inline;
	margin-left: 75px;	
	overflow: hidden
}

	div.footer div.rightlogo
	{
		float: right;
		color: #a30004;
	}	
	div.footer div.rightlogo a
	{
		color: #ff0000;
		font-weight: normal;
		display: inline;
		margin-right: 20px;
		font-size: 11px;
	}	
	div.footer div.menu a:hover, div.footer div.rightlogo a:hover
	{
		color: #ffdedf;
		text-decoration: none
	}	

a.mainButton
{	
	background: url(../layout/button.jpg) no-repeat top left;
	width: 134px;
	height: 23px;			
	display: block;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 13px 0px 0px 38px;			
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}	
a.mainButton:hover
{	
	background: url(../layout/button2.jpg) no-repeat top left;
}	
div.break
{	
	clear: both;
}										
