body {
	background: #663;
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#header {
	background: url('images/color-bar.gif') #cc6;
	text-align: right;
	text-transform: uppercase;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #fff;
	padding: 39px 18px 0 18px;
	height: 20px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #996;
}

#nameplate {
	background: url('images/nameplate.gif') no-repeat #fff;
	width: 770px;
	padding: 0;
	height: 96px;
}

#main {
	background: #fff;
	padding: 0;
	margin: 0;
}

#main #contentcontainer {
	width: 752px;
	padding-left: 18px;
}

#main #content ul{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
}

#main #content ul li{
	padding-bottom: 5px;
}

#left {
	background: url('images/gradient.jpg') no-repeat #fff;
	width: 241px;
	height: 735px;
	float: left;
}

#left #sectionhead {
	text-align: right;
	padding: 80px 6px 0 6px;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	height: 23px;
	border-bottom: 1px solid #fff;
}

#main #left #sectionlinks ul {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-right: 6px;
	list-style-type: none;
	text-align: right;
}

#sectionlinks a {
	color: #fff;
	text-decoration: none;
}

#sectionlinks a:hover {
	text-decoration: underline;
}

#main #content {
	width: 481px;
	padding: 0 0 0 30px;
	float: left;
}

#main #content #subnav {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
	display: inline;
}

#main #content #subnav a {
	color: #996;
	text-decoration: none;
}

#main #content #subnav a:hover {
	color: #cc6;
}

#main #content h1 {
	font: 36px Georgia;
	color: #996;
	padding-bottom: 25px;
	border-bottom: 1px solid #666;
	margin-bottom: 0;
}

#main #content h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	text-transform: uppercase;
}


#main #content p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #666;
}

#main #content a {
	color: #666;
}

#main #content a:hover {
	color: #996;
}

#main #right {
	float: right;
	background: url('images/inside-1.jpg') no-repeat;
	width: 224px;
	height: 950px;
	padding: 0;
	margin: 0;
}

#footer {
	background: #996;
	text-align: right;
	border-bottom: 1px solid #fff;
}

#contact {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 18px;
	color: #996;
}

#contact a{
	text-decoration: none;
	color: #996;
}

#contact a:hover{
	text-decoration: underline;
	color: #cc9;
}