html{
	background-color:#525051;
	background-image:url(../images/bg_page.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px auto;
	height:100%;
	}
body{
	margin:0px;
	padding:0px;
	height:100%;
	}
#wrapper{
	width:724px;
	margin:0px auto;
	background-color:#d0d0d0;
	padding:0px;
	}
#header{
	width:724px;
	height:155px;
	background-color:#000;
	background-image:url(../images/header_black.jpg);
	/*padding-top:30px;
	color:#fff;*/
	font-size:36px;
	text-align:center;
	}
#content{
	width:680px;
	margin:0px auto;
	}
#nav{
	width:724px;
	height:42px;
	padding:0px;
	background-image:url(../images/navbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#000;
	font-size:16px;
	padding-top:5px;
	}
#nav a{
	text-decoration:none;
	color:#000;
	}
#nav a:hover{
	text-decoration:none;
	color:#fff;
	}
#nav ul{
	display:inline;
	list-style-type:none;
	padding-top:5px;
	}
#nav ul li{
	padding-left:1px;
	padding-right:1px;
	display:inline;
	font-weight:bold;
	}
#footer{
	text-align:center;
	width:724px;
	height:47px;
	background-color:#d0d0d0;
	background-image:url(../images/footerbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
	color:#000;
	}
#footer a{
	text-decoration:none;
	color:33cc33;
	font-weight:bold;
	}
