* {
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: transparent url(images/bg.jpg) repeat;
}

#container {
	padding: auto;
	width: 730px;
}

#headerimage {
	background: url(images/content-header.jpg) no-repeat;
	width: 730px;
	height: 195px;
}

#topmenu {
	background: url(images/menu-bg.jpg);
	width: 730px;
	height: 35px;
}

#content {
	background: url(images/content-bg.jpg);
	width: 700px;
	padding: 0 15px 0 15px;
}

#footer {
	background: url(images/content-footer.jpg);
	width: 730px;
	height: 26px;
}

#topmenu li {
	list-style: none;
	text-align: center;
	display: inline;
	padding: 0 20px 0 20px;
}

#topmenu ul {
	width: auto;
	text-align: center;
	padding-top: 4px;
}

#topmenu li a {
	color: #fff;
}

#topmenu li a:hover {
	color: #ff6;
	text-decoration: none;
}

#content {
padding-top: 30px;
}

#content p {
	margin: 0;
	padding: 0.6em 0 0.6em 0;
	font-size: 0.9em;
}

#content p.intro {
	font-size: 1em;
}

img {
	padding: 5px;
}

img.mainimage {
	float: right; 
}

#imagebar li {
	list-style: none;
	text-align: center;
	display: inline;
	padding: 0 15px 0 0px;
}

#imagebar ul {
	width: auto;
	text-align: center;
	padding-top: 4px;
}

#footer p {
	font-size: 0.7em;
	color: #ccc;
	text-align: right;
	padding: 0 20px 0 0;
	margin: 0;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	color: #999;
}

h1 {
	width: auto;
	font-size: 2.5em;
	color: #006600;
	font-weight: 200;
}

h2 {
	font-size: 1.5em;
}

a { color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

hr { padding: 16px 0px 16px 0px; }