@charset "utf-8";
/* CSS Document */

#wrapper{
width:1000px;
margin:0 auto;
height:auto;
}

#header{
background-image: url(../images/header.jpg);
width:1000px;
height:302px;
}

#navbar{
background-image: url(../images/CSSBG/nav.jpg);
width:199px;
height:603px;
float:left;
}

#innerbody{
background-image: url(../images/CSSBG/mainbody.jpg);
width:801px;
height:603px;
float:left;

}

#bodycontent{
font: Arial, Helvetica, sans-serif;
color:#000000;
font-size:16px;
margin-left:15px;
margin-right:85px;
margin-top:20px;
}


#midbody{
background-image:url(../images/CSSBG/midbody.jpg);
background-repeat:repeat-y;
width:1000px;
height:auto;
}

#midcontent{
font: Arial, Helvetica, sans-serif;
color:#000000;
font-size:16px;
margin-left:215px;
margin-right:85px;
height:auto;
}



#footer{
background-image: url(../images/CSSBG/footer.jpg);
width:1000px;
height:223px;
}

a:link{
color: #0066FF; 
}
a:visited{
color:#0066FF;
}
a:hovor{
color:#0033CC;
}


