* {
	padding:0px;
	margin:0px;
}

html {
	background:#E6E6E6;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:normal;
	color:#73C800;
	width:700px;
	margin:auto;
	font-size:60px;
	height:85px;
	background:url('img/logot.png') bottom right no-repeat;
}

h2 {
	color:#006600;
	font-size:20px;
}

#head {
	background:url(img/head.png) repeat-x;
	height:85px;
	padding-top:15px;
	width:100%;
}

#nav {
	background:url(img/nav.png) repeat-x;
	width:100%;
	height:30px;
}

#nav div {
	width:700px;
	margin:auto;
	height:30px;
	background:url('img/logob.png') top right no-repeat;
}

#nav ul {
	width:700px;
	margin:auto;
	list-style:none;
	background:none;
}

#nav li {
	padding-top:5px;
	display:inline;
	float:left;
	font-size:20px;
}

#nav li:hover {
	background:url(img/navhov.png) repeat-x;
	color:#FFFFFF;
}

#nav a {
	padding:0px 10px 0px 10px;;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#nav a:hover {
	color:#FFFFFF;
}

#nav img {
	float:right;
	margin:10px;
	margin-top:-64px;
}

#content {
	background:#FFFFFF url(img/shadow.png) right repeat-y;
	width:680px;
	margin:auto;
	padding:10px;
}

#content p {
	margin:5px;
}

#foot {
	background:url(img/foot.png) no-repeat;
	width:700px;
	margin:auto;
	min-height:10px;
}
