
/* Colors:  white: #FFFFFF;  black: #000000;  grey: #E5E5E5;  */

/* Global style settings */

body
{
	text-align: justify;
	color: #E5E5E5;
	background-color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

.IE_scroll_fix_wrapper
{
	position: relative;
	width: 1004px;
	height: 1%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

.page_size
{
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.content_area
{
	position: relative;
	padding: 10px 50px 10px 50px;
	background-color: #000000;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#footer
{
	text-align: center;
	font-size: 10px;
	position: relative;
	clear: both;
	padding: 10px;
}

.fch
{
	clear: both;
	line-height: .1;
}

.page_heading
{
	text-align: center;
	font-family: sans-serif;
	font-size: 22px;
	padding: 20px;
}



/* Footer box */

#footer_box
{
	clear: both;
	position: relative;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	width: 500px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
}

#footer_left
{
	position: relative;
	float: left;
	padding-left: 20px;
	top: 17px;
}

#footer_logo
{
	position: absolute;
	left: 214px;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

#footer_right
{
	position: relative;
	float: right;
	text-align: right;
	padding-right: 20px;
	top: 17px;
}


