body {
	background-color: #680000;
	background-image: url(images/red-fade.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}

#container {
	margin: auto;
	text-align: left;
	width: 775px;
	background-color: #777777;
}

#header {
	margin: auto;
	height: 155px;
	background-color: #FFFFFF;
	background-image: url(images/header-wide.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#header-right {
	float: right;
	display: block;
	clear: none;
}

#menu {
	height: 35px;
	background-color: #000000;
	padding: 10px 0 0 10px;
	border-bottom: 1px solid #FFFFFF;
}

#content {
	background-color: #ffffff;
}

#content-left {
	float: left;
	width: 500px;
	margin-top: 10px;
	padding: 10px;
	border-right: 1px solid #333333;
}

#content-right {
	float: left;
	width: 240px;
	margin-top: 10px;
	padding-left: 10px;
}

.content-cell {
	width: 480px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}

.last-content-cell {
	width: 480px;
	margin-bottom: 10px;
}

.content-cell-footer {
	clear: both;
}

#single-col {
	background: #ffffff;
	width: 700px;
	margin-left: 25px;
	padding: 20px 0 10px 0;
}

#content-ground {
	clear: both;
	height: 1px;
}

#footer {
	height: 50px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	color: #672216;
}

/*Navigation*/

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:hover {
	color: #980000;
}

#navlist #current {
	color: #980000;
}

/** text related **/

p {
	font-size: 10px;
}

h1 {
	color: #672216;
	font-size: 16px;
}

h2 {
	color: #333333;
	font-size: 14px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

.content-cell p, .last-content-cell p {
	margin-left: 150px;
	margin-bottom: 20px;
	color: #000000;
}

#single-col p {
	margin-bottom: 20px;
	color: #000000;
}

#single-col h2 {
	color: #672216;
	margin-bottom: 10px;
}

.content-cell ul, .last-content-cell ul {
	margin-left: 180px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #000000;
}

#single-col ul {
	margin-left: 30px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #000000;
}

.red {
	color: #672216;
	font-weight: bold;
}

#content-right p {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 14px;
}

#footer p {
	margin-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #672216;
	font-weight: bolder;
	text-decoration: none;
}

/* Image Related */

.content-cell img, .last-content-cell img {
	float: left;
	margin: 10px 0 10px 0;
}

#single-col img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.team {
	width: 550px;
	background-color: #680000;
	background-image: url(images/team-fade.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	margin-left: 77px;
	margin-bottom: 20px;
}

.team-department {
	background: #cccccc;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
