/* ----- BASIC ELEMENTS AND FONTS ----- */





html, body {

	color: #fff;

	font-family: 'Tahoma';

	

	margin:0;

	padding:0;

	height: 100%;
	width: 870px;

}

a:link {
  color: #B22222;
  }

.clear {

	clear: both;

	height:30px;

}



p {

	margin: 10px 30px 10px 30px;

}


.content_box_left p {

	text-align:left justify;
	color: #000000;

}



.content_box_right p {

	text-align:left justify;
	color: #000000;

}



a {

	text-decoration: none;

	color:#ffd502;

}

a img { border: none ; }


/*----- LAYOUT ----- */



#container {

	width:987px;

	height:1560px;
	
	background: #072450;	

}


#head {
	width: 790px !important;
	height: 209px;
	float:left;
	text-align: right;
}

#home_box {

	position: absolute;
	left: 60px;
	top: 190px;
	width: 117px;
	height: 23px;
	
	}
	
#content {

	width: 928px;

	text-align: left justify;

	float: left;

	margin: 9px 0 0 30px;

	background: #F2F2F2;
	

}

.content_box_left {

	width: 426px;

	margin: 10px;
	padding: 10px;

	float: left;
	background: #ffffff;
	
}


.content_box_right {
	
	width: 426px;
	margin: 10px 10px 10px 4px;
	padding: 10px;
	float: left;
	background: #ffffff;
	
	
}
