﻿/* CSS Document */
html {
 background-color:#fff;
}

body{
	color: #555;
	text-align:center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-x;
	font-size: 11px;
 margin:0px;
 padding:0px;
} 
div#container{
	width:790px;
	text-align:left;
	background-image: url(../Img/bg_main.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
div#header{
	background-image: url(../img/sfHeadline.png);
	height: 142px;
	width: 790px;
	background-repeat: repeat-x;
}
DIV#menutop {
	text-align: center;
	display: inline;
}
div#menu {
	color: #FFFFFF;
	height: 18px;
	visibility: hidden;
	display: block;
}
div#main{
	float:left;
	width:579px;
}
div#content{float:right;width:368px}
div#nav{float:left;width:206px}
div#extra{
	float:right;
	width:206px;
	background-color: #FDFDFB;
} 
div#footer{
	font-size: 9px;
	color: #177299;
	text-align: center;
	height: 60px;
	clear: both;
	width: 788px;
	margin-top: 5px;
}
div#section_image {
	height:150px;
}

