body {
	background-image: url(images/background.gif);
	background-attachment: fixed;
	font-family: tahoma, geneva, sans-serif;
	font-size: 10pt;
	color: black;
}

div#container {
	background: #C9C800;
	width: 720px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 3px black solid;
}

div#title {
	background: inherit;
	border: 0px;
	width: 700px;
	margin: 10px 0 10px 0;
	color: black;
}

div#header {
	background: #FAC81B;
	height: 30px;
	width: 700px;
	color: black;
}

#headergradient {
	background: url(images/headergradient.jpg) repeat-y;
	display: inline;
	float: left;
	width: 250px;
	height: 30px;
}

#nav {
	margin-top: 7px;
	display: inline;
	float: right;
}

#nav ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	font-size: 14px;
} 

#nav ul li {
	margin-left: 0px;
	padding: 3px 15px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
}
	
		
div#sidebar {
	width: 220px;
	margin: 10px 0 10px 10px;
	background: #FAC81B;
	border: 2px solid black;
	display: inline;
	float: left;
	text-align: left;
}

h3 {
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 0 5px;
}

div#content {
	width: 450px;
	margin-left: 250px;
	
}

div#content p{
	text-align: justify;
}

p {
	margin: 0px;
	padding: 5px;
}

a {
	color: #FFFFC9;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 16pt;
	margin: 5px;
	padding: 0px;
}

div#footer {
	background: #FAC81B;
	height: 30px;
	width: 700px;
	color: black;
}

div#footercontent {
	float: left;
	background: inherit;
	border: 0px;
	padding: 9px;
	font-size: 10px;
}
