body{
	background: url(images/bg_tile.gif) repeat;
}

img{
	border:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	letter-spacing: 0em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {font-size:120%; text-transform:uppercase;}
h2 {font-size:170%;}
h3 {font-size:100%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

#contentwrapper{
	width: 735px;
	margin: 60px auto;
}

#top{
	position:relative;
	width: 100%;
	height: 160px;
	background-color: #fff;
	background: url(images/bg_top.png) no-repeat;
}

#navi{
	position:absolute;
	height: 15px;
	width: 400px;
	top: 57px;
	left: 280px;
	padding: 10px;
}

#navi ul{
	margin: 0;
	padding: 0;
}

#navi li{
	color:#0d87b3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	display: inline;
	list-style-type:none;
	margin: 0;
	padding: 0 10px 0 0;
}

#navi a{
	color:#FFF;
	
	text-decoration:none;
}

#navi a:hover{
	color:#0d87b3;
}

#middle{
	background-color: #fff;
	background: url(images/bg_middle.png) repeat-y;
	min-height: 300px;
	padding: 0 0 0 3px;
}

.contentimage{
	float: left;
}

.column{
	float: left;
	color: #043448;
	width: 400px;
	margin: 0 0 0 30px;
}

.column h2{
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

.column p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#ingress{
	clear:both;
	width: 400px;
	padding: 30px 10px 40px 42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color: #284964;
}

#footer{
	clear:both;
	width: 650px;
	padding: 10px 10px 20px 42px;
	color: #243942;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

#bottom{
	background-color: #fff;
	background: url(images/bg_bottom.png) no-repeat;
	height: 20px;
}
