body {
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	background-color: #303030;
	
	font-family: Arial, Helvetica, Tahoma, sans-serif;	
	font-size: 12px;
	line-height: 18px;
}

#header {
	background-image: url(../img/bg_top.jpg);
}

#main {
	background-color: #f9f9f9;
}

#footer {
	background-image: url(../img/bg_bottom.jpg);
}

.center {
	position: relative;
	margin: auto;
	width: 810px;
	text-align: left;
}

#marker {
	position: absolute;
	top: 140px;
	height: 5px;
	background-color: #df7a00;
}

#logo { 
	background-image: url(../img/bg_header.jpg);
	height: 104px;
}

#nav {
	background-image: url(../img/bg_nav.gif);
	height: 36px;		
	padding-left: 5px;	
}

#image {
	background-image: url(../img/bg_image.gif);
	height: 93px;
	padding-left: 5px;		
}

#content {
	background-image: url(../img/bg_main.gif);
	min-height: 300px;
	padding: 40px 0px 40px 40px;	
}

.news {
	margin-right: 5px; 
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 20px 5px 0px;
}

.content {
	margin-right: 5px;
	padding: 5px 60px 5px 0px;
}

.subnav {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0px 5px 40px;
	margin-left: 5px;
}

.subnavo {
	border-bottom: 1px solid #e0e0e0;
	border-left: 5px solid #00275b;
	padding: 5px 0px 5px 35px;
	margin-left: 5px;
}

#totop {
	background-image: url(../img/bg_bottom.gif);
	height: 45px;			
}

#links {
	text-align: center;
	background-image: url(../img/bg_footer.jpg);
	height: 128px;		
	color: #aea8a8;	
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #00275b;
}

a:hover {
	text-decoration: underline;
}

.news a {
	text-decoration: none;
	color: #333333;
}

.news a:hover {
	text-decoration: underline;
}

#links a {
	text-decoration: none;
	color: #aea8a8;
}

div.subnav a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

div.subnavo a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

div.subnavo a:hover {
	text-decoration: none;
	color: #00275b;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #00275b;
	line-height: 24px;
}

.imgleft {
	margin-right: 15px;
	margin-bottom: 10px;
}

.imgright {
	margin-left: 15px;
	margin-bottom: 10px;
}