*{
	margin: 0px;
	padding: 0px;
}
html, body{
	background: #217396 url('images/background_repeat.png') repeat top left;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	position: relative;
	height: 100%;
	overflow: auto;
}

a{
	text-decoration: none;
	color: #aedee4;
}

.clearer{
	clear: both;
	height: 0px;
	width: 100%;
	background: black;
	line-height: 0px;
	overflow: hidden;
}

#wrapper {
	min-height:100%;
	position:relative;
}
#top_repeat_x {
	position: relative;
	background:transparent url('images/top_repeat_x.png') repeat-x top left;
	height: 340px;
}
#body_container {
	position: relative;
	padding: 0px;
	padding-bottom: 449px;   /* Height of the footer */
}
#bottom_repeat_x {
	position:absolute;
	bottom:0;
	width:100%;
	height: 449px;   /* Height of the footer */
	background: transparent url('images/bottom_repeat_x.png') repeat-x top left;
}

#top{
	background: transparent url('images/top_center.png') no-repeat top left;
	height: 352px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#content{
	width: 980px;
	margin-top: -20px;
	margin-bottom: -3px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px #c7dce5 solid;
	padding-bottom: 5px;
}

#bottom{
	position: relative;
	width: 1000px;
	height: 449px;
	background: transparent url('images/bottom_center.png') no-repeat top left;
	margin-left: auto;
	margin-right: auto;
}
#bottom .contact{
	position: absolute;
	bottom: 10px;
	font-size: 18px;
	left: 430px;
}

#menu_top{
	width: 347px;
	height: 28px;
	padding-top: 10px;
	background: transparent url('images/menu_top.png') no-repeat top left;
	margin-left: 10px;
	text-align: center;
}
#menu_top a{
	color: #808080;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

#content_table{
	width: 100%;
}
#content_table td{
	vertical-align: top;
}

#left{
	padding-left: 20px;
	padding-right: 30px;
}

#right{
	width: 280px;
	padding-right: 10px;
}

#left h1{
	font-size: 70px;
}
#left h1 span{
	color: #aedee4;
}
#left strong span{
	color: #aedee4;
}
#left hr, #left .separator{
	border: none;
	background: transparent url('images/hr1.png') repeat-x top left;
	height: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #217396;
}
#left p span{
	color: #aedee4;
}

#left p{

}

#left ul{
	list-style: none;
}

#right h2{
	color: #fff100;
	font-size: 30px;
}
#right h3{
	font-size: 21px;
}
#right .separator{
	background: #ffffff;
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#right .title{
	font-size: 21px;
}
#right ul{
	list-style: none;
}
#right li{
	line-height: 20px;
}
