html,body{margin:0;padding:0;}
body
{
  	font-family: Arial;
  	font-size: 16px;
  	width: 100%;
	/*background-color: #FFFFFF;*/
	background-color: 	#393939;
	color:				#f1cb8b;
	text-align: center;
}

div#header
{
	height: 184px;
	width: 1000px;
	border: 0px;
	margin: 0px auto;
	background-image: url("../../images_1024/header.png");
	background-repeat: no-repeat;                  
}

div#header IMG
{
	border: 0px;
}

div#container
{
	width:1000px;
	margin:0 auto;
	text-align: center;
}

div#wrapper
{
	width:1000px;
}

div#content
{
	float:left;
	position: relative;
	width:630px;
}

div#content2
{
	float:left;
	position: relative;
	width:1000px;
}

div#right{
	float:right;
	position: relative;
	width:370px;
	text-align:	left;
}

.clear{
	clear:	both;
}

#footer_shadow{
    background-image: url("../../images_1024/footer_shadow.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	height: 15px;
}

div#footer
{
	height: 78px;
	width: 	913px;
	margin: 0px auto;
	padding: 	30px 0px 0px 87px;
	text-align:			left;        
}

div#footer p{
	margin:			0px;
	padding:		0px;
	color:			#FFFFFF;
	font-size:		11px;
	font-weight:	normal;
}

div#footer IMG
{
  	border: 0px;
}

#top_bg{
    background-image: url("../../images_1024/top_bg.png");
	background-repeat: repeat-x;
}

#bottom_bg{
    background-image: url("../../images_1024/bottom_bg.png");
	background-repeat: repeat-x;
}