* {
	border:0;
	margin:0;
	padding:0;
}
/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}
/* body */
body {
	background:#343434 /*url('image/background_body.jpg') 0 50% repeat-x*/;
	color:#666;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
}
/* container */
#container {
	background: #fff;
	min-height:500px;
	height:auto !important;
	height:500px;
	left:50%;
	margin:20px 0 0 -480px;
	position:relative;
	width:960px;
}
/*header */
#header {
	background: #fff url('../image/banner.jpg') no-repeat;
	height: 960px;
	height: 88px;
	margin: 0;
	padding: 0;
}
/* navigation */
#navigation {
	height:88px;
	padding:0 32px 0 32px;
	width:896px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:75px;
	outline: none;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:75px;
	outline: none;
}
#navigation ul li a:hover {
	background:url('../image/navigation2.jpg') repeat-x;
	color:#111;
}
#navigation ul li a.active {
	background:url('../image/navigation2.jpg') repeat-x;
}
/* content */
#content {
	background: #fff url('../image/contentBg2.jpg') repeat-y;
	position: relative;
	padding:0 42px;
	margin: 0;
	width:876px;
	min-height: 432px;
	height:auto !important;
	height:432px;
}

p {
	margin: 10px 0;
}
#content h1 {
	color:#333;
	font-size:200%;
}
/* menu page styles */


ul#dlmenu {
	margin: 20px 0 0 600px;
	padding: 0;
	list-style: none;
}
ul#dlmenu li {
	margin: 3px 0 5px 20px;
	padding: 0;
	font-weight: bold;
	line-height: 40px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
}
ul#dlmenu li a {
	padding-left: 50px; /* width of icon + whitespace */
}
#thumb {
	background-image: url(../image/menu_thumb.jpg);
}
/*slideshow */
#slideshow {
	width: 800px;
	left: 150px;
	top: 20px;
}
#nav {
	width: 650px;
	height: 140px;
	margin: 15px 0 0 140px;
}
#nav li {
	width: 60px;
	margin: 8px;
	list-style: none;
	display: inline;
	float: left;
}
#nav a {
	width: 60px;
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
}
#nav a.activeSlide {
	background: #88f
}
#nav a:focus {
	outline: none;
}
#nav img {
	border: none;
	display: block
}
/*awards */
#awards {
	min-height:145px;
	height:auto !important;
	height:135px;
	position: relative;
	left: 150px;
	line-height: 20px;
}
#awards ul {
	margin: 0 0 0 0;
	list-style-position:inside;
}
/*other styles*/

.announcement {
	padding: 20px 0 0 0;
	text-align: center;
	font-size:150%;
	font-weight:600;
}
/* footer */
#footer {
	background: #333;
	color:#fff;
	font-size: 90%;
	height:30px;
	margin: 0 ;
	padding:0;
	text-align: center;
	width:960px;
	position: relative;
	line-height: 35px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#990000;
}
