﻿#container {
    margin: auto;
    background-color: #fff;
    padding: 0px;
    border:2px black solid;
    width: 950px;
}

#shell {
	width:100%;
}

#headerCell {
	background: url('../images/layout/header.jpg'); 
	width: 628px;
	height:158px;
}

#headerCell2 {
	text-align:right;
	padding-right:10px;
}

#headerCell2 a:link, #headerCell2 a:active, #headerCell2 a:visited, #headerCell2 a:hover {
	color: yellow;
	font-size: 16px;
	line-height:20px;
	text-decoration:none;
}

#headerDiv {
	background: white url('../images/layout/headerslice.jpg') repeat-x top left;	
}

#spacer {
	height:2px;
	background-color:#5c0b0b;
}

#contentDiv {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border:1px #dcdcdc solid;
	margin: 5px;
	background: white url('../images/layout/background.jpg') repeat-x top left;
}

#contentBody {
    text-align:left;
    vertical-align:top;
    width:100%;
    padding:5px;
}

#shellContent {
	border: 1px solid black;
	width:100%;
}

#navLeftCell {
	border: 5px #d8d8d8 solid;
	width: 174px;
	vertical-align: top;
	text-align:center;
	background: white url('../images/layout/navtop.jpg') no-repeat top left;
}

#navLeft {
	padding: 0px 5px 0px 5px;
	text-align:left;
}

#navLeft a:link, #navLeft a:active, #navLeft a:visited {
	display: block;
	color:#28bbbb;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	border-top: 1px #dcdcdc solid;
}

#navLeft a:hover {
	display: block;
	color: #5c0b0b;
	/*background-image: url("../images/nav-arrow.png");*/
	background-repeat: no-repeat;
	background-position:left;
	height: 30px;
	vertical-align: middle;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	border-top: 1px #dcdcdc solid;
}

#rightNav {
	border-left: 1px #a1a1a1 solid;
	padding:3px;
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	color:#28bbbb;
	width:160px;
	margin: 3px;
}

#text {
	padding:10px;
	vertical-align:top;
}

.footer {
	padding: 10px;
	text-align:center;
	font-size:80%;
}

.footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
	color:#dcdcdc;
	text-align:center;
	width:100%;
}

#footerColor {
	background-color:#5c5c5c;
	color:white;
	text-align:center;
	width:100%;
}

