@charset "utf-8";
/* CSS Document */

#header {
	background: #0F0A11;
	width: auto;
	float: left;
}
#container #header2 {
	background: #0D080F;
	height: 108px;
	text-align: right;
	padding-right: 20px;
}
#container #header2 h1 {
	padding-top: 40px;
}
#container #content1 {
	background: #0F0A11 url(../icu_images/flame_background.jpg) no-repeat bottom;
	height: 800px;
	padding: 25px 25px 25px;
	clear: left;
	color: #999;
}
#container #footer {
	height: 25px;
	background: #000;
}
#container #navigation {
	display: block;
	background: url(../icu_images/nav_background.jpg);
	float: left;
	width: 1024px;
	height: auto;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#container #navigation a {
	font: normal 16px/25px Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #F60;
	display: block;
	height: 25px;
	width: auto;
	float: left;
	text-align: center;
	background: url(../icu_images/navbutton2.png) repeat-x left top;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 0px;
	border-right: 1px solid #333;
}
#container #navigation a:hover {
	background: url(../icu_images/navbutton2.png) repeat-x left bottom;
	padding-right: 20px;
	padding-left: 20px;
}
#container #content1 table tr td p {
	color: #666;
	font: small Verdana, Geneva, sans-serif;
}
.testemtext {
	color: #F90;
	font: small Verdana, Geneva, sans-serif;
}
