﻿#body
{
	background-color:#0C3F23;
}

#shell
{
	margin:auto;
	width:1000px;
	background-color:#0C3F23;
	text-align:center;
}

#bar
{
	background: #fff url('../images/template/barslice.jpg') repeat-x top left; 
	height:32px;
}

#topbar
{
	text-align: left;
	padding-left: 10px;
	color: #E2F5D9;
}

.navbar
{
	width:200px;
	vertical-align:top;
}

.navbar ul
{
	list-style:none;
}

.navbar ul li
{
	padding: 3px;
	font-family:Verdana, arial;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	color:black;
	background:url('../images/template/navdivider.jpg') no-repeat bottom left;
}

#container 
{
    margin:auto;
    background: #E3D9BC url('../images/template/bodyslice.jpg') repeat-x top left;
    width:864px;
}

#contentBody 
{
    padding: 20px;
    text-align:left;
    vertical-align:top;
    line-height:1.4em;
    width:100%;
}

#contentBody td {
	vertical-align:top;
}

#footer
{
	height: 54px; 
	width: 864px; 
	background:url('../images/template/footer2.jpg') no-repeat top;
}