/* CSS Document */

body {

background: #792D2F;
color:#231F20;
margin:0px;
white-space: normal;
font-weight: normal;
}

h1 {
font:20px Georgia, "Times New Roman", Times, serif;
color:  #792A2E;
text-align:center;
font-weight: bold;
}

h2 {
font: 20px Georgia, "Times New Roman", Times, serif;
color: #D3AC67;
text-align:left;
font-weight: regular;
}

h3 {
font:14px Arial, "Times New Roman", Times, serif;
color:  #ffffff;
text-align:left;
font-weight: regular;
margin-left:10px;
margin-right:10px;
}

h4 {
font: 24px Georgia, "Times New Roman", Times, serif;
color: #D3AC67;
text-align:center;
font-weight: regular;
}

h5 {
font: 20px Georgia, "Times New Roman", Times, serif;
color: #D3AC67;
text-align:right;
font-weight: regular;
}

li {
font: 20px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
margin-left:20px;
}

h6 {
font: 18px Georgia, "Times New Roman", Times, serif;
color: #ffffff;
text-align:left;
font-weight: regular;
}

h7 {
font: 24px Georgia, "Times New Roman", Times, serif;
color: #D3AC67;
text-align:left;
font-weight: regular;
}

h8 {
font: 16px Georgia, "Times New Roman", Times, serif;
color: #D3AC67;
text-align:left;
font-weight: regular;
}


p {
font: 14px Arial, "Times New Roman", Times, serif;
color: #D3AC67;
text-align:left;
font-weight: regular;
margin-left:10px;
margin-right:10px;

}

#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #792D2F;
 margin-top:10px;
}

#title{
 width:800px;
 text-align:center;
 margin-bottom:5px;
}

#leftcol{
position:relative;
width: 800px;
background-color: #792D2F;
height:400px;
float:left;
 
}

#leftcol2{
position:relative;
width: 505px;
background-color: #792D2F;
min-height:400px;
float:left;
 
}

#rightcol{
position:relative;
width: 250px;
background-color: #792D2F;
min-height:400px;
float:right;
padding-right:45px;
 
}

#footer{

width: 800px;
height: 33px;
background: url("images/footer.gif");
margin: auto;
}

#mainwidth {
 width:748px; 
 text-align:center;  
 margin-left:auto; 
 margin-right:auto;
 background-color: #792A2F;
 }
 
 #mainleft {
 position:relative;
width: 124px;
background-color: #792A2F;
float:left;
}

#mainright {
position:relative;
width:624;
float:right;
text-align:center;
}