/* CSS Document */

body{

background-color:#DEE8FE;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#page{
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
width: 780px;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
}
#wrapper{
margin: 0px auto 0px;
width: 780px;
}
#header{
height:184 px;
width:780px;
margin:0px;
}
#menu{
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
width:780px;
height:32px;
}

#content{
width:750px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom: 5px;
font-size: 11px;
}
#content img{
margin: 5px;

}
#footer{
width:780px;
height:28px;
line-height:28px;
text-align:center;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}

