/* CSS Document */
body{
padding:0;
margin:0;
background:#CC9900;

}
#header{
width:1000px;
height:100px;
margin:0 auto;
background:#CC9900 url("images/header2.jpg");
}
#header img{
position:relative;
top:0px;
}
#mainmenu{
width:500px;
font-family: Helvetica, Arial, sans-serif;
font-size:15px;
color:#936F00;
position:relative;
text-align:left;
left:450px;
top:30px;

}
#mainmenu a{
text-decoration:none;
color:#ffffff;
}
#mainmenu a:hover{
text-decoration:underline;
color:#ffffff;
}

#projects{
width:650px;
margin:0 auto;
}
#projects img{
position:relative;
left:260px;
margin:0 auto;
}

#holder{
width:1000px;
height:auto;
background:#B88A01;
margin:0 auto;
text-align:left;
vertical-align:top;
}
#leftside{
width:360px;
height:auto;
background:#B88A00;
float:left;
}
#leftside ul{
color:#ffffff;
font-family: Helvetica, Arial, sans-serif;
font-size:16px;
}
#leftside li a{
text-decoration:none;
color:#ffffff;
}
#rightside{
width:632px;
height:auto;
float:right;
background:#CC9902;
padding:4px;
}
#hone{
width:100%;
height:50px;
background:#99CC00;
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
}
#hone h1{
font-size:12px;
text-align:center;
color:#006600;
}
#splash{
width:100%;
background:#004D7B;
height:250px;
}
#splashleft{
width:50%;
height:100%;
float:left;
background:#004D7B;

}
#splashleft img{
align:middle;
}
#splashright{
width:50%;
height:100%;
float:right;
background:#004D7B;
}
.lightblue{
color:#17A8FF;
font-size:24;
font-weight:bold;
}
.floatl{
float:left;
border:0;
padding:10px;
}
.floatr{
float:right;
border:0;
padding:10px;
}
#content{
width:100%;
padding:5px;
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
height:100%;
color:#D4E1DD;
}

