body {
	background: url('gfx/bg.gif');
	background-repeat:repeat-x;
	margin: 0px;
	font-size: 12px;
	font-family: Tahoma;
	
}
div.container {
	width: 990px;
	margin: 0px auto;

}
div#header {
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#menu {
	height: 50px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
div#menu a {
	text-decoration: none;
	color: #ffffff;
	padding: 3px;
}
div#menu a:hover {
	background-color: #8ea808;
}
h1 {
	font-size: 30px;
	color: #ffffff;
	display: inline;
}
div#content {
	padding-top: 10px;
	line-height: 150%;
	padding-bottom: 20px;
} 
div#foot {
	background: url('gfx/foot.bg.gif');
	background-repeat:repeat-x;
	height: 84px;
	font-size: 12px;
	color: #000000;
}
div#foot a {
	text-decoration: none;
	color: #000000;
}
div#foot a:hover {
	text-decoration: underline;
}
img {
border: 1px solid #cccccc;
margin: 20px;
}
