/* CSS Document */

body {
font:17px/20px arial,sans-serif;
margin:0;
padding:0;
background:tan url(../images_pres/seed_tile.jpg);
}

h1 {
padding-bottom:5px;
margin:0;
font-size:24px;
color:red;
}

h2 {
padding:8px 0 5px 0;
margin:0px;
font-size:20px;
color:red;
}

p {
margin:0;
padding:5px 0;
}

a {
color:;
}

a img {
border:none;
}

#container {
width:100%;
}

#topbanner {
width:100%;
height:263px;
background:url(../images/topbanner.jpg) no-repeat center;
}

#shadow {
margin:auto;
width:1100px;
background:url(../images_pres/brown_shadow.png) repeat-y top center;
}

#main_content {
width:920px;
position:;
margin:auto;
text-align:left;
padding:20px;
background-color:white;
overflow:auto;

}

#footer {
width:100%;
height:55px;
background:url(../images_pres/footer_tile.jpg) repeat-x center;
color:white;
font-size:12px;
clear:both;
text-align:center;
padding-top:45px;
}

#footer a {
text-decoration:none;
color:white;
display:block;
background-color:red; 
margin:auto; 
width:325px;
}
