body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	color:#333;
	line-height: 22px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CED5DB;
}
a:link {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

a.nav:link {
	font-size: 14px;
	color:#333;
	padding-right: 25px;
	padding-left: 25px;
	line-height:45px;
	display: block;
	text-decoration: none;
	font-weight:bold;
}
a.nav:visited {
	font-size: 14px;
	color:#333;
	padding-right: 25px;
	padding-left: 25px;
	line-height:45px;
	display: block;
	text-decoration: none;
	font-weight:bold;
}
a.nav:hover {
	font-size: 14px;
	color:#fff;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
	line-height:45px;
	display: block;
	text-decoration: none;
}
.content_bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}