body {
	background-color: #EEEEEE;
}

#wrapper {
	margin: 0px auto;
	width: 592px;
}


#banner {
	position: relative;
	width: 592px;
}

#banner_name {
	font-family: "trebuchet MS";
	color: white; 
	font-size: 30px; 
	position: absolute; 
	top: 105px; 
	left: 349px;
}

#banner_sub {
	font-family: "trebuchet MS";
	color: white; 
	font-size: 20px; 
	position: absolute; 
	top: 140px; 
	left: 412px;
}

#banner_portrait {
	position: absolute;
	left: 455px;
	top: 8px;
}

#menu { 
	text-align: center;
	padding-top: 5px;
}

#menu a {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	padding: 0px 10px 0px 10px;
}

#menu a:hover {
	color: #6666FF;
}

.navBox {
	position: absolute;
	top: 215px;
	background-color: #CCCCCC;
	width: 150px;
}

.navBox a {
	font-family: "trebuchet MS";
	font-size: 14px;
	padding-left: 15px;
	color: #338855;
	text-decoration: none;
}

.navBox a:hover {
	color: #6666FF;
}

.navBoxTop {
	width: 150px;
	padding-top: 20px;
	margin-bottom: 10px;
	background: #EEEEEE url("../images/boxTop.png") no-repeat scroll center top;
}

.navBoxBottom {
	width: 150px;
	padding-top: 20px;
	margin-top: 10px;
	background: #EEEEEE url("../images/boxBottom.png") no-repeat scroll center top;
}


.mainBox {
	position: absolute;
	top: 215px;
	margin-left: 190px;
	font-family: verdana,arial,sans-serif;
	font-size: 13px;
	color: #666666;
	width: 402px;
}

.mainBox h3 {
	font-family: "trebuchet MS";
}

.mainBox img {
	border: 0;
}

.mainBox .smaller {
	font-size: 10px;
}

.mainBox a {
	font-family: verdana,arial,sans-serif;
        font-size: 12px;
        text-decoration: none;
        color: #6666FF;
}

.mainBox a:hover {
        color: #666699;
}

#menu a:hover {
        color: #6666FF;
}

#lastUpdated {
	position: relative;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 75px;
	padding-bottom: 100px;
}

#lastUpdated span {
		cursor: pointer;
}

#lastUpdated span:hover {
	color: #999999;
}


