#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 44px;
}
#content {
	padding: 5px;
	width: 750px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	padding-bottom: 3px;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #999999;
	margin-left: 580px;
	padding: 0px;
}
