/* main menu layout */
	  
a {
	text-decoration: underline;
	color: yellow;
	}
	
a:visited {
	text-decoration: underline;
	color: orange;
	}
	
a:hover {
	text-decoration: underline;
	color: yellow;
	}
	
#all {
  border: none;
  width: 1100px;
  position: absolute;
  left: 0px;
  top: 25px;
  align: center;
  background-color: #be202e; 
}

h1 {
  font-family: Georgia, sans-serif;
  font-size: 16pt;
  color: black;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  }

p {
  font-family: Tahoma, Georgia, sans-serif;
  font-size: 12pt;
  color: black;
  margin-left: 60px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  }
  
  .bottomtext {
font-family: Tahoma, Georgia, sans-serif;
font-size: x-small;
color: white;
text-align: center;
}

  .first, .second, .fourth, .third, .fifth, .sixth{
position:absolute;top:0px;left:50%;
}

.seventh{
position:absolute;top:340px;left:50%;
height: 50px;
background: transparent;
margin: 0 0 0 -520px;
}

.nineth{
position:absolute;top:340px;left:50%;
height: 50px;
background: transparent;
margin: 0 0 0 -150px;
color: white;
}

.sixth{
margin: 0 0 0 -450px;
top: 780px;
}

.first{
margin:0 0 0 -476px; 
background-color: #be202e;
width: 1050px;
}

.second{
margin:0 0 0 -150px; 
top:440px;
background-color: transparent;
width: 600px;
height: 200px;
}

.fourth{
margin:0 0 0 200px; 
top:520px;
background-color: transparent;
width: 250px;
height: 100px;
align: right;
}

.fifth{
margin:0 0 0 210px; 
top:150px;
}

.third{
margin:0 0 0 -476px; 
top:815px;
background-color: #be202e;
width: 1050px;
}

.tablewrap {
margin:20 20 20 20px; 
}
  
#mainimg {
	width: 1050px;
	position: absolute;
	left: 100px;
	top: 75px;
	align: center;
	background-color: #be202e;
} 

.quotetext {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 14pt;
} 

.quotebold {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 12pt;
	font-weight: bold;
}

#whitebox {
    background-color: #ffffff;
	width: 952px;

} 

.linestyle {
font-family: Tahoma, Arial, sans-serif;
font-size: 11pt;
color: #f2632f;
}

.bodylist {
font-family: Tahoma, Arial, sans-serif;
font-size: 11pt;
color: white;
}

.redtitle {
font-family: Tahoma, Arial, sans-serif;
font-size: medium;
font-weight: bold;
color: #be202e;
}


#menu ul {
  	font-family: Tahoma, Arial, sans-serif;
	font-size: 11pt;
	margin-left: -2.5em;
	}

#menu li {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
  list-style-type: none;
  float: left;
  width: 12em;
  text-align: center;
}

#menu a {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: white;
  display: block;
  border: 0px;
}

#menu a:hover {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
  text-decoration: underline;
  color: yellow;
}

