body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #f0f0f0 url(../templateimages/bg.gif) repeat top center;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
td, select, input, textarea, blockquote {
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #999;
}
#wrapper {
	width: 736px;
	margin: 0 auto;
	padding-right: 45px;
	background: url(../templateimages/contentbg.gif) no-repeat;
}
#sidebar {
	width: 270px;
	float: left;
}
#contentWrapper {
	width: 466px;
	float: left;
}
#content {
	margin: 302px 20px 0 0; 
}
#footer {
	background: #e8e8e8 url(../templateimages/footer.gif) no-repeat top center; 
	height: 50px;
	width: 706px;
	float: right;
}	
#nav {
	padding: 10px 0 0 62px;
}
#nav ul li, #nav ul {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #999;
	background: none;
	text-decoration: none;
}

