body {
font-family: Arial;
background-color:#182102;
margin:auto;
margin-top:10px;
text-align:center;
font-size:.8em;
}
div#wrapper {
width:1000px;
text-align:left;
margin:auto;
margin-bottom:0;
border:1px solid #ffffff;
}
div#header {   
background-color:#295ebc;
background-image:url("../images/grass.gif");
background-repeat:repeat-x;
background-position:bottom;
border-bottom:3px solid #ffffff;
margin:0; padding:0;
color:#ffffff;

}
div#main {
background-color:#619bde;
background-image:url("../images/bg1.gif");
background-repeat:repeat-x;
}
div#menu {
background-color:#295ebc;
background-image:url("../images/bg1.gif");
background-repeat:repeat-x;
margin:0px;
margin-top:10px;
float:left;
width:206px;
font-size:1.2em;
font-weight:bold;
}
div#menucontent {
background-color:#295ebc;
background-image:url("../images/menubg.gif");
background-position:bottom;
background-repeat:repeat-x;
margin:5px;
margin-top:0px;
margin-left:7px;
border-top:3px solid red;
color:red;
padding:5px;
}
div#content {
margin-top:10px;
margin-left:4px;
background-color:#ffffff;
background-image:url("../images/bg2.gif");
background-repeat:repeat-x;
background-position:bottom;
float:left;
width:768px;
min-height:400px;
padding:5px;
}
div#footer {
background-color:#66a1e2;
background-image:url("../images/bgfooter.gif");
background-repeat:repeat-x;
clear:both;
height:202px;
margin:0; padding:0;
}

.clear {
clear:both;
}
 

a:link {
color:#0066cc;
text-decoration:underline;
}
a:visited {
color:#3f3151;
text-decoration:underline;
}
a:hover {
color:red;
text-decoration:none;
}


.mlink:link {
color:#0066cc;
text-decoration:none;
}
.mlink:visited {
color:#0066cc;
text-decoration:none;
}
.mlink:hover {
color:red;
text-decoration:none;
}

.mlink2:link {
padding-left:15px;
font-size:.8em;
color:#0066cc;
text-decoration:none;
}
.mlink2:visited {
padding-left:15px;
font-size:.8em;
color:#0066cc;
text-decoration:none;
}
.mlink2:hover {
padding-left:15px;
font-size:.8em;
color:red;
text-decoration:none;
}

h1 {
font-family: Trebuchet MS;
color:red;
}
h2 {
font-family: Trebuchet MS;
color:red;
}
h3 {
font-family: Trebuchet MS;
color:red;
}
h4 {
font-family: Trebuchet MS;
color:red;
}
 