/* CSS Document */

body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333;
background:#fff;
}

h1{
display:none;
}

h2{
color:#5e5e1e;
font-size:20px;
margin:0px 0px 10px 0px;
}

a{
color:#085C4C;
}

#container{
width:100%;
background: #BCBD75 url(images/page_bg.jpg) repeat-y top center;
}

#header{
margin:0px auto;
width:700px;
height:100px;
padding:0px;
background:url(images/headerbg.jpg) top left no-repeat;
}

#menu{
margin:0px auto;
padding:0px;
width:700px;
height:30px;
background:url(images/menubg.jpg) top left repeat-x;
}

#menu ul{
display:block;
list-style: none;
padding:0px;
margin:0px;
height:30px;
width:700px;
}

#menu ul li{
display:inline;
float:left;
list-style: none;
padding:0px;
margin:0px;
height:30px;
width:auto;
}

#menu ul li a{
display:block;
float:left;
list-style: none;
padding:8px 7px;
margin:0px;
height:14px;
width:auto;
color:#eee;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

#menu ul li a:hover{
color:#fff;
background:url(images/menubg_active.jpg) top left repeat-x;
}

#content{
width:680px;
margin:0px auto;
padding:10px;
background:#fff;
}

#buyerincentive{
border:1px solid #ccc;
padding:10px;
background:#efefef;
}

#buyerincentive h2{
display:block;
margin:0px;
padding:0px;
text-align:center;
background:#ddd;
}

.documentlink{
float:left;
display:block;
width:180px;
text-align:center;
height:150px;
}
