
body {
	background-color: #EEEEEE;
}

h1 {
	color: #666666;
}

#header {
	text-align: center;
}

#content {
	position: relative;
	color: #666666;
	margin-left: 200px;
}

#menu {
	position: absolute;
}

#menu ul {
	list-style-type: none;
}

.navBoxWrapper {
	padding-left: 10px;
}

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

.navBox a {
	padding-left: 15px;
}

.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;
}


a {
	text-decoration: none;
	color: #338855;
}

a:hover {
	color: #6666FF;
}

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

img {
	border: 0px;
}

#screenshot td {
	text-align: center;
	font-size: 12px;
}
																	

