/* CSS Document */

body{
	margin:0;
	padding:0;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 1.2;
	background:#2C2D38;
}

p{
	margin:0;
	padding:0px 0 5px 0;
	color:#fff;
}

a{
	text-decoration:none;
	font-size:11px;
	color:#D1D7FA;
	font-weight: normal;
}
	
a:hover {
  	color:#7587EE;
  	text-decoration: blink;
}

h1{
	margin:0;
	padding:23px 0 0 0;
	font-size:14px;
	color:#D1D7FA;
	font-weight: bold;
}

h2{
	margin:0;
	padding:10px 0 0 0;
	font-size:11px;
	color:#D1D7FA;
	font-weight: bold;
}

#Box{
	margin: 0 auto 0 auto;
}

/* Container Box --*/
#Container{
	width:900px;
	height: auto;
	overflow: hidden;
	margin:0 auto 10px auto;
	background:#404251;
}

/* Header --*/
#Header{
	height:304px;
	background:url('images/home_header.jpg') no-repeat top left; 
}

/* Navigation --*/
#Navigation{
	width:900px;
	background: #000;
	height:28px;
	margin: 0;
	padding: 0;
	float:left;
	clear:both;
	/*background:url('images/content_bg_top.gif') no-repeat top left;*/
}

	#Navigation img{margin: 0 10px 0 10px;}

/* Main --*/
#Main{
	width:900px;
	background: #404251;
	height: auto;
	float:left;
	clear: both;	
}

/* Left Column --*/
#LeftCol{
	float: left;
	clear: both;
	width: 335px;
	margin: 20px 0px 0px 10px;
	padding: 0px;
}

/* Right Column --*/
#RightCol{
	float: right;
	width: 525px;
	margin: 20px 10px 0px 0px;
	padding: 0px;
	background: #555A74;
}

/* Navigation Links --*/
#Nav{
	text-align:center;
	/*float:left;*/
	width:900px;
	margin:10px auto 0px auto;
}
	#Nav a{font-size:10px;color:#D1D7FA;text-decoration: none;}
	#Nav a:hover{font-size:10px;color:#7587EE;text-decoration: underline;}
	#Nav p{color:#D1D7FA;font-size:8px;margin:0 20px 0 20px; padding: 0 20px 0 20px;}


/* Footer --*/
#Footer{
	text-align:center;
	/*float:left;
	clear: both;*/	
	width:900px;
	margin:0 auto 0px auto;
}
	#Footer p, a{color:#D1D7FA;font-size:10px;}
	#Footer a:hover{color:#7587EE;font-size:10px;}
	#Footer .Bottom{height:54px;background:url('images/content_bg_bottom.gif') no-repeat left;}