html {
	overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: normal;
	color: #CCC;
	background-color: #555;
	margin: 0px;
}

a:link, a:visited, a:active {
	color:#CC0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width: 730px;
	margin: 0 auto;
	background: url(../images/bg_strip.jpg) repeat-y center top;
}

#innerContainer {
	width: 730px;
	background: url(../images/logo_big.gif) no-repeat fixed center 230px;
}

#header {
	height: 135px;
	width: 730px;
	background: url(../images/header.jpg) no-repeat center top;
}

#header h1 { display: none; }

#navList {
	padding: 0 15px;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	text-align: center;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
	z-index: 15;
}

#navList li { 
	display: inline; 
	margin: 0;
	padding: 0;
}

#navList li a {
	line-height: 28px;
	text-decoration: none;
	color: #999;
	padding: 15px 8px;
	margin: 0;
}

#navList li a:hover, #navList li a.active {
	color: #CC0000;
	border: solid 1px #555;
	border-top: none;
	border-bottom: none;
	padding: 15px 7px;
	margin: 0;
}

#image {
	z-index: 20;
	border-bottom: solid 1px #555;
	width: 730px;
	text-align: center;
	margin: 0;
}

#content {
	width: 700px;
	padding: 0 15px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #CC0000;
	border-bottom: solid 1px #555;
	margin: 0 -15px 15px;
	padding: 0 0 0 85px;
}

#content p {
	margin: 0 0 15px 0;
	padding: 0 70px;
}

#content li {
	margin: 5px 0 0 0;
}

#content ul {
	padding: 0 100px;
}

#content h2 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 85px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #CC0000;
}

#footer {
	height:95px;
	width: 730px;
	border-top: solid 1px #555;
	margin: 30px 0 0;
	padding-top: 5px;
	background: url(../images/footer.jpg) no-repeat center bottom;
}

#footer p {
	font-size: 9px;
	text-align:center;
	color: #CC0000;
	margin: 0 0 3px;
	padding: 0;
}

#footer p.footMenu a{
	font-size: 9px;
	text-align:center;
	color: #555;
	margin: 0 0 3px;
	padding: 0;
}



.thumb {
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}

.thumb img {
	margin: 0px;
	border: none;
}

#fc {
	clear: both;
}

