body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#outerWrapper {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	float: none;
	height: 50px;
	width: 960px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#name {
	padding-left: 126px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: auto;
	margin-left: 116px;
	margin-right: 10px;
	background-color: #51616A;
	width: 794px;
}
#footer {
	height: 20px;
	text-align: center;
	color: #666;
}
#image {
	float: left;
	width: 96px;
}
.a {
	color: #2E95B4;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #C90;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}
.h1 {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
}
.h2 {
	font-size: small;
	font-weight: bold;
}
