@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/body.jpg);
	margin-top: 50px;
	background-position: 50% top;
	background-repeat: no-repeat;
	background-color: #9eceeb;
}

#content{
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#picture{
	height: 45px;
	width: 860px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

#header{
	height: 80px;
	width: 900px;
	float: left;
}
#menu{
	height: 30px;
	width: 900px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content #menu ul li {
	float: right;
}
#content #menu ul li a {
	height: 22px;
	margin-right: 1px;
	margin-left: 1px;
	display: block;
	width: 80px;
	text-align: center;
	padding-top: 8px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content #menu ul li a:hover {
	color: #8CBFE1;
	text-decoration: none;
}
.gps  {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}


#main{
	float: left;
	width: 860px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-top: 5px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #555555;
}
.bold {
	font-weight: bold;
	color: #000000;
}

#footer{
	clear: both;
	width: 880px;
	background-color: #CCCCCC;
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 5px;
	color: #666666;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin-top: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	color: #000000;
	margin-top: 5px;
}

.thumbs {
	clear: both;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}
.thumbs a {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 2px;
	margin-bottom: 2px;
	display: block;
.bold2 {
	font-weight: bold;
}
.bold2 {
	font-weight: bold;
	font-size: 24px;
}
.pic_right {
	float: right;
}
