@charset "UTF-8";
@import "tabs.css";


body {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #ccff99;
	font-weight: normal;
	margin-top: 50px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#container #header {
	height: 200px;
}
.tabbed_area {
	float: left;
}
#container #header #leftHeader {
	height: 200px;
	width: 610px;
	float: left;
	background-image: url(../images/leftHeaderBackground.gif);
}
#container #header #leftHeader span {
	display: none;
}
a {
	color: #CCFF99;
	text-decoration: none;
	outline: none;
}
#container #content #leftContent {
	float: left;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 24px;
	padding-right: 70px;
	padding-left: 10px;
	margin-bottom: 50px;
}
#container #header #rightHeader {
	height: 25px;
	width: 350px;
	float: left;
	background-image: url(../images/rightHeaderBackground.gif);
	font-size: 14px;
	color: #CCFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	padding-top: 175px;
}
#container #content #rightContent {
	float: right;
	width: 350px;
}
.photoLeft {
	height: 154px;
	width: 154px;
	border: 1px solid #666666;
	float: left;
	padding: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.photoRight {
	height: 154px;
	width: 154px;
	border: 1px solid #666666;
	float: left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.smallPhotoLeft {
	height: 34px;
	width: 34px;
	border: 1px solid #666666;
	float: left;
	padding: 2px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.smallPhotoRight {
	height: 34px;
	width: 34px;
	border: 1px solid #666666;
	float: left;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#footer {
	background-color: #161616;
	display: block;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 50px;
}
#container #content {
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

