body {
    margin:0px;
    font-family: Verdana;
    color:#666;
    font-size:14px;
}
#header span, #header h1 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight:bold;
    margin:0px;
    margin-left:10px;
}
#logotop {
    letter-spacing: 5px;
    border-bottom: 3px rgb(189,219,61) solid;
    font-size:37px;
    color: rgb(109,163,48);
}
#logobottom {
    letter-spacing: 2px;
    font-size:19px;
    padding-top:5px;
    color: rgb(109,163,48);
}
h2 {
    font-family: "Trebuchet MS", sans-serif;
    color: rgb(230,110,52);
    border-bottom: 2px rgb(230,110,52) solid;
    font-size:22px;
}
#main {
    margin-left:10px;
    min-height:300px;
}
#footer {
    text-align:center;
    font-size:12px;
    color:#999;
    border-top:1px #ccc solid;
}
li {
    list-style-image: url(images/itembullet.gif);
}
a {
    text-decoration:none;
}
a:visited {
    color: #6666aa;
}
p {
    padding-left:25px;
}
