body {
	margin: 32px 0 0;
	font: .70em "Helvetica", Arial, Sans-Serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
	h1 { font-size: 2.3em; }
	h2 { font-size: 1.8em; color: #5c5b57; }
	a { color: #960a0d; }
	a:hover { color: #960a0d; text-decoration: none; }
	img { border: 0; }
	.red { color: #960a0d; }
	.grey { color: #5c5b57; }
	p  { font-size: 1.2em; color: #5c5b57; }
	
#header {
	width: 900px;
	height: 261px;
	margin: 0 auto;
	background-image: url(../images/top.jpg);
}
#top, top a {
	width: 800px;
	background: #fff url;
	margin-right: auto;
	margin-left: auto;
	padding-left: 165px;
	color: #960a0d;
	font-variant: normal;
	text-transform: capitalize;
}
#wrap, wrap a {
	width: 900px;
	background: #fff url;
	margin-right: auto;
	margin-left: auto;
	padding-left: 165px;
	color: #960a0d;
}
#logo {
	width: 900px;
	height: 225px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 75px 65px;
}
.nav{
	padding-left: 480px;
	font-size: 14px;
	color: #FF0000;
}
.topmenu {
	padding-top: 8px;
}

.nav a{
	color: #FF0000;
	text-decoration: none;
	padding-left: 9px;
	padding-right: 9px;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
}
.nav a:hover{
	color: #000000;
	text-decoration: underline;
	padding-left: 9px;
	padding-right: 9px;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
}	
.col-left {
	float: left;
	width: 332px;
}
.rightpanal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}
.leftpanal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.col-right {
	float: right;
	width: 332px;
	padding-top: 52px;
	padding-right: 170px;
}
.footer {
	padding-top: 55px;
	background-image: url(../images/bgFooter.gif);
	background-position: bottom;
	height: 115px;
	background-repeat: repeat-x;
	color: #000000;
	clear: both;
	margin-bottom: 0px;
	font-weight: bold;
}
.footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.footer  a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
