/* CSS Document */
body { 
background-color:#999999; 
margin: 0px; 
padding: 0px; 
border: 0px; 
color: #000; 
} 

.bar { 
position: absolute; 
left: 50%; 
top: 20px; 
margin-left: -400px; 
width: 800px; 
height: 30px; 
background-color:#7A5358; 
} 

.logohead { 
position: absolute; 
left: 50%; 
top: 50px; 
margin-left: -400px; 
width: 800px; 
height: 150px; 
} 

.header { 
position: absolute; 
left: 50%; 
top: 50px; 
margin-left: -400px; 
width: 800px; 
height: 586px; 
} 

.navbar { 
position: absolute; 
top: 200px; 
left: 50%; 
margin-left: -400px; 
width: 800px;    
} 

.contentleft { 
position: absolute; 
top: 251px; 
left: 25%; 
margin-left: -100px;
width: 200px; 
height: 1000px; 
background-color: #7A5358;
} 

.contentright { 
position: absolute; 
top: 251px; 
left: 50%; 
margin-left: -400px;
width: 800px; 
height: 1000px; 
background-color: #FFFFFF;
} 

.imageinset { 
position: absolute; 
top: 350px; 
left: 45%; 
margin-left: -275px;
width: 275px; 
height: 206px; 
background-color: #999999;
border: 2px solid #7A5358;
} 

.imageinsetvertical { 
position: absolute; 
top: 350px; 
left: 45%; 
margin-left: -225px;
width: 200px; 
height: 296px; 
background-color: #999999;
border: 2px solid #7A5358; 
} 

.title { 
position: absolute; 
top: 250px; 
left: 75%; 
margin-left: -314px;
width: 400px; 
height: 1000px; 
background-color: #FFFFFF;
padding-top: 10px; 
padding-left: 10px; 
} 

.footer { 
position: absolute; 
left: 50%; 
top: 1250px; 
margin-left: -400px; 
width: 780px; 
height: 50px; 
padding: 10px; 
background-color:#7A5358; 
}


a:link     { color: #7E7676; background-color: transparent; }
a:visited  { color: #7E7676; background-color: transparent; }
a:active   { color: #7E7676; background-color: transparent; }
a:hover    { color: #FF0000; background-color: transparent; }
