@charset "UTF-8";
/* CSS Document */

.container {
	background:url(../images/bg_tile.jpg) top center repeat-y;
}
#header {
	background:url(../images/header.jpg) top center no-repeat;
	height:341px;
	position:relative;
}
.header_inner {
	
}
.header_title {
	position:absolute;
	top:288px;
	left:280px;
	width:620px;
	overflow:hidden;
	height:35px;
}
#nav {

}
.nav_inner {
	height:50px;
	border:#000 1px solid;
}
#left_column {
	
}
.left_column_inner {
	padding:0 10px 0 10px;
}
#center_column {
	
}
.center_column_inner {
	padding:0 10px 0 10px;	
	
}
.center_column_inner img {
	margin:1px;	
	
}
#footer {
	background:url(../images/footer.jpg) top center no-repeat;
	height:90px;
	text-align:right;
}
.footer_inner {
	padding:10px 10px 0 0;
}
.footer_inner p {
	font-size:90%;
}
#nav {
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
	color:#0f659c;
	list-style-type:none;
	padding: 125px 0px 0 60px;
	}
	#nav li {
		margin-bottom:10px;
		background:url(../images/bullet.jpg) 0px 5px no-repeat; padding:0 0 0 18px;
	}
a {
	color:#0f659c;
	}
p {
	margin:0 0 5px 0;
	padding:0;
	font-size:1.3em;
	line-height:1.6em;
}
.left_column_inner p {
		padding-left:25px;
}