@charset "utf-8";
/* CSS Document */

/* Setup Page Centering */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
margin: 0 auto 0 auto;
text-align: left; /* Reset text alignment for Western languages. */
width: 800px;
}
html>body #wrapper {
border: 1px solid #fff;
border-color: transparent;
border-top: 0;
border-bottom: 0;
}

/* Page Element Positioning */

#contentArea {
	width:800px;
	height:409px;
	position:relative;
	text-align:center;
	background-color: #000000;
	vertical-align: middle;
}
#contentHeader {
	height:55px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	color:#FFFFFF;
	background-color: #000000;
	padding-left:200px;
	padding-top:20px;
}

#contentLeft {
	width:200px;
	height:300px;
	clear:both;
	float:left;
	background-color: #000000;
}
#contentRight {
	width:200px;
	height:300px;
	float:left;
	background-color: #000000;
}
#contentFlash {
	width:400px;
	height:300px;
	float:left;
	color:#FFFFFF;
	background-color: #000000;
}
#contentFooter {
	width:800px;
	height:54px;
	clear:both;
	background-color: #000000;
}
#header {
	width:800px;
	height:102px;
	position:relative;
	text-align:left;
}