body{
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #a8bad9;
}

#head{
	background-color: #000000;
	background-image: url('images/head.jpg');
	position: fixed;
	top: 0px;
	width: 100%;
	height: 120px;
}

#head h1{
	color: #FCD900;
	font-size: 400%;
	margin: 0px;
	margin-left: 15px;
	margin-top: 10px;
}

#head p{
	color: #cccccc;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	margin-left: 60px;
}

#advert{
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 100;
}

#body{
	margin: 0px;
	padding: 5px;
	padding-top: 130px;
	padding-bottom: 110px;
}

#body h2{
	font-size: x-large;
	margin: 5px;
	margin-left: 0px;
}

#body a{
	color: #333333;
}

#body img{
	vertical-align: middle;
}

#foot{
	background-color: #000000;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100px;
	color: #ffffff;
	background-image: url('images/foot.jpg');
}

#nav{
	text-align: center;
	font-size: large;
	margin-bottom: 15px;
}

#nav a{
	color: #ffffff;
}

#blah{
	text-align: center;
	margin: 2px;
	margin-bottom: 5px;
}

#blah p{
	margin: 2px;
}

#blah a{
	color: #ffffff;
}
