* {
	margin: 0;
}

html, body {
	height: 75%;
	background-color: #1A1A1A;
}

h1.location	{
	margin-left: 20px;
    margin-bottom: 20px;
}

h2.white	{
	margin-bottom: 5px;
	line-height: 1.25em;
	color: #FFF;
	font-family: Georgia;
}

h3	{
	margin-bottom: 20px;
}

.wrapper {
	margin: auto;
	width: 1024px;
	background-color: #1A1A1A;
}

.pics {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 125px;
	width: 1024px;
	background-color: transparent;
}

.navs {
	clear: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 50px;
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left;
	background-color: #1A1A1A;
}

.blue	{
	color: #5691C7;
	font-family: Georgia;
}
 
.leftsection, .midsection, .rightsection, .leftrev, .midrev, .rightrev	{
	margin-left: 20px;
	text-align: left;
	font-size: 13px;
	font-family: "Lucida Console", Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 1.5em;
	height: 100%;
}

div.leftsection	{
	clear: left;
	float: left;
	width: 320px;
}

div.midsection {
	clear: right;
	float: left;
	width: 300px;
}

div.rightsection {
	clear: right;
	float: left;
	width: 320px;
}

div.leftrev	{
	clear: left;
	float: left;
	width: 320px;
}

div.midrev {
	clear: right;
	float: left;
	width: 300px;
}

div.rightrev {
	clear: right;
	float: left;
	width: 320px;
}


.footer {
	clear: left;
	float: left;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 150px;
	width: 100%;
	background-color: #1A1A1A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	border-top: thin solid silver;
}

.link a:link {
	color: #5691C7;
	text-decoration: underline;
}

.link a:visited	{
	color: #5691C7;
}

.link a:hover {
	color: #FFF;
}

.link a:active {
	color: #FFF;
}

.press {
	color: silver;
}

.presslink a:link {
	color: #5691C7;
	text-decoration: underline;
}

.presslink a:visited	{
	color: #5691C7;
	text-decoration: underline;
}

.presslink a:hover {
	color: #FFF;
	text-decoration: underline;
}

.presslink a:active {
	color: #5691C7;
	text-decoration: underline;
}

.navbutton	a:link	{
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	border: 1px solid #666;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
}

.navbutton	a:visited	{
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #666;
	border: 1px solid #666;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
}

.navbutton	a:hover	{
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #5691C7;
	border: 1px solid #5691C7;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
}

.navbutton	a:active	{
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	background-color: #5691C7;
	border: 1px solid #5691C7;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
}
