body, html
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	font-family: "Arial", sans-serif !important;
	font-size: 12px !important;
	text-align: center;
	background-color: #b3201e;
  color: #000000; 
}
 
.reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both; 
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.fl
{
  float: left;
}

.clr
{
	color: #e5322d;
}
 
p, img, h1, h2, h3, h4, h5, ul, li
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
}

body
{
  padding: 0 0 30px 0;
    background-image: url(img/bg1.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

a
{
  
  text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#header
{
	margin: auto;
	width: 980px;
	height: 300px;
	background-image: url(img/header2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#main
{
  margin: auto;
  width: 980px;
  min-height: 200px;
}

#footer
{
  margin: auto;
  width: 980px;
  height: 100px;
  background-image: url(img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  border: 1px solid #ffffff;
}

#footer p
{
  margin: 50px 0 0 0;
  line-height: 20px;
  color: #7e7e7e;
}

#footer a
{
  color: #7e7e7e;
}

#right
{
	color: #000000;
	width: 270px;
	margin: 70px 0 0 29px;
	text-align: left;
	padding: 0 0 0 0;
	background-color: #F4F4F4;
	border-radius:15px;
}

#right h3
{
   background-color: #0083bb;
   padding: 5px 0 5px 5px;
   font-size: 15px;
   color: #ffffff;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

#right ul
{
  margin: 10px 0 20px 0;
}

#right ul li
{
  margin: 5px 0 0 30px;
  list-style-image: url(img/arrow.gif);
}

#content
{
	width: 680px;
	text-align: left;
	color: #4f4f4f;
}
#contentcontact
{
	width: 400px;
	text-align: left;
	color: #4f4f4f;
}
#content h1
{
  margin: 30px 0 10px 0;
  font-size: 25px;
  font-weight: normal;
}

#content h2
{
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}

#content p
{
  text-align: justify;
  margin: 10px 0 10px 5px;
  line-height: 20px;
}

#content img.fl
{
  margin: 0 10px 5px 0;
}

#content ul
{
  margin: 0 0 10px 40px;
}

#content ul li
{
  margin: 7px;
}

#logo 
{
	padding: 55px 60px 33px 50px;
	width: 155px;
	float: left;
}

#menu
{
	width: 800px;
	height: 30px;
	margin-top: 2px;
	padding-top: 10px;
	padding-left: 20px;
}

#gallery
{
	width: 715px;
	height: 164px;
	margin-top: 75px;
	float: left;
}
#menu ul li
{
	font-size:16px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
	
}
.table{
	font-size:9px;
	color:#9e3a38;
}

#menu ul li a
{
	color: #ffffff;
}
#menu ul li a:hover, #menu ul li .current {
color: #fff;
	
}
.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}
