/* HTML BODY */
html, body {
margin: 0;
padding: 0;
font-family: verdana;
font-size: 12px;
color: #000000;
overflow: hidden;
text-align: center;
line-height: 20px;
background-color: F5F5F5;
background-repeat: repeat;
}

/* FONTS */
h1 {
font-family: verdana; 
font-size: 12px;
font-weight: bold;
color: #000000;
margin-bottom: 10px;
}

/* DIVS */
#container {
text-align: left;
margin: 0 auto 0 auto;
padding: 0;
width: 100%;
height: 95%;
overflow: auto;
/*border: solid #000000 1px;*/
}

#top {
text-align: center;
margin: 0 auto 0 auto;
padding: 0 ;
width: 100% ;
height: 50px ;
background-repeat: repeat ;
background-color: FFFFFF ;
position: relative ;
float: left;
}

#top_inner {
margin-top: 20px;
}

#head { 
text-align: center;
margin: 0 auto 0 auto; 
padding: 0 ;
width: 100% ;
height: 55px ;
background-repeat: repeat ;
background-color: #009B01 ; 
position: relative ;
float: left;
}

#head_inner {
margin-top: 20px;
}

#main {
text-align: center;
padding: 0;
width: 100%;
position: relative ;
float: left;
}

#main_inner { 
margin: 50px auto 0 auto;
height: 500px;
width: 700px;
text-align: left;
background-image: url('../backs/main.jpg');
background-repeat: no-repeat ;
}

#bottom {
margin-top: 20px;
/*position: relative;
float: left;*/
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 15px;
background-repeat: repeat;
background-color: FF3600; 
}

#bottom_inner {
margin-bottom: 0px ;
} 


/* IMAGES */
img {
border: 0px solid #000000;
}

/* TABLES */
td {
font-family: verdana;
font-size: 12px;
line-height: 20px;
}


/* FORMS */
.submit {
font-family: verdana;
font-size: 11px;
}

/* LINKS */
a {
color: #000000;
}

a.menu {
font-size: 23px;
color: #FFFFFF;
font-family: monotype corsiva;
margin-right: 40px ; 
text-decoration: none;
}

a:hover {
color: #000000;
}
