@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background: #F4F8F9 url(../images/main_back.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p {
	font-size: 80%;
	line-height: 135%;
	color: #000000;
	text-align: justify;
	}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #679BDB;
	}
	
a{
	color: #679BDB;
	}
	
a:hover {
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}
	
.address {
	padding: 10px 0 10px 0;
	font-size: 80%;
	line-height: 135%;
	color: #666666;
	}
	
#back_container {
	width: 100%;
	background: url(../images/back.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	}
	
#page_container {
	width: 830px;
	margin: 25px 0 25px 25px;
	padding: 0;
	}	
	
#header {
	height: 150px;
	width: 100%;
	}
	
#logo {
	float: left;
	}
	
#nav {
	float: left;
	margin-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 195%;
	}
	
#nav a{
	color: #000000;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #679BDB;
	}
	
#nav a.current {
	color: #679BDB;
	text-decoration: underline;
	}
	
#main_container {
	margin-top: 65px;
	width: 100%;
	}
	
#main_text {
	float: left;
	width: 500px;
	}
	
#side_images {
	float: left;
	margin-left: 35px;
	margin-top: 30px;
	}