#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}
.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	color: #cc3300;
	font-style: italic;
	font-weight: bold;
}
.imgFloatRight {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.navLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
#navBar {
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-bottom: 10px;
}
#wrapper #navBar .navLink a {
	color: #666666;
	text-decoration: none;
}
.bodyItalic {
	font-style: italic;
}
.imgFloatLeft {
	float: left;
	clear: right;
	padding-right: 10px;
	padding-bottom: 0px;
}
