/* Global styles */
body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: center;
	width: 100%;
	background-color: #28392C;
	background-image: url('../images/elements/bg_main.gif');
	background-repeat: repeat-x;
}

img { border: 0px; }
table { font-size: 90%; }

.divclear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}


/*******************************************************************/
/*                            HEADER                               */
/*******************************************************************/

#mainArea
{
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#headerArea
{
	background-image: url('../images/elements/bg_header2.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	margin: 0px;
	padding: 0px 55px 0px 0px;
}

#headerLeft
{
	float: left;
	width: 410px;
	text-align: left;
}

#logo
{
	padding: 13px 0px 0px 0px;
}

#headerRight
{
	float: right;
	width: 235px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	background-image: url('../images/elements/from_ratrace.gif');
	background-repeat: no-repeat;
	background-position: right 86px;
}

#headerRight h1
{
	font-size: 90%;
	padding: 28px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
	color: #a5ab91;
}

#headerRight h1 a
{
	color: #a5ab91;
	text-decoration: none;
}


/*******************************************************************/
/*                           MID AREA                              */
/*******************************************************************/
#contentArea1
{
	padding: 5px 105px 55px 105px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/elements/bg_content3.gif');
	background-repeat: repeat-y;
	background-position: 55px bottom;
}


#contentArea
{
	padding: 5px 105px 55px 105px;
	margin: 0px 0px 10px 0px;
	background-image: url('../images/elements/bg_content2.gif');
	background-repeat: no-repeat;
	background-position: 55px bottom;
}

#contentArea h2
{
	font-size: 120%;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	font-weight: bold;
	color: #cc0000;
}

/*******************************************************************/
/*                            FOOTER                               */
/*******************************************************************/
