body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #ddd;
}

#container
{
	margin: auto;
	width: 770px;
	background-color: #FFF;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#banner
{
	background-color: #788A96;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

#nav
{
	float: left;
	width: 160px;
}

#content
{
	padding-top: 0em;
	margin: 0 0 0 200px;
	background-color: #fff;
	min-height: 200px;
	height: auto;
}

ul.navlist
{
	font-family: serif;
	font-size: 18px;
	list-style: none inside;
	
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	text-align: right;
}

ul.navlist li
{
	width: 100%;
}

ul.navlist li a
{
	text-decoration: none;
	color: black;
	padding-right: 20px;
	width: 100%;
}

ul.navlist li a:hover
{
	color: black;
	background-image: url(../img/Navbar-bullet.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

ul.navlist li ul
{
	font-size: 14px;
	list-style: none outside;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

ul.navlist li ul li
{
	margin-left: 0px;
}


img
{
	border: 0;
}

#content h1
{
	font-size: 30px;
	margin-left: -20px;
	padding-left: 10px;
}

#content p
{
	line-height: 140%;
	margin: 1em 2em 1em 0em;
}


#admincontent
{
	padding: 2em;
	padding-top: 0em;
	border-bottom: 1px solid #333;
}

table.gallery {
	/* border: 1px solid #777; 
	margin-bottom: 10px;*/
}

table.gallery td {
	border: 1px solid #aaa;
	width: 105px;
	height: 105px;
	align: middle;
	text-align: center;
}

#footer
{
	clear: both;
	background-color: #666;
	background-image:  url(../img/footer.jpg);
	padding: .2em;
	text-align: right;
	font-size: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-top: 20px;
}

#footer a {
	text-decoration: none;
}