.shadow { background-color: #ff8c00; position: relative; top: -2px; left: -2px; right: 4px; bottom: 4px; }
#page_container { background-color: #ffcc10; position: relative; width: 980px; height: 94%; margin: 3% auto; }
#page_body_container {
	background-color: #ffffff;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

#head 
{ background-color: #ffcc10; background-repeat: repeat-y; background-attachment: scroll; background-position: left bottom; width: 100%; padding-right: 15px; }

#head_title { position: relative; width: 300px; }



#body_main {
	height: 300px;
	width: 960px;
}
#front_main {
	background-color: #fff;
	width: 700px;
	height: 300px;
	float: left;
}

#column_right {
	background-color: #999999;
	height: 300px;
	float: left;
	width: 260px;
}
#column_right_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	background-color: #00adef;
	height: 30px;
	color: #FFFFFF;
	padding: 5px 0px 6px 10px;
}
#column_right_bottom   {
	background-color: #999999;
	padding: 10px 10px 5px 10px;
}

#mission {
	font-size: medium;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, tahoma;
	padding: 30px 15px 15px 15px;
	height: 75px;
	width: 960px;
	float: right;
	clear: both;
}

.main_teaser
{ background-color: white; width:			220px; text-align: left; float: left; margin-right: 5px; margin-left: 5px; padding-top: 15px; padding-right: 5px; padding-left: 5px; }

.content { background-color: #fff; width:100%; height:100% }

.contact_box
{ width:			180px; float: 			right; text-align: left; margin-top: 10px; margin-right: 10px; padding: 5px; border: solid 1.5px #b8b8b8; }
.left_content { width: 250px; float: left; padding: 15px 5px; }
.main_content { text-align: justify; width: 400px; margin-right: 180px; margin-left: 250px; padding: 15px 5px; }


.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
 }

.shadow {
	background-color: #D9AD0C;
	position: relative;
	width: 4px;
	right: 4px;
	bottom: 4px;

}

