body
{
  margin:0px;
  background:#000000;
}
/*TEXT STYLES*/
.text1
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#B9B9B9;
}
.bg1
{
background-image:url(../img/strip2.jpg);
background-repeat:repeat-x;
}
.text3
{
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:20px;
  color:#FFFFFF;
  padding-left:20px;
  padding-right:20px;
}
.text4
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  padding-left:25px;
  padding-right:25px;
  line-height:20px;
}
.text5
{
  font-family:"Century Gothic";
  font-size:18px;
  color:#000000;
  font-weight:bold;
}
.text7
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#181818;
  padding-top:25px;
  padding-left:15px;
  padding-right:15px;
  text-align:justify;
  
}
.text8
{
  font-family:Candara;
  font-size:20px;
  text-transform:uppercase;
  color:#000000;
  padding-left:15px;
}
.text9
{
  background:url(../img/strip.gif) no-repeat;
  width:450px;
  height:0px;
  font-family:"Century Gothic";
  font-size:20px;
  text-transform:uppercase;
  color:#FFFFFF;
  padding-left:15px;
}
.text10
{
  font-family:tahoma;
  font-size:12px;
  padding-top:20px;
}
.bg_style
{
  background:#D1361B;
  width:270px;
  height:128px;
}
/* LINK STYLES */
.link1
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-decoration:none;
  text-transform:uppercase;
  color:#B9B9B9;
  padding-left:8px;
  padding-right:8px;
}
.link1:hover
{
  text-decoration:underline;
}
.link2
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  color:#D1361B;
  
}
.link2:hover
{
  text-decoration:underline;
}
.link3
{
  font-family:tahoma;
  font-size:12px;
  text-decoration:none;
  color:#4A4A4A;
}
.link3:hover
{
  text-decoration:underline;
  color:#D1361B;
}

.menu_style
{
  background:url(../img/menubg2.jpg) no-repeat;
  width:230px;
  height:25px;
  padding-left:35px;
}

/* BANNER */
.banner {
  float: left;
  background: #eee;
  height: 70px;
  width: 410px;
  padding: 5px 10px;
  margin: 10px 0 10px 10px;
  border: 1px solid #c00;
  text-align: center;
  text-decoration: none;
}

.banner * {
  margin: 0;
  padding: 0;
  color: #342623;
  line-height: 18px;
}

.banner h1 {
  font-size: 18px;  
  color: #c00;
}