/* Layout Stylesheet 
Color Styles */ 

body {
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 background-attachment: fixed;
 background-image: url(images/wallpaper_gray_2_full.jpg);
 background-position: top;
 background-repeat: no-repeat;
/* background-color: #6d696a; */
 }
 
#outer {
 width: 780px;
 text-align: center;
 margin: auto;
 background-color: transparent;
 }  
 
#header {
 width: 700px;
 height: 200px;
 text-align: center;
 margin: auto;
 background-color: transparent;
}  

#headerleft {
 width: 200px;
 height: 200px;
 text-align: center;
 margin: auto;
 float: left;
 background-image: url(images/vermilion_logo_vermilion_1_gray.jpg);
 background-position: center;
 background-repeat: no-repeat;
/* background-color: #E34234; */}  

#headerleftimg
{
	display:none;	
} 

#headerright {
 width: 500px;
 height: 200px;
 text-align: center;
 margin: auto;
 float: right;
 background-image: url(images/header_long_2_gray.jpg);
 background-position: center;
 background-repeat: no-repeat;
}  

#headerrightimg
{
	display:none;	
} 

#whitespace {
 width: 700px;
 text-align: center;
 margin: auto;
 background-color: white;
}  

#redbar {
 width: 780px;
 height: 10px;
 text-align: center;
 margin: auto;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 background-image: url(images/redsquare_bkgd.jpg);
 background-position: center;
 background-repeat: no-repeat;
}  

#redbarsolid {
 width: 700px;
 height: 10px;
 text-align: center;
 margin: auto;
 background-color: #e20001;
}
  
#redbarflash {
 width: 700px;
 height: 10px;
 text-align: center;
 margin: auto;
 background-color: #e20001;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
}

#navmenu {
 width: 700px;
 text-align: left;
 background-color: white;
 display:none;	
/* 
 height: 28px;
 background-color: #e20001;
 background-color: #E34234;
*/
}  
     
#mainbody {
 width: 700px;
 height: 550px;
/* height: 410px; */
 text-align: center;
 margin: auto;
 background-color: white;
 border-top: 1px solid black;
}  

#mainleft {
 width: 345px;
 text-align: center;
 margin: auto;
 float: left;
 display:none;	
}  

#mainright {
 width: 345px;
 text-align: center;
 margin: auto;
 float: right;
 display:none;	
}  

#footer {
 width: 700px;
 text-align: center;
 margin: auto;
 background-color: white;
 border-top: 1px solid black;
 }

