/* CSS Document */
body {
margin:0;
padding:0;
background:url(images/body_bg.jpg) #FFF repeat-x;
font:11px Tahoma, Arial, Helvetica, sans-serif;
}

#nav {
width:310px;
height:210px;
background:url(images/nav_bg.jpg) no-repeat;
overflow:hidden;
}

#home_list {
width:310px;
height:209px;
background:url(images/home_list_bg.jpg) no-repeat;
overflow:hidden;
}

.home_list_item td{
border-bottom:1px #A7A7A7 solid;
}

#home_list ul{
list-style-type:square;
margin:10px 0 0 0;
padding:0 0 0 25px;
color:#666;
line-height:20px;
margin:10px 0;
}

#footer {
text-align:center;
font:11px Tahoma, Arial, Helvetica, sans-serif;
color:#000;
padding:25px 0;
}

#footer a{
text-decoration:none;
font-weight:bolder;
color:#000;
}




