body {
	background: url(img/bg_top_70.png) repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   
	height: 100%;
	width: 100%;
}

div#header {
	width: inherit;
	height: 35px;
	background: url(img/bg_top.png) repeat-x;
	background-position: top right;
}

div#logo {
	width: 160px;
	float: left;
	text-align: center;
}

div#menu {
	color: #6A8EAE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
	padding: 7px 0px 0px 0px;
	height: 35px;
	background: url(img/nav.png) repeat-x;
	
	white-space: nowrap;
}

div#menu a {
   color: #6A8EAE;
   text-decoration: none;
}

div#menu a:hover {
   color: #6A8EAE;
   text-decoration: underline;
}

div#menu a.active {
   color: #6A8EAE;
   text-decoration: underline;
}

div#menu ul {
   padding: 0px;
   margin: 0px;
   list-style-type: none;
}

div#menu li {
   display: inline;
}

div#contact {
	background: url(img/bg_bottom.jpg);
	color: #6A8EAE;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
	width: inherit;
	height: 25px;	
	margin-top: 50px;
	padding: 45px 0px 0px 0px;
	
	white-space: nowrap;
}

#content {
	width: 970px;
	margin: 50px auto 50px auto;
}

div#content_left {
	width: 650px;
	float: left;
	text-align: left;
	
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

div#content_right {
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: center;
}

div#content_left_index {
	width: 600px;
	float: left;
}

div#content_right_index {
	padding: 50px 0px 0px 0px;
	float: right;
}

.clear {
	clear: both;
}

img {
   border: 0;
   margin: 0;
   padding: 0;
}
