/* ---------------------- BEGIN background_styles ---------------------- */
#header_container {
	position: relative;
	height: 120px;
	width: 900px;
	background-color: #414141;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#header_text {
	position: absolute;
	left: 714px;
	width: 166px;
	right: 700px;
	top: 7px;
	height: 22px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}


#header_left{
	height: 120px;
	width: 130px;
	background-image: url(images/Header_Left_Grey.png);
}

#header_center{
	background-image: url(images/Header_Center_Grey.png);
	position: absolute;
	height: 120px;
	left: 130px;
	width: 760px;
	background-repeat: repeat-x;
	top: 0px;
	right: 10px;
}

#header_right{
	height: 120px;
	width: 10px;
	background-image: url(images/Header_Right_Grey.png);
	position: absolute;
	top: 0px;
	right: 0px;
}
#header_logo {
	position: absolute;
	width: 384px;
	height: 55px;
	background-repeat: no-repeat;
	left: 155px;
	top: 31px;
	background-image: url(images/Header_Text_Grey2.png);
}
#main {
	background-image: url(images/Content_Background_Reversed_Grey.png);
	position: relative;
	width: 900px;
	background-color: #898989;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	height: 512px;
	top: -13px;
}

#TopLeft {
	background-image: url(images/Roundedbox_TopLeft10_Grey2.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: relative;
	font-size: 2px;
}
#TopRight {
	background-image: url(images/Roundedbox_TopRight10_Grey2.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	font-size: 2px;
	top: 0px;
	right: 0px;
}
#Top {
	position: relative;
	width: 830px;
	font-size: 2px;
}
#TopCenter {
	position: absolute;
	width: 800px;
	left: 15px;
	background-color: #212121;
	top: 0px;
	height: 15px;
	font-size: 2px;
}
#Bottom {
	width: 830px;
	height: 15px;
	position: absolute;
	right: 0px;
	left: 0px;
	font-size: 2px;
}
#BottomLeft {
	background-image: url(images/Roundedbox_BottomLeft10_Grey2.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	font-size: 2px;
	position: relative;
}
#BottomCenter {
	height: 15px;
	width: 800px;
	background-color: #212121;
	font-size: 2px;
	left: 15px;
	position: absolute;
	top: 0px;
}
#BottomRight {
	background-image: url(images/Roundedbox_BottomRight10_Grey2.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	font-size: 2px;
	float: right;
	bottom: 15px;
	right: 0px;
	top: 0px;
}
p {
	color: #F3F3F3;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
#main a {
	text-decoration: none;
	color: #F3F3F3;
}

#MainBox {

	width: 830px;
	height: 457px;
	top: 20px;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
}

#MainInnerContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #212121;
	width: auto;
	position: relative;
	font-size: 12px;
	height: 437px;
	top: 0px;
	color: #FFFFFF;
}
#MainInnerLeft {
	height: 432px;
	width: 350px;
	padding-left: 35px;
	padding-right: 35px;
	float: left;
	padding-top: 15px;
}
#MainInnerRight {
	height: 220px;
	padding-left: 35px;
	padding-right: 35px;
	width: 320px;
	float: right;
	position: relative;
	top: 100px;
}



#footer_container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	top: -13px;
}
#footer_left {
	height: 91px;
	width: 10px;
	background-image: url(images/Footer_Left_Grey.png);
	background-repeat: no-repeat;
	height: 91px;
}
#footer_center {

	background-image: url(images/Footer_Center_Grey.png);
	position: absolute;
	height: 91px;
	left: 10px;
	width: 880px;
	background-repeat: repeat-x;
	top: 0px;
	right: 10px;
}
#footer_right {
	height: 91px;
	width: 10px;
	background-image: url(images/Footer_Right_Grey.png);
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
}
#header_text p {
	color: #808080;
}
#header_text a {
	color: #DBDBDB;
}

#footer_text {
	margin-left: 55px;
	margin-right: 55px;
	width: auto;
	position: relative;
	text-align: center;
	height: auto;
	color: #A0A0A4;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	top: 34%;
}
#footer_text p {
	color: #A0A0A4;
}


#footer_text a {
	color: #DBDBDB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
body {
	background-color: #000000;
}

/* ---------------------- END background_styles ---------------------- */
img {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;

}
#test {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	height: 80%;
	background-color: #3333CC;
	position: relative;
}
#test2 {
	right: 0px;
	position: absolute;
	height: 10px;
	width: 10%;
}
