/* CSS Document */


body {
	background-color: #000000;
	font-size: small;
	font-family: Georgia, serif;
	background-image: url(../images/blue_background.gif);
	background-repeat: no-repeat;
	margin-top:0px;
}

#wrap {
	width: 802px;
	text-align: left;
	margin-left: 300px;
	margin-top:0px;
}

#header {
	width: 802px;
	margin-bottom: 55px;
	margin-top: 35px;
	clear: both;
}

#header2 {
	width: 802px;
	margin-bottom: 55px;
	margin-top: 0px;
	clear: both;
}

#main {
	width: 482px;
	float: left;
	text-align: left;
	clear: left;
	margin-right: 10px;
}

.mainText {
	width: 452px;
	color: #999999;
	font-family: Georgia;
	font-size: small;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.5em;
}

.mainText2 {
	width: 440px;
	color: #999999;
	font-family: Georgia;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 35px;
	text-align: left;
	line-height: 1.5em;
}


.mainText a{
	color: #999999;
}

.mainText a:hover{
	color:#CCCCCC;
	text-decoration: none;
}

.mainObject {
	margin-bottom: 55px;
}

.caption {
	width: 452px;
	color: #999999;
	font-family: Georgia;
	font-size: x-small;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.5em;
}

.caption a{
	color: #999999;
}

.caption a:hover{
	color:#CCCCCC;
	text-decoration: none;
}

#nav {
	width: 300px;
	float: right;
}

.thumbnail li {
	padding: 0 25px 0 0;
	margin: 0;
	display: inline;
	float: left;
}