html { font-size: 100%; }

body {
margin: 0; padding: 0;
font-family: Century Gothic, Veranda, Arial, Helvetica, sans-serif;
font-size: 62.5%;
}

#container {
width: 795px;
margin: 0 auto 0 auto;
}

#header {
height: 227px;
padding-bottom: 10px;
background: #FFF url('images/layout/header_gradient.gif') repeat-x bottom;
}

#logo {
position: relative;
top: 0;

}

#logotext {
position: relative;
top: 0;
left: 0;
}

#left {
width: 165px;
float: left;
margin-top: 15px;
}

#main {
width: 445px;
margin: 0 10px 0 10px;
float: left;
font-size: 1.3em;

}

#right {
width: 165px;
float: right;
margin-top: 25px;
}

#right .box {
margin-top: 3px;
border: 1px solid #AAA;
background: #acd7f3;
color: #333333;
padding: 4px;
}

.clear {
clear: both;
}

#content .gradient {
font-size: 26px;
}

#left .gradient {
background: url('images/layout/left_button.gif') no-repeat;
padding: 4px 0 0 42px;
height: 33px;
}

#right .button {
background:url('images/layout/left_button.gif') no-repeat;
padding: 8px 0 0 25px;
font-size: 14px;
height: 33px;
color: black;
}

#footer {/*edit this*/
margin-top: 30px;
height: 36px;
padding: 10px 10px 0 10px;
background: url('images/layout/footer_gradient.gif') repeat-x;
font-size: 1.1em;
font-weight: bold;
color: black;
text-align:center;
}

h1 {
font-size: 1.8em;
font-weight: bold;
float: top;
}
h2 {
font-size: 1.6em;
font-weight: normal;
border-bottom: 1px solid #acace5;
}
h3 {
font-size: 1.3em;
font-weight: bold;
}

h4 {
font-size: .5em;
font-weight: bold;
}
#content img {
border: 1px dotted #CCC;
padding: 4px;
margin: 3px;
}
#main p {
line-height: 1.5em;
}

ul#menu {
margin: 5px 0 5px 0;
padding: 0;
}

ul#menu li {
margin-bottom: 4px;
list-style-type: none; /* removes the bullet point */
}

ul#menu li a {
display: block;
padding: 3px;
text-decoration: none;
color: black;
background:url(images/layout/left_button.gif)
}

ul#menu li a:hover {
background-color: #c50001;
color: white;
}

ul#menu li.alt a:link, ul#menu li.alt a:visited {
background: #c50001;

}

ul#rightmenu {
margin: 5px 0 5px 15px;
padding: 0;
color: black;
}

ul#menu li {
margin-bottom: 4px;
}



