html,body{margin:0;padding:0;}
body
{
  	font-family: Arial;
  	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
}

div#header
{
	width: 780px;
	height: 98px;
}

div#ad_bar
{
	position: fixed;
	top: 0px;
	left: 781px;
	width: 20px;
	background-color: #010d5f;
}

.main_error
{
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	border: 1px dashed #780000;
	color: #780000;
	background-color: #EEE9DE;
	font-size: 10px;
}

div#container
{
	width:780px;
	margin: 0;
	text-align: left;
	background-color: #FFFFFF;
}

div#wrapper
{
	width:780px;
	background-color: #FFFFFF;
}

div#wrapper IMG, div#wrapper IMG:ACTIVE, div#wrapper IMG LINK:LINK, div#wrapper IMG:VISITED, div#wrapper IMG:HOVER
{
	border: 0px;
}

div#content
{
	float:left;
	position: relative;
	width:525px;
	background-color: #FFFFFF;
	min-height: 800px;
}

div#content_pic
{
	padding-left: 13px;
	padding-top: 10px;
}

div#content_wide
{
	width:100%;
}

div#navigation
{
	position: relative;
	float:left;
	width:255px;
	background-color: #F3F3F3;	
}

div#footer
{
	width: 780px;
	clear:left;
	background-color: #FFFFFF;
}

div#footer A:LINK, div#footer A:VISITED, div#footer A:HOVER, div#footer A:ACTIVE
{
  	color: #000000;
  	text-decoration: none;
}

