/* ----------GLOBALS---------- */

html {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
color:#000000;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}

h1 {font-size:14px; text-align:center; clear:both;}
h2 {font-size:13px; clear:both;}
h3, h4, h5, h6 {font-size:14px; clear:both;}

a {text-decoration: none; color:#000000;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;} 
a:active {text-decoration: none;}
a img {border:0;}

/* ----------BLOCKS---------- */
#main {
width:508px;
background-image:url(images/mid.jpg);
background-repeat:repeat-y;
}
#top {
width:508px;
background-image:url(images/top.jpg);
background-position:top;
background-repeat:no-repeat;
}
#bot {
width:508px;
min-height:700px;
background-image:url(images/bot.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

#cont_main {
padding:140px 80px 0px 90px;
}
#cont_top {
height:100px;
}
#cont {
clear:both;
padding-bottom:130px;
text-align:left;
}
#cont p {
text-indent:10px;
}
#cont_menu {
padding:6px 0px 6px 0px;
text-align:center;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
color:#7b8077;
}
#cont_menu a {
color:#7b8077;
font-weight:bold;
font-style:italic;
}
#cont_menu a:hover {
color:#cc0000;
text-decoration:none;
}

.top_box {
width:100px;
height:80px;
border:2px solid #7b8077;
float:left;
margin:0px 3px 0px 3px;
text-align:center;
}
.menu_box {
position:relative;
width:100px;
height:80px;
text-align:center;
border:2px solid #7b8077;
float:left;
margin:0px 3px 6px 3px;
}
.menu_box a:hover .word {
color:#cc0000;
text-decoration:none;
}
.menu_box  .word  {
position:absolute;
top:60px;
left:0px;
width:100px;
height:20px;
border-top:2px solid #7b8077;
font-weight:bold;
font-style:italic;
color:#7b8077;
}
.num_menu {
width:100px;
height:30px;
border:2px solid #7b8077;
float:left;
margin:0px 3px 6px 3px;
}
.red {color:#993300;}




