body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #AF2D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p{
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #333333; 
	text-decoration: underline; 
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #9B2C32;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.top-left-grad{
	background-image: url(images/top-left-grad.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
.top-grad{
	background-image: url(images/top-grad.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
.top-right-grad{
	background-image: url(images/top-right-grad.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
.left-grad{
	background-image: url(images/left-grad.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
.right-grad{
	background-image: url(images/right-grad.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
}
.menu{
	background-image: url(images/menu-back.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content{
	background-image: url(images/content-back.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	color: #333333;
}
.footer1{
	font-size: 11px;
	padding: 5px;
	color: #595959;
}
.footer1 a:link {
	color: #666262;
	text-decoration: none;
}
.footer1 a:visited {
	text-decoration: none;
	color: #666262;
}
.footer1 a:hover {
	text-decoration: underline;
	color: #333333;
}
.footer1 a:active {
	text-decoration: none;
	color: #666262;
}
.footer2{
	font-size: 11px;
	color: a89898;
	padding: 5px;
}
.footer2 a:link {
	color: #a89898;
	text-decoration: none;
}
.footer2 a:visited {
	text-decoration: none;
	color: #a89898;
}
.footer2 a:hover {
	text-decoration: underline;
	color: #C1B7B7;
}
.footer2 a:active {
	text-decoration: none;
	color: #a89898;
}
#pic{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 319px;
	width: 212px;
	font-size: 0px;
}
/*navigation*/
#navcontainer ul{
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
}
#navcontainer ul li a{
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px, verdana, lucida, sans-serif;
	text-decoration: none;
	color: #6F6F6F;
}
#navcontainer ul li a:hover{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #696969;
}
#navcontainer ul li a#current{
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #294928;
}
#extra-links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#extra-links a:link{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#extra-links a:visited{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
#extra-links a:hover{
	font-size: 10px;
	color: #A12B21;
}
#extra-links a:active{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
li{
	margin-top: 0px;
	margin-bottom: 0px;
}
