#page, #header,#logo, #content, #nav_top, #nav_bot, #foother, #menu{
	border: 0px solid;
}

#body{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
        
        font-family: Arial, FreeSans, Helvetiva !important;
}
#page{
	width: 960px;
	margin: 0px auto;
	text-align: left; 
}

/** Header ****************************************************************************/
#header{
	height: 100px;
}
#header #logo{
	width: 200px;
	float: left;
	text-align: center;
}
#header #logo a{
	width: 200px;
	height:	100px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
}
#header #logo a img{
	border: none;
}
#header_bar{
	
}

#header-site {
	display: block;
	clear: both;
	height: 210px;
}

/** Content ****************************************************************************/
#center {
	background:	#FFF;
	padding: 10px 10px 30px 10px;
}
#content {
	min-height:	400px;
	background:	#FFF;
	float: left;
        width: 770px;
}
#nav_top,
#nav_bot{

}

/** Foother ****************************************************************************/
#foother{
	height: 180px;
}