body{
background-color:#ffcc33;
margin:0px;
}

div.container{
width:1000px;
height:800px;
margin:0 auto;
}

div.top{
width:1000px;
height:120px;
background-image:url('images/header.gif');
background-repeat: no-repeat;
}

div.contentArea{
width:1000px;
height:500px;
background-color:#ffff00;
}

div.footer{
clear:left;
width:1000px;
height:50px;
background-image:url('images/footer.gif');
background-repeat: no-repeat;
text-align:center;
}

div.leftCol{
width:800px;
height:430px;
float:left;
margin:10px 0px 0px 10px;
}

div.rightCol{
width:150px;
height:490px;
float:left;
background-color:white;
margin:10px 0px 0px 10px;
}

div.Cbox1{
width:780px;
height:311px;
background-image:url('images/contentBox1.gif');
}

div.Cbox2{
width:780px;
height:148px;
background-image:url('images/contentBox2.gif');
}




div#navcontainer{
 width:850px;
 height:30px;
 position:relative;
 left:230px;
 top:95px;
}

ul#navlist
{
margin-left: 0px;
padding-left: 0px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
padding-left:5px;
padding-right:5px;
text-align:bottom;
height:50px;
}

#navlist a:link, #navlist a:visited
{
color: black;
background-color: white;
text-decoration: none;
}

#navlist a:hover
{
color: black;
background-color: #fc2f34;
text-decoration: none;
}









