﻿/* Generic Selectors */ 

body  
{
background-color: black;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "Calibri","sans-serif"; 
font-size: 14px; 
} 

/**************** Pseudo classes ****************/ 

h1 {
font-size:2.2em;
line-height:1.2em;
}
h2 {
font-size: 1.8em;
line-height: 1.3em;
color: #262a2d;
}
h3 {
font-size:1.5em;
line-height:1.4em;
}
h4 {
font-weight:bold;
font-size:1.2em;
line-height:1.5em;
}
h5 {
font-weight:bold;
font-size:1em;
line-height:1.6em;
}
h6 {
font-weight:bold;
font-size:.8em;
line-height:1.7em;
color:#262a2d;
}
h2,h4,h5 {
color:#262a2d;
    height: 6px;
}
h3,h1 {
color:#981e32;
}


/************************* ID's *************************/ 

#Wrapper {    
width: 1000px;
margin-right: auto;
margin-left: auto;
}

#Banner {
width: 1000px; 
height: 176px; 
margin: 0; 
margin-top: 5px; 
font-weight: normal;
} 

#Body { 
width: 995px; 
margin: 0;
padding: 5px 0 0 5px; /*top right bottom left*/ 
font-weight: normal;
background-image: url(background.gif);
background-repeat: no-repeat;
background-position: center;
background-color: White;
}

#Footer { 
width: 1000px; 
height: 211px; 
margin: 0; 
font-weight: normal; 
} 

