
html{
height:100%;
}
body{
background:url(../images/crossconnectionoutreach-background.jpg) repeat center 370px;
margin:0px;
padding:0px;
border:0px;
font-family:Arial, Verdana, Helvetica, sans-serif;
color:#4b4b4b;
font-size:12px;
width:100%;
height:100%;
}

h1,
h1 a{
text-transform:uppercase;
color:#412f00;
text-decoration:none;
}
h1 a:hover{
color:#660000;
}

h2,
h2 a{
color:#666;
text-decoration:none;
font-size:20px;
}
h2 a:hover{
color:#660000;
}

h3,
h3 a{
color:#666;
font-weight:normal;
text-decoration:none;
}
h3 a:hover{
color:#660000;
}

a{
color:#999;
}
a:hover{
color:#660000;
}
#wrapper{
min-height:100%;
position: relative;
}

#header{
text-align:center;
margin-left:0px;
background:url(../images/header_bg.jpg) center repeat-x;
}
#header object{
margin-left:-16px;
}

#container{
width:950px;
margin-left: auto ;
margin-right: auto ;
padding-bottom:50px;
}

#content{
padding:15px;
}


#footer{
position: relative;
margin-top:-50px;
clear:both;
}

#footer_nav{
list-style-type:none;
margin:0px;
padding:0px;
text-align:center;
}
#footer_nav li{
margin:0px;
padding:0px 5px 0px 5px;
display:inline;
font-size:18px;
}
#footer_nav a{
color:#666;
font-weight:normal;
text-decoration:none;
font-size:18px;
}
#footer_nav a:hover{
color:#660000;
}

#legal{
clear:both;
padding-top:10px;
text-align:center;
}
#legal a{
color:#999;
}


.col.left{
float:left;
}
.col.right{
float:right;
}
.col.thin{
width:300px;
}
.col.thick{
width:600px;
}


