*{

margin:0;

padding:0;

}



body{

	background:#333333;

	font-family:arial;

	font-size:12px;

	text-align:center;

	color:#5c5c5c;

}

h3{

	font-size:16px;

	font-weight:bold;

	padding-top:12px;

	padding-left:10px;

	color:#333333;
	
	text-align:left;

}



p{

	padding:10px;

}

em{
	padding:0px;
	margin:0px;
}

strong{
	padding:0px;
	margin:0px;
}



img.imgleft{float:left; margin:10px;}



img.imgright{float:right;}



#main_container{

	margin:0 auto;

	width:770px;

	height:auto;

	overflow:auto;

	background:url(images/grey_owl_repeat.gif) no-repeat #5a5c5b;

	text-align:left;

}



#left_column{

	float:left;

	width:190px;

	height:auto;

}

#right_column{

	float:right;

	width:580px;

	height:auto;

	overlflow:auto;

}



#header_image{

	height:250px;

	background:url(images/header_main.jpg) no-repeat;

}



#title_container_main{

	background:url(images/title_bar.jpg) no-repeat #ffffff;

	height:43px;

}



#text_container_1{
	text-align:left;

	background:#d9d9d9;	

}



#text_container_2{
	
	text-align:left;

	background:#d1cdc6;

	overflow:auto;

	height:250px;

}



#footer{

	clear:both;

 	width:770px;

	height:40px; 

	background:#000000;

	text-align:center;

	color:#ffffff;

}