@charset "utf-8";
/* CSS Document */

body{
width:740px;
margin: 0 auto;
font-family:"Comic Sans MS";
}

#header{
margin-top:15px;
height:88px;
background:url(images/header.jpg);
}

#blackspace{
height:22px;
font-size:14px;
color:#FFFFFF;
width:725px;
background:black;
padding-left:15px;

}

#whole{
background:url(images/middle.jpg) repeat-y;
width:740px;
min-height:550px;
}

#left{
margin-left:10px;
width:170px;
min-height:510px;
text-align:center;
float:left;
font-size:18px;
}

#left ul li{
list-style:none; padding-left:0; margin-left:0;
}

#left ul{
list-style:none; padding-left:0; margin-left:0;
}

#left a{
display:block;
color:#000000;
text-decoration:none;
height:14px;
margin-top:25px;
}

#left a:hover{
text-decoration:underline;
}

#right{
background: url(images/mtitlebg.jpg) repeat-y center;
width:544px;
min-height:490px;
margin-left:188px;

}

#top{
background: url(images/titlebg.jpg) no-repeat center top;
width:545px;
padding-top:90px;
margin: 0 auto;

}
#data{
margin:0 auto;
width:490px;
padding-left:15px;
min-height:490px;
padding-bottom:10px;


}
#mainback{
margin-top:-100px;
background:url(images/mainback.jpg) bottom right no-repeat;
height:485;
width:225;
margin-bottom:-1px;
}
#footer{
background:url(images/footer.jpg) no-repeat;
font-family:"Trebuchet MS";
font-size:15px;
height:30px;
width:740px;
padding-top:10px;
text-align:center;
}
