﻿body {
	background: #8B2034;
	font-family: sans-serif;
}


table {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	
}



a:hover {
	text-decoration: underline;
	
}

a:active {
	color: #980000;
}

h1 {
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	position: relative;
	font-size: 16px;
}

h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

#container {
	width: 685px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	width:  760px;
	border: 8px solid white;
	margin-bottom: 8px;
}

#banner h1 {
	height: 96px;
	background: white url('../images/CCC-Logo2.png') no-repeat top left; 
	margin: 0 0 0 0;
}

#banner h1 span {
	display: none;
}

#content {
	width: 760px;
	background: #fff url('../images/content-bg.png') repeat-x top left;
	border: 8px solid white;
}

#content2 {
	padding: 4px;
	font-size: .9em
}

#menu {
	width: 760px;
	
	background: #727272;
	color: #fff;
	font-family: Georgia, Times New Roman, Serif;
	font-variant: small-caps;
}

#navlist{
margin: 0;
padding: 6px 0 0 0;
}

#navlist ul, #navlist li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited, #logincontainer a:link, #logincontainer a:visited {
float: left;
line-height: 12px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
}

#navlist2{
margin: 0;
padding: 6px 0 0 0;
}


#navlist2 ul, #navlist2 li{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist2 a:link, #navlist2 a:visited, #logincontainer a:link, #logincontainer a:visited {
float: left;
line-height: 12px;
font-weight: normal;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #fff;
}
#navcontainer {
	float: left;
}

#logincontainer {
	padding: 3px 4px 0 0;
	float: right;
}

#footer {
	clear: both;
	padding: 0;

	
	background-color: rgb(213, 219, 225);
}