﻿body {
	margin: 0px;
	padding: 0px;
	background-color: Black;
	font-family: Verdana, Arial, Tahoma;
	font-size: 9pt;
	color: Black;
}

#Container {
	width: 900px;
	margin: 0 auto;
	background-color: Black;
}

#Header {
	width: 900px;
	height: 345px;
	background-image: url(/_img/bannertop.jpg);
	background-repeat: no-repeat;
}

#Header #TopInfo {
	position: relative;
	top: 2px;
	left: 10px;
	padding-right: 20px;
	color: Black;
}

#Header #OuterContentLabels {
	position: relative;
	top: 262px;
	left: 12px;
	margin-right: 140px;
	font-size: 7pt;
	font-weight: bold;
	color: #d10101;
}

#Header #OuterContentLabels2 {
	position: relative;
	top: 262px;
	left: 12px;
	margin-right: 257px;
	font-size: 7pt;
	font-weight: bold;
	color: #d10101;
}

#Header #Menu {
	width: 700px;
	height: 25px;
	position: relative;
	top: 250px;
	left: 1px;
	color: White;
}

#OuterContent {
	width: 900px;
	min-height: 172px;
	background-image: url(/_img/bannerbottom.jpg);
	background-repeat: no-repeat;
}

#OuterContent #PhotoContent{
	width: 200px;
	height: 170px;
	position: relative;
	top: 5px;
	left: 11px;
	color: White;
}

#OuterContent #VideoContent{
	width: 355px;
	height: 170px;
	position: relative;
	top: 5px;
	left: 57px;
	color: White;
}

#OuterContent #NewsContent{
	width: 150px;
	height: 172px;
	position: relative;
	top: 5px;
	left: 92px;
	color: White;
}

#MainContent {
	width: 870px;
	min-height: 323px;
	background-image: url(/_img/maincontent.jpg);
	background-repeat: no-repeat;
	background-color: #969595;
	margin-right: 50px;
	padding: 15px;
}

#MainContent #MainImages{
	width: 230px;
	position: relative;
	top: 5px;
	left: 20px;
	color: White;
}

#MainContent #MainBiogs{
	width: 500px;
	position: relative;
	top: 5px;
	left: 10px;
	color: Black;
	font-size: 8pt;
}

#MainContent #Maintext{
	width: 500px;
	position: relative;
	top: 5px;
	left: 20px;
	color: White;
}

#Footer {
	width: 100%;
	min-height: 200px;
	background-color: #413f3f;
	border-top: 1px solid #d10101;
}

#Footer #FooterContainer {
	width: 900px;
	margin: 0 auto;
}

/* IE6&7 display-inline fix */
.column {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}