/* CSS Document */

body{
background:url(images/bodybg.jpg) top left repeat-x #86898a;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
margin:0px;
}

#container{
width:100%;
background:url(images/bodybg.jpg) top left repeat-x #86898a;
margin:0px;
}

#header{
width:760px;
height:107px;
background:url(images/header.jpg);
margin:0px auto;
}

#main{
width:700px; 
padding:10px 30px;
margin:0px auto;
background:url(images/mainbg.jpg) repeat-y #fff;
}

#footer{
width:760px;
height:21px; 
margin:0px auto;
background:url(images/footer.jpg) repeat-y #fff;
clear:both;
}

#tablebox{
width:600px;
padding:10px;
margin:0px auto;
}

#tablebox table{
border:1px solid #ccc;
}

#tablebox table tr td{
border-bottom:1px solid #ccc;
}

#homebox{
width:540px;
margin:0px auto;
}

.homebox{
width:250px;
margin:10px;
float:left;
display:inline;
}

.homeboxmls{
width:240px;
padding:0px 5px;
height:16px;
font-weight:bold;
color:#fff;
background:#003366;
}

.homeboximg{
width:250px;
margin:0px 0px 4px 0px;
}

.homeboximg img{
width:250px;
height:auto;
}

.homeboxdesc{
font-size:11px;
width:250px;
}

h1{
font-size:20px;
color:#003366;
font-weight:bold;
}

h2{
font-size:16px;
color:#003366;
font-weight:bold;
}

.featured{
font-size:14px;
color:#003366;
font-weight:bold;
}
