body {
	background: #f6f6f6 /* #FF6600 */;
	font-size:100%;
}
#copy {
	color:#f6f6f6;
	font-size:9px;
	margin-top:-10px;
}
#container {
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#5c5c5c;
	width:700px;
	border:5px solid #f6f6f6;
	margin:20px auto;
	text-align:center;
	padding:10px;
	background:#f6f6f6;
}
#innercontainer {
	width:100%;
	width:700px;
	border:0px solid #333;
}
#header {
	position:relative;
	background:#fff;
	border-bottom:1px solid #333;
	width:700px;
	height:133px;
}
#content {
	position:relative;
	width:660px;
	height:410px;
	text-align:left;
	padding:20px;
}
#footer {
	position:relative;
	margin-bottom:5px;
	font-size:80%;
}
.sitehead1 {
	font-weight:bold;
	font-size:220%;
	color:#FF6600;
}
.sitehead2 {
	font-weight:bold;
	font-size:180%;
	color:#666666;
}
.content {
	margin-left:20px;
}
a, a:hover {
	color:#5c5c5c;
	text-decoration:none;
}

#footer2008 {
	background: transparent url('uddd08.png') repeat-x bottom left;
	bottom: 0;
	left: 0;
	height: 300px;
	clear: both;
	width: 100%;
	text-align: left;
	
}

html>body #footer2008 {
	position: fixed;
	bottom: 0;
	z-index: 10; /* Prevent certain problems with form controls */
}

#virtul li {
	display: inline;
	list-style-type: none;
	padding-right:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	vertical-align:middle;
	color:#FF6600;
}
#virtul li a {
	color:#FF6600;
}
#virtul li a:hover {
	color: #9f9d8e;
}