body,html {
	padding: 0px;
	font-family: "Avant Garde", "AvantGarde", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 90%;
	background-image: url(_images/page_background.jpg);
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	min-height: 100%;
}
.spacer {
	height: 25px;
	clear: both;
}

#container {
	left: 50%;
	margin-left: -450px;
	position: relative;
	width: 900px;
	background-color: #03498F;
}

#header {
	height: 150px;
	float: left;
	width: 100%;
	background-image: url(_images/header_main.gif);
	background-repeat: no-repeat;
}
#menubar {
	font-weight: bold;
	float: left;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #03498F;

}
#menubar ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menubar li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}


#menubar li a {
	color: #FFFFFF;
}
#menubar li a:hover {
	color: #999999;
}






#content {
	padding-bottom: 10px;
	float: left;
	width: 100%;
	padding-top: 0px;
	background-color: #A4C5FB;
}
#content  p {
	padding-right: 50px;
	line-height: 2em;
	padding-left: 50px;
}
#content  h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 150%;
	margin-right: 50px;
	font-variant: normal;
	margin-left: 50px;
	color: #000000;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}
#content h2 {
	font-size: 100%;
	padding-left: 50px;
}

#content ul {
	padding-left: 80px;

}
#content .picture {
	float: left;
	margin-left: 100px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: 300px;
	height: 320px;
	margin-bottom: 20px;
}
#content .picture img {
	border: 5px solid #FFFFFF;
	margin-bottom: 10px;
}
#content   .thumbnail {
	float: left;
	width: 220px;
	margin-left: 60px;
	text-align: center;
	font-size: 90%;
	margin-bottom: 7px;
	height: 170px;
	margin-top: 7px;
}
#content .thumbnail a {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
}
#content .thumbnail a:hover {
	background-color: #DEDAD3;
}


#content .thumbnail img {
	height: 150px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footer {
	color: #CCCCCC;
	font-size: 70%;
	float: left;
	width: 100%;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	background-color: #03498F;
}
#footer a {
	color: #CCCCCC;
	text-decoration: underline;
}
