@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
#wrapper {
	width:1200px;
	margin:auto;
	margin-top:-30px;
}
#nav_bar {
	width:900px;
}
#nav_bar ul {
	list-style-type:none;
	margin-left:380px;
	padding-top:40px;
}
#nav_bar li {
	display:inline;
	margin:20px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
}
#nav_bar1 {
	width:900px;
}
#nav_bar1 ul {
	list-style-type:none;
	margin-left:380px;
	padding-top:40px;
}
#nav_bar1 li {
	display:inline;
	margin:20px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
}
#content {
	width:874px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	padding:10px 10px;
	overflow:auto;
}
#content h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin-left:120px;
}
#content h2 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin-left:120px;
}
#about_content {
	color:#FFFFFF;
	width:400px;
	margin-left:120px;
	float:left;
}
#about_content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:120%;
}
#about_pictures {
	float:right;
	width:300px;
	margin-right:10px;
}
#about_pictures img {
	margin:5px 5px;
}
#holder {
	margin-left:150px;
}
#images {
	width:774px;
	margin-left:100px;
	margin-top:40px;
}
#flash {
	width:285px;
	margin-left:120px;
}
#top {
	width:874px;
	height:85px;
	
}
#logo {
	width:282px;
	z-index:100;
	float:left;
	position:absolute;
	margin-top:40px;
	margin-left:-10px;
}
#bottom {
	width:874px;
}
#footer {
	float:left;
	width:200px;
	clear:both;
	margin:450px 0 0 535px;
}
#footer p, #footer1 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
}
#footer1 {
	width:200px;
	clear:both;
	margin-left:370px;
}
body {
	background-color:#990000;
}
a:link {
	text-decoration:none;
	color:#FFFFFF;
}

a:visited {
	text-decoration:none;
	color:#FFFFFF;}
a:hover {
	text-decoration:none;
	color:#000000;
}


a:active {
	text-decoration:none;

}
.thumbnail {
	margin:10px 10px;
	float: left;
	width: 200px;
	padding: 5px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.thumbnail img {
	border:#000000 2px solid;
}
.clearboth {
	clear: both;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:120%;
	color:#FFFFFF;
}
.input {
color:#FFFFFF;}

