@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	width:850px;
	position:absolute;
	left:50%;
	margin:0px;
	margin-left:-425px;
	background:#436787;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
}

.clear_both{
	clear:both;
}

#main_container{
	width:820px;
	padding:0px 15px 0px 15px;
	background: url(images/shadow_repeat.jpg) top left repeat-y;
}

#border_container {
	width:800px;
	padding:0px 10px 10px 10px;
	background:url(images/page_sidebar.jpg) top left repeat-x #122B4C;
	margin-bottom:10px;
}

#content_border{
	width:790px;
	background:#769DC3;
	padding:5px 5px 5px 5px;
}

#content_container {
	width:465px;
	background:url(images/nav_repeat.jpg) top left repeat-y;
	padding:25px 50px 25px 275px;
}

#bottom_shadow {
	width:850px;
	height:14px;
	background:url(images/shadow_bottom.jpg) top left no-repeat;
}

#copyright {
	text-align:center;
	width:800px;
	color:#5C9CB4;
	font-size:0.9em;
	padding:0px 0px 20px 0px;
}

.contact_page {
	height:400px;
}

.image_right {
	float:right;
	margin: 0px 0px 15px 15px; 
}