body {	font-family: "Georgia", "Times New Roman", serif;	background:url(img/bg.png);}div#mainWrap {	margin:0 auto;	width: 980px;	padding: 0;}div#header {	width: 980px;	height: 100px;	background: url(img/header.png) center no-repeat;}ul#nav {	width: 980px;	height: 50px;	background: url(img/nav.png) center no-repeat;	margin: 0 -20px; /*dunno why, but this fixes the offset*/	margin-top: -8px;	overflow:hidden;}ul#nav li {	list-style: none;	float: left;	margin-top: 5px;	padding: 0 44px; /*space between A links */}ul#nav li a {	margin: 0 1px 0 0;	padding: 10px 10px; /*keeps image above and next to A */	display: block;	text-decoration: none;	font-size: 13pt;	text-shadow:0 0 5px #fff;	color: #402d00;}ul#nav li a:hover {	text-shadow: none;	<!--[if IE]>	background: url(img/nav_h.png) bottom repeat-x;	<![endif]-->	/*color: black;*/}#wrapperTop {	width: 980px;	height: 10px;	background: url(img/wrapTop.png) center no-repeat;}#wrapper {	background: #fff url(img/wrap.png) left repeat-y;	padding: 0px 8px; /*tb lr*/	line-height: 150%;}#wrapperBottom {	width: 980px;	height: 10px;	background: url(img/wrapBot.png) bottom no-repeat;}#footer {	position: relative;	left: 315px; /*center*/	width: 350px;	height: 65px;	text-align: center;	font-size: 10pt;	color: #3e4b56;	background: url(img/foot.png);	margin-top: 25px;}#tag {	width: 80%;	margin: 0 auto;	text-align: center;	padding-top: 25px;	font-family:"Verdana","Helvetica",sans-serif;	font-style: italic;	color: #2a409c;}.title {	display: block;	font-weight: bold;	border-bottom: 1px solid silver;	padding-top: 5px;	margin-bottom: 5px;}.moduleLeft {	float: left; 	margin: 0px;	width: 600px;	border-right: 1px solid #F2F2F2;}.moduleRight {	float: right;	margin: 0px;	width: 350px;	padding-left: 5px;	min-height: 100%;}.centered {	width: 100%;	text-align: center;	display: block;}.vertSep {	clear: both;	height: 25px;}.more {	/*span*/	display:block;	width: 100%;	text-align: right;	font-size: 8pt;	color: navy;	cursor: pointer;	margin-top: 20px;}.small {	font-size: 8pt;}.q {	padding-top: 25px;	color: #5d78d1;	display: block;	font-weight: bold;}.a {	display: block;}.notify {	width: 80%;	border: 1px solid #000;	padding: 10px;	background: #e4e4e4;	margin: 10px auto 10px auto;	text-align:center;}.comment {	margin-left: 35px;	margin-right: 25px;	font-size: 10pt;}.name {	color: #2a409c;}.myComment {	color: gray;	text-align: right;	font-size: 8pt;}
