body {
background-image: url(../templateImages/bgOverlay.jpg);	
background-attachment: scroll;
background-position: top center;
background-repeat: no-repeat;
background-color: #2c2c2c;

font-family: "arial", "helvetica", sans;
color: #ffffff;

}

h1 {
font-size: 20px;
font-weight: normal;	
}

h2 {
font-size: 16px;
font-weight: normal;	
}

h3 {
font-size: 14px;
font-weight: normal;	
}

a {
color: #3366cc;
text-decoration: none;	
}

a:hover {
color: #cccccc;	
}

#introContent {
margin-top: 330px;	
width: 800px;
text-align: left;
}

#introCopy {
background-color: #000000;
padding: 5px 25px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;	
}

#introCopy p {
color: #999999;
font-size: 22px;	
}

#introAddress {
margin: 0px 20px;
padding: 0px;
}

#introLinks {
padding: 20px;
font-weight: bold;
font-style: oblique;	
}

#introLinks a {
padding: 10px 30px;
background-color: #333333;
border: 1px solid #3366cc;	
font-size: 24px;
}

#introLinks a:hover {
background-color: #cccccc;	
color: #000000;
border: 1px solid #000;
}

#footer {
position: relative;
margin: 50px;
bottom: 2px;	
}

#footer p {
font-size: 10.5px;
color: #666666;
}

#siteSpecs {
padding: 20px 0px;	
}

#siteSpecs p {
color: #666666;
font-size: 12px;	
font-weight: normal;
}