/* --------------------------------------------------Body & Layout START-----------------------------------------------------------*/

*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body, html 
{
	color: #000; 
	font-family: Arial, Tahoma, sans-serif;
	background-color: #020913; 
	height: 100%;
	text-align: left;
	display: block;
}

body 
{
	font-size: 12px;
	height: 100%;
}

#bodyContainer
{
	width: 100%;
	text-align: left;
}

#gradientContainer
{
	width: 100%;
	height: 579px;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #020912;
}

#bgGraphicContainer
{
	width: 880px;
	height: 475px;
	text-align: left;
	margin: auto;
}

.bgGraphic
{
	background-repeat: no-repeat;
	background-image: url(../images/bg_graphic.jpg);
	margin: auto;
	width: 669px;
	height: 475px;
}

.headerContainer
{
	width: 879px;
	height: 253px;
	margin: -436px 0px 0px 0px;
}

.header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 879px;
	height: 253px;
	border-top: 1px dotted #384e6b;
	border-bottom: 1px dotted #384e6b;
}

.welcome_hd
{
	height: 35px;
	width: 195px;
	margin: 39px 0px 0px 0px;
}

.welcome_text
{
	width: 400px;
	height: 200px;
	color: #e6f0ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 15px 0px 0px 0px;
}

.buttonHolderLeft
{
	width: 110px;
	height: 15px;
	float: left;
	margin: 190px 0px 0px -110px;
	_margin: 190px 0px 0px -110px;
}

.logoButtonRight
{
	width: 110px;
	height: 140px;
	float: right;
	margin: 36px 165px 0px 0px;
	_margin: 36px 83px 0px 0px;
}

.buttonHolderRight
{
	width: 110px;
	height: 15px;
	float: right;
	margin: 190px -112px 0px 0px;
	_margin: 190px -1140px 0px 0px;
}

.logoButtonLeft
{
	float: left;
	width: 110px;
	height: 140px;
	margin: 36px 0px 0px 165px;
	_margin: 36px 0px 0px 83px;
}

.footer
{
	width: 880px;
	height: 150px;
	border-top: 1px dotted #384e6b;
}

.footerText
{
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding: 15px 0px 0px 0px;
}