/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
}

#wrapper {
	margin: auto;
	width: 800px;
	border: 3px double #000;
}

#header {
	width: 800px;
	height: 200px;
	border-bottom: 1px solid #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	padding-left: 2px;
	width: 798px;
	line-height: 30px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
}

#mainlevel-nav {
	display: inline;
}

#mainlevel-nav li {
	list-style-type: none;
	float: left;
	margin: 0px 10px;
}

#main {
	width: 800px;
	background-color: #fff;
}

#mainlevel-nav li a {
	color: #000000;
	text-decoration: none;
}

#mainlevel-nav li a:hover {
	color: #f70708;
}

#content {
	margin: 0px 40px;
}

h1 {
	font-size: 20px;
}

.contentpane {
	margin-top: 20px;
}

.contentpane a {
	text-decoration: none;
}

.contentitem {
	padding: 1px 0px;
}

#footer {
	width: 800px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
}
