body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #600105;
	margin: 0px;
}
.side{
	background-color: #5d0104;
	background-image: url(../img/sides.gif);
	background-repeat: repeat-y;
	width: 30px;
}
.nav {
	background-color: #f3b33a;
	background-image: url(../img/nav/bg.jpg);
	background-repeat: repeat-y;
	width: 218px;
}
.footerbg {
	background-image: url(../img/footerbg.jpg);
	background-repeat: repeat-x;
	background-color: #f0d070;
}
.mainbg {
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat-x;
	background-color: #fff6db;
}
.welcomebg {
	background-image: url(../img/welcomebg.gif);
	background-repeat: repeat-x;
	height: 197px;
	background-color: #fff2d0;
}
.welcometxt {
	color: #785b01;
	font-size: 11px;
}
a:link {
	font-size: 11px;
	color: #c22600;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	color: #c22600;
	text-decoration: underline;
}
a:hover {
	font-size: 11px;
	color: #000000;
}
.footerlink:link {
	font-size: 10px;
	color: #c22600;
	text-decoration: underline;
	font-weight:bold;
}
.footerlink:visited {
	font-size: 10px;
	color: #c22600;
	text-decoration: underline;
	font-weight:bold;
}
.footerlink:hover {
	font-size: 10px;
	color: #000000;
	font-weight:bold;
}
.footertxt {
	font-size: 10px;
	color: #a17a03;
	font-weight:bold;
}
.bluearea {
	font-size: 11px;
	color: #12387e;
	background-color: #e3f7ff;
}
.localtxt {
	color: #785b01;
	font-size: 11px;
}
.innerright {
	background-image: url(../img/innerrightbg.jpg);
	background-repeat: repeat-y;
	background-color: #fff2d0;
}
.sideline {
	background-color: #e7be42;
	width: 1px;
}
.mainareabg {
	background-color: #fff9ea;
	font-size: 11px;
	color: #785b01;
	vertical-align: top;
	height: 550px;
}
.mainbottom {
	background-color: #fff2d0;
}
.shadowleft {
	background-image: url(../img/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadowright {
	background-image: url(../img/shadow_right.gif);
	background-repeat: repeat-y;
}

