﻿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: 73px;
	background-image: url(/_img/header.jpg);
	background-repeat: no-repeat;
}

#Header #TopInfo {
	position: relative;
	top: -1px;
	left: 670px;
	padding-right: 20px;
	color: #000000;
}

#Header #Menu {
	width: 450px;
	height: 25px;
	position: relative;
	top: 4px;
	left: 10px;
	color: White;
}



#OuterContent {
	width: 900px;
	min-height: 17px;
	background-image: url(/_img/menu.jpg);
	background-repeat: no-repeat;
}

#OuterBanner {
	width: 900px;
	height: 340px;
	background-image: url(/_img/banner.jpg);
	background-repeat: no-repeat;
}

#OuterBanner #BannerContent {
	width: 370px;
	height: 50px;
	position: relative;
	top: 278px;
	left: 10px;
	padding-right: 75px;
	color: #bdbdbd;
	font-size: 9px;
}

#MainContent {
	width: 860px;
	min-height: 316px;
	background-image: url(/maincontent.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 20px;
	

}

#MainContent #LeftContent{
	width: 530px;
	margin-right: 30px;
}

#MainContent #LeftContent #InternalImages{
	width: 189px;
	padding-right: 20px;
}

#MainContent #RightContent{
	width: 276px;
	height: 345px;
	padding-left: 20px;
	padding-top: 110px;
	background-image: url(/_img/contact.jpg);
	background-repeat: no-repeat;
}

#Footer {
	width: 100%;
	min-height: 200px;
	background-color: #1c1a19;
	border-top: 1px solid #acc3dc;
}

#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;
}