@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
}

#MainContainer {
	margin: auto;
	width: 950px;
	height: auto;
	text-align: center;
	border:  20px solid #fff;
	border-top: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ff9b00;
	text-decoration: underline;
}

a:active {
	color: #ff9b00;
	text-decoration: none;
}

#ContentContainer {
	width: 950px;
	height: 621px;
	text-align: left;
	background-color: #000000;
}

#UpperContainer {
	width: 950px;
	height: 124px;
}

#LogoContainer {
	float: left;
	width: 263px;
	height: 88px;
	padding: 36px 0px 0px 40px;
	background-image: url(../images/top_left_background.jpg);
	background-repeat: no-repeat;
}

#Headline {
	float: left;
	width: 627px;
	height: 104px;
	padding: 20px 0px 0px 20px;
	color: #ff9b00;
	font-size: 34px;
}

#LowerContainer {
	width: 950px;
	height: 497px;
}

#LeftInfo {
	float: left;
	width: 263px;
	height: 497px;
	padding: 30px 0px 0px 40px;
	color: #FFFFFF;
	font-size: 18px;
}

#LeftHeader {
	padding-bottom: 14px;
}

.LeftHolder {
	float: left;
	padding-top: 4px;
	width: 263px;
	height: 40px;
	font-size: 14px;
	font-style: italic;
}

.LeftLine {
	float: left;
	width: 263px;
	height: 1px;
	background-color: #FFFFFF;
}

#LeftLogos {
	float: left;
	margin-top: 40px;
	width: 222px;
	height: 56px;
	background-image: url(../images/3_logos.jpg);
	background-repeat: no-repeat;
}

.OrangeText1 {
	color: #ff9b00;
	font-style: normal;
}

#MainArea {
	float: left;
	width: 647px;
	height: 497px;
	background-image: url(../images/main_background.jpg);
	background-repeat: no-repeat;
}

#NewWebText {
	padding: 170px 0px 0px 30px;
	float: left;
	width: 200px;
	height: 200px;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
}

#ContactText {
	float: left;
	padding: 125px 0px 0px 150px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
