@charset "utf-8";
<style type="text/css"> 
<!-- 
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width:1010px;
	height:auto;
	text-align:left;
	margin:auto;
	position:relative;
	background-color:#ffffff;
} 

#top {
	width:1010px; height:132px;
	margin:0;
	display:block;
}
#top #topLeft{
	width:282px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}
#top #topRight{
	width:728px; height:132px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}

#menuArea {
	display:block;
	background-color:#FFFFFF;
	width:728px; height:43px;
}

#pathArea {
	display:block;
	width:728px; height:21px;
	background-image: url(../elements/pathback.gif);
	background-repeat: repeat-x;
}
#pathArea #paLeft{
	width:628px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}
#pathArea #paRight{
	width:100px;
	margin:0; text-align:right;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}
/* ----- CONTENT AREA ----- */
/* ------------------------ */ 
#mainContent {
	width:1010px; height:auto;
	margin:0;
	display:block;
}
.contentLeft{
	width:282px;
	margin:0;
	/* background-color:#ed1b2f; */
	background-color:#f5151d;
}
.contentRight{
	width:728px;
	margin:0;
}

/* ----- HOME ----- */
/* ---------------- */ 
#homeContent {
	width:710px; height:auto;
	margin:0;
	display:block;
}
#homeLeft{
	width:536px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}
#homeRight{
	width:174px;
	margin:0;
	text-align:center;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}
/* --------- */

/* --------- */

#bottomarea{
	clear:both;
	width:1010px; height:31px;
	background-color:#ed1b2f;
	margin:0;
}
#bottomarea #bottomLeft {
	width:600px; height:31px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}
#bottomarea #bottomRight {
	width:400px; height:31px;
	margin:0;
	float:left;
	display:inline; /* displayed inline, inside the current block */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

--> 
</style>