/*Spartan Net Labs Hand Customized Code by Joel Alcantara, Feel free to use in open projects for commercial don't delete this message!*/
body{
margin:0 auto;
padding-left:270px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:900px;
float:center;
}

a{
color:#598e25;
text-decoration:none;
}

a:hover {
color:#666666;
}

h1,h2,h3, {
color:#333333;
}

p,li{
color:#666666;
}

#header{
background-color: #fff;
width:820px;
display:block; 
float:left;
}



#col1{
background-color: #fff;
width:200px;
float:left;
display:block;
padding-top:5px;
}

#col2{
background-color: #fff;
width:390px;
float:left;
padding-top:5px;
padding-left:10px;
margin:10px;
}
#col2 a{
text-decoration:underline;
}

#map{
width:750px;
display:block; 
float:left;
}

#footer{
padding-top:10px;
background-color: #fff;
clear:both;
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}