body {

	/*background-color:#eeeeee;*/

	background-image: url(gmbr/bg.jpg) ;

	font-family: georgia,sans-serif;

	color:#333;

	margin:0;

	padding:0;

	}

	 

	#wrapper {

	width:1000px;

	background-image: url(gmbr/bg.jpg) ;

	/*background-color:#ffffff;*/

	margin:0 auto;

	border-top:1px solid #808080;

	border-bottom:1px solid #808080;

	}

	 

	#header {

	width:850px;

	height:200px;

	margin:0 auto;

	/*margin-bottom:25px;*/

	/*border-bottom:1px solid #ccc;

	border-top:1px solid #ccc;*/

	}

	 

	#header h2 {

	padding:10px;

	}

	 

	#nav {

	width:650px;

	/*width:850px;*/

	height:40px;
	margin:0 auto;

	/*float:centre;*/

	/*border-top:1px solid #ccc;

	border-bottom:1px solid #ccc;*/

	}

	 

	/*#nav a {

	display:inline;

	padding:10px;

	text-decoration:none;

	background-color:#f1f1f1;

	}*/

	 

	/*#nav a:hover {

	background-color:#bababa;

	height:80px;

	}*/

	 

	#content {

	background-color:#ffffff;

	width:900px;
	margin:0 auto;

	/*float:center;*/

	padding:10px;

	/* border-top:1px solid #808080; */

	/*margin-right:25px;*/

	margin-bottom:25px;

	}

	

	



	/*#sidebar {

	width:200px;

	float:left;

	margin-left:25px;

	margin-bottom:25px;

	}

	 

	#sidebar a {

	text-decoration:none;

	}

	 

	#sidebar li {

	list-style:none;

	}*/

 

	#footer {

	clear:both;

	width:1000px;

	height:50px;

	border-top:1px solid #ccc;

	} 
	

	 

	/*#footer p {

	padding:10px;

	}*/