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

body{
	background-color:#FFFFFF
	}

#wrapper{
	background-image:url(images/bodyback.jpg);
	margin:auto;
	margin-top:5px;
	margin-bottom:10px;
	width:720px;
	height:auto;
	overflow:hidden;
	background-repeat:repeat;
	}

#topbar{
	height:167px;
	width:720px;
	margin-top:18px;
	background-color:#000000;
	}
	
#navbar{
	height:46px;
	width:720px;
	float:left;
	margin-top:-5px;
	margin-left:auto;
	}

#content{
	float:left;
	height:auto;
	width:720px;
	margin-left:auto;
	margin-top:10px;
	}
	
#footer{
	float:left;
	width:720px;
	height:39px;
	margin-bottom:0px;
	background-color:#ffffff
	}
