body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #920A0E;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS',Arial,Tahoma;
	font-size:12px;
  color: #fff;	
}
div#top {
	width: 850px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
}
div#top a {
	font-size: 12px;
	float: right;
	position: relative;
	right: 20px;
	top: 20px;
	text-decoration: none;
	color: #A31C18;
}
div#header {
	border: 0px solid white;
	width: 850px;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/header.gif");
}
.menu {
	width: 550px; 
	height: 30px; 
	padding: 0px; 
	margin: 0px; 
	float: right; 
	position: relative; 
	right: 10px; 
	top: 100px; 
	text-align: right;
}

div#logo {
	width: 300px;
	height: 86px;
	float: left;
	position: relative;
	top: 10px;
	left: 0px;
}
div#footer {
	width: 100%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #151515;
}
div#footer a:link, div#footer a:active {
	font-size: 10px;
	font-weight: normal;
	color: #A31C18;
	text-decoration: none;
	float: right;
	position: relative;
	top: 4px;
}
div#footer a:hover, div#footer a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #A31C18;
	text-decoration: none;
	float: right;
	position: relative;
	top: 4px;
}
div#footer div{
	width: 850px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #151515;
	border: 0px solid white;
}
div#footer div div{
	width: 425px;
	height: 60px;
	float: left;
	position: relative;
}
div#footer p {
	font-size: 11px;
	font-weight: normal;
	color: #A31C18;
	text-align: left;
	padding: 0px;
	margin-top: 4px;
}
div#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
div#menu {
	float: left;
	position: relative;
	padding: 0px;
	top: 0px;
	width: 194px;
}
div#content {
	float: left;
	position: relative;
	padding: 0px;
	top: 0px;
	width: 636px;
	margin-left: 20px;
	font-size: 13px;
	text-align: justify;
	color: #ffffff;
}
img {
	border: 0px;
}
.img {
	border: 1px solid #830B11;
	padding: 3px;
}
ul li {
	list-style-type: disc;
}
.a {
	font-weight: bold;
	font-size: 13px; 	
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;

}
.b{
	font-weight: bold;
	font-size: 13px; 	
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.b a:link, .b a:active, .b a:visited{
	font-weight: bold;
	font-size: 13px; 	
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.b a:hover {
	font-weight: bold;
	font-size: 13px; 	
	color: #75282C;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.title {
	border: 0px solid white;
	width: 600px;
	height: 33px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 35px;
	padding-top: 30px;
	background-image: url("../images/flo.gif");
	background-repeat: no-repeat;
}
.title a {
  color: #fff;
  text-decoration:none;
}
.red {
	width: 190px; 
	height: 30px; 
	background-image: url('../images/red.gif'); 
	background-repeat: no-repeat; 	
	background-position: center bottom; 
	margin-bottom: 5px;
}
input {
	border: 1px solid #75282C;
	background-color: #540F12;
	font-size: 12px;
	color: #D0AEAF;
}
textarea {
	border: 1px solid #75282C;
	background-color: #540F12;
	font-size: 12px;	
	overflow: auto;
	width: 260px;
	height: 60px;
	color: #D0AEAF;
}
.send {
	color: #D0AEAF;
	cursor: pointer;
	text-transform: uppercase;
}
.hr {
	background-color: #830B11;
	color: #830B11;
	border: 0px;
	height: 1px;
}
.tbl {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  border-right: 1px solid #75282C;
  border-left: 1px solid #75282C;
	background-color: #540F12;
	color: #fff;
	font-weight: bold;
}
.tbl td {
  padding: 5px 10px 5px 10px;
  height: 10px;
  border-bottom: 1px solid #75282C;
}
.tbl span {
  color: #D0AEAF;
  font-weight: normal;
}
div#right {
  float: right; 
  position: relative; 
  width: 200px;
  margin-left: 20px;
}
div#right div {
  height: 20px;
  border: 1px solid #75282C;
  background-color: #540F12;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
}
div#right div a:link, div#right a:active, div#right a:visited {
  color: #ffffff;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}
div#right div a:hover {
  color: #75282C;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  background-image: url("../images/bgg.jpg");
}
#feedback{
  float: right; 
  position: absolute; 
  width: 350px; 
  top: 100px;
  right: 0px;
  color: #940910;
}
.light{
  color: #D0AEAF;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
.light a:link, .light a:active, .light a:visited {
  color: #D0AEAF;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
.light a:hover {
  color: #D0AEAF;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
}
.light2 {
  color: #9A0C10;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
.light2 a{
  color: #9A0C10;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
#cat_title {
  width: 181px;
  height: 70px; 
  background-image: url('../images/cat_bg.gif'); 
  background-repeat:no-repeat; 
  background-position: 50% 50%;
}
#cat_title a{
  color: #fff;
  text-decoration:none;
  font-weight: bold;
  text-transform: uppercase;
}
