* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	background-image: url(images/sitebg.png);
	background-repeat: repeat-x;
	background-color: #FC9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	height: 650px;
	margin: 0 auto;
	background-image: url(images/mainbg.png);
}

#header {
	background-image: url(images/header.jpg);
	width: 960px;
	height: 240px;
}
#header h1 {
	padding: 95px 0 0 80px;
	color: #FFF;
	font-size: 45px;
}

#nav {
	background-image: url(images/nav.jpg);
	float: left;
	width: 190px;
	height: 304px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
ul#nav li {
	display: block;	
	margin: 5px 0 0 13px;
}
ul#nav a#currentsmall {
	background-image: url(images/hoversmall.png);
	width: 160px;
	display: block;
	height: 56px;
}
ul#nav a#currentlarge {
	background-image: url(images/hoverlarge.png);
	width: 160px;
	display: block;
	height: 90px;
}
ul#nav li.twoline {
	line-height: 30px;
}
#nav li.twoline a {
	height: 90px;
}
#nav a {
	width: 160px;
	display: block;
	height: 56px;
}
#nav a p {
	padding: 6px 0 0 0;
}
#nav li.twoline a p {
	padding: 9px 0 0 0;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	background-image: url(images/hoversmall.png);
}
#nav a:hover.large {
	background-image: url(images/hoverlarge.png);
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;	
}

#main {
	clear: right;
	padding: 10px 80px 0 210px;
}
h2 {
	padding: 0 0 5px 0;	
}
h3 {
	padding: 5px 0 0 0;	
}
#main a:link, #main a:visited {
	color: #F90;
	text-decoration: none;
}
#main a:hover, #main a:active {
	color: #6CC;
	text-decoration: none;
}
#main ul li {
	display: block;	
	padding: 0 0 0 20px;
}

#footer {
	background-image: url(images/footer.png);
	height: 65px;
	width: 960px;
	margin: 0 auto;
	color: #6CC;
}
#footer p {
	text-align: center;
}