* { /* Universal selector (applies to all XHTML tags) */
	margin: 0;  /* removes all default margins */
	padding: 0; /* removes all default padding */
}	
body {
	font: 0.8em Verdana, sans-serif, Helvetica, Arial;
	color: #717276;
	text-align: justify;
}

/* =WRAPPER */
#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	border: 0px none;
	height: 560px;
	background-color: #FFFFFF;
}
#header {
	width: 970px;
	height: 68px;
	margin: 0;
	display: block;
}

#image {
	width: 707px;
	height: 118px;
	float: left;
	padding: 0em;
	
}	
#wheelBox {
	width: 128px;
	height: 95px;
	float: right;
	
}	
#clickBox {
	width: 128px;
	height: 23px;
	float: right;	
	background-color: #A7D2D5;
	
	
}	

#clickBox ul {
	width:128px;
	margin:0px;
	padding:0px;
	line-height: 1.2em;
	text-align: center;
	
}

#clickBox ul li {
	list-style: none;
	margin:0px;
	height:18px;
	line-height: 1.2em;
	text-align: center;
	padding: 0.3em 0;
}

#clickBox ul li a,  #clickBox ul li a.active:hover {
	display:block;
	width:128px;
	height:15px;
	margin:0px;
	color:#434744; 
	text-decoration:none;	
	line-height:1.2em;
	text-align: center;
}

#clickBox ul li a:hover, #clickBox ul li a.active {
	background-color: #94BCBC;
	color: #FFF;
	width:128px;
	height:20px;
	margin:0px;
	font-weight:bold;	
	line-height:1.2em;
	
	
}
#content {
	width: 797px;
	height: 344px;
	float: left;
	padding-left: 133px;
	padding-top: 50px;
}	
h1 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;	
	padding-bottom: 0.75em;
}
h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;	
}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #23638A;
}
h4 {
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;	
	color: #000000;
}
.link-text {
	font-weight: bold;
	color: #717276;
}	
.link-text2 {
	font-weight: bold;
	color: #FFF;
}
menuWheel {
	width: 312px;
	height: 344px;
	float: right;
	
}	
/* MAIN (LEFT) NAVIGATION */
#menu {
	width: 133px;
	height: 108px;
	float: left;
	display: inline;
	padding-top: 0.8em;
	background-color: #CDCDD0;
}	

#menu ul {
	width:126px;
	margin:0px;
	padding:0px;
	line-height: 1.2em;
}

#menu ul li {
	font: 90% Verdana, sans-serif, Arial;
	list-style: none;
	margin:0px;
	height:18px;
	line-height: 1.2em;
}

#menu ul li a,  #menu ul li a.active:hover {
	display:block;
	width:125px;
	height:15px;
	margin:0px;
	padding:2px 0px 1px 8px;
	color:#434744; 
	text-decoration:none;	
	line-height:1.2em;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #999999;
	color: #000000;
	width:125px;
	height:15px;
	margin:0px;
	padding:2px 0px 1px 8px;
	font-weight:bold;	
	line-height:1.2em;
}
