* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: #e3f4d3 url(logo1.gif) no-repeat top left;
}

#wrapper {
    text-align: left;
    margin: 50px auto;
    width: 500px;
}

h1 {
    color: #FF9900;
    font: 36px Georgia;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h2 {
    color: #FF9900;
    font: 20px Georgia;
    padding: 0 0 4px 4px;
    margin: 0;
}

#content {
    border: 3px solid #FF9900;
    width: 500px;
    background-color: #FFFFFF;
    position: relative;
    left: 0px;
}

#first {
    border: 3px solid #FF9900;
    width: 100%;
    background-color: #FFFFFF;
}

#menu {
    position: absolute;
    top: 130px;
    left: -60px;
    font: 14px Verdana;
    color: #FF9900;
    font-weight: bold;
    text-align: right;
    width: 280px;
}

#menu ul {
    list-style: none;
    list-style-type: none;
}

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

#text {
    font: 12px Verdana;
    padding-right: 15px;
}

.home {
    font: 12px Verdana;
    padding: 5px;
    text-align: center;
}

a {
    color: #FF9900;
    text-decoration: underline;
}

#menu a {
    color: #FF9900;
    text-decoration: none;
}

a:hover, #menu a:hover {
    text-decoration: underline;
}

#footer {
    color: #FF9900;
    text-align: center;
    font: 11px Verdana;
    font-style: italic;
}

.red {
    color: #FF0000;
}

.grey {
    color: #999966;
    font-size: 24px;
}

.thumb {
    float: left;
    width: 130px;
    padding: 5px;
    margin: 10px;
}

.thumb p {
    text-align: center;
}

.thumb img {
    border: 1px solid black;
}

#char {
    list-style: none;
    list-style-type: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.boxed {
    border: 2px dashed red;
}


