* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	background-color: #333;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

#container {
	margin: 10px auto;
	width: 990px;
}

#header {
	height: 122px;
	background: url(../images/template/header.png) top left no-repeat;
}

#header h1, #header ul li {
	color: #fc0;
} 

#header h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0px 0px 750px;
}

#header ul {
	margin: 5px 0px 0px 775px;
}

#header ul li {
	font-size: .9em;
	margin-left: 10px;
	line-height: 1.2em;
}

#topnav {
	padding: 5px 0px;
	text-align: center;
}

#topnav li {
	display: inline;
	padding: 5px;
	margin: 0px 25px;
	font-weight: bold;
}

#content-top {
	height: 13px;
	background: url(../images/template/content-top.png) top left no-repeat;
}

#content-bottom {
	height: 13px;
	background: url(../images/template/content-bottom.png) top left no-repeat;
}

#content {
	background: url(../images/template/content-bg.png) top left repeat-y;
	padding: 0px 15px;
	color: #ddd;
}

#footer {
	font-size: .7em;	
	color: #fc0;
	text-align: center;
}