body{
	background-color: transparent;
	background-image: url('tile.jpg');
	background-repeat: repeat-y;
	color: #000000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	align: center;
}

#container {
	width: 800px;
	background-image: url(content_bg.jpg);
	background-repeat: repeat-y;
	color: White;
	margin: 0 auto;
}

#top
{
padding: 0px;
margin: 0px;
}

#topnav {
background-image: url('nav_bg.jpg');
background-repeat: no-repeat;
padding-top: 2px;
padding-bottom: 4px;
}

#topnav ul {
padding-left: 35px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}

#topnav li {
margin: 0px;
display: inline;
list-style-type: none;
padding-right: 15px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#topnav a:link, #topnav a:visited {
text-decoration: none;
color: #fff;
font-weight: bold;
font-family: arial;
font-size: 12px;
}

#topnav a:hover {
text-decoration: none;
color: #00DFEA;
font-weight: bold;
font-family: arial;
font-size: 12px;
}


#leftnav
{
float: left;
width: 200px;
margin: 0;
padding: .5em 0 0 0;
}


#content
{
margin-left: 200px;
padding: 15px;
max-width: 600px;
}

#footer {
clear: both;
background-image: url('nav_bg.jpg');
background-repeat: no-repeat;
padding-top: 2px;
padding-bottom: 4px;
}

#footer ul {
padding-left: 35px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}

#footer li {
margin: 0px;
display: inline;
list-style-type: none;
padding-right: 15px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: #fff;
font-weight: bold;
font-family: arial;
font-size: 12px;
}

#footer a:hover {
text-decoration: none;
color: #00DFEA;
font-weight: bold;
font-family: arial;
font-size: 12px;
}

#content h2 {
margin: 0 0 .25em 0;
font-family: arial;
color: #fff;
}

#content p {
margin: 0 0 .75em 0;
font-family: arial;
color: #fff;
font-size: 12px;
}

#leftnav p {
margin: 0 0 1em 0;
font-family: arial;
color: #fff;
font-size: 12px;
text-align: center;
}
