﻿body {
	margin: 0px;
	padding: 0px;
	background-color: Black;
	font-family: Verdana, Arial, Tahoma;
	font-size: 9pt;
	color: Black;
}

#Container {
	width: 900px;
	margin: 0 auto;
	border-left: 1px solid #d33838;
	border-right: 1px solid #d33838;
	background-color: White;
}

#Container #BlockContact {
	margin-top: 10px;
	width: 230px;
	min-height: 100px;
	background-color: #f1f0f0;
	padding: 10px;
}

#Header {
	width: 900px;
	height: 380px;
	background-image: url(/_img/bannertop.gif);
	background-repeat: no-repeat;
}

#Header #TopInfo {
	position: relative;
	top: 10px;
	left: 10px;
	color: Black;
}

#Header #Menu {
	width: 700px;
	height: 19px;
	position: relative;
	top: 320px;
	left: 20px;
	color: White;
}

#OuterContent {
	width: 900px;
	min-height: 300px;
	background-image: url(/_img/bannerbottom.gif);
	background-repeat: no-repeat;
}

#OuterContent #MainContent {
	width: 575px;
	padding: 10px 30px 10px 10px;
}

#OuterContent #RightContent {
	width: 241px;
	padding: 10px;
}

#OuterContent #RightContent #Block1 {
	margin-top: 120px;
	width: 221px;
	height: 140px;
	background-color: #d33838;
	padding: 10px;
}

#OuterContent #RightContent #Block2 {
	margin-top: 10px;
	width: 221px;
	min-height: 70px;
	background-color: #d33838;
	padding: 10px;
}

#Footer {
	width: 100%;
	min-height: 200px;
	background-color: #fde0e0;
	border-top: 1px solid #d33838;
}

#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;
}
