﻿#container 
{
    margin: auto;
    background-color: #fff;
    padding: 0px;
    width:900px;
}

#headerDiv {
	background: url('../images/layout/headerslice.jpg') repeat-x top right;
	width:100%;
}

#headerDiv h1 {
	text-align:right;
	color: white;
	padding:6px;
	vertical-align:top;
}


#contentBody 
{
    padding: 0px;
    text-align:left;
    vertical-align:top;
}

#latestNews {
	width:177px;
	padding:6px;
}

#latestNews li {
	padding-bottom:6px;
}

#shellContent {
	width: 900px;
}

#navLeft {
	width:10px; 
	background: black url('../images/layout/navleft.jpg') no-repeat bottom left;
}

#navRight {
	width:10px; 
	background: black url('../images/layout/navright.jpg') no-repeat bottom right;
}

#navRightCell {
	vertical-align:top;
	border-left: 1px solid #000;
}

#contentBody 
{
    padding: 10px;
    text-align:left;
    vertical-align:top;
}

#rightNav {
	padding:2px 0px 2px 20px;
	width:20%;
	border-left: 1px solid gray;
}

#footer {
	padding: 10px;
	border-top: 1px solid gray;
	text-align:center;
	font-size:80%;
	font-family:Georgia, verdana, times;
	font-style:italic;
	font-weight:bold;
	color:gray;
}
