* {
    margin: 0;
    padding: 0;
    border: 0 none;
}

body {
    font: 11px/1.5em "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
    height: 100%;
    background: #38434f;
}

#wrap {
    width: 774px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}

#menu-top {
    background: url('images/menu-top.gif') no-repeat left top;
    height: 43px;
}

#menu-top-bg {
    background: url('images/menu-background.gif') repeat-x;
    width: 581px;
    height: 31px;
    padding-top: 12px;
    margin-left: 193px;
}

#header {
    width: 774px;
    height: 147px;
}

#menu-bottom {
    background: url('images/menu-bottom.gif') no-repeat left top;
    height: 42px;
}

#menu-bottom-bg {
    width: 641px;
    height: 42px;
    margin-left: 133px;
}

#content {
    text-align: justify;
    width: 754px;
    background: url('images/body-top.gif') repeat-x;
    padding: 15px 10px 10px 10px;
}

#footer {
    background: url('images/footer-background.gif') repeat-x;
    width: 774px;
    height: 20px;
    position: relative;
}

.footer {
    padding-left: 616px;
    width: 144px;
    margin-top: 0;
    top: 0;
    position: absolute;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

/* Contact Form */
fieldset {
    border:1px solid #D0D0BF;
    padding:8px;
    -moz-border-radius:5px;
}

.fieldset {
    margin-bottom: 6px;
}

.fieldset td {
    font-size: 11px;
}

.smallfont {
    font-size: 11px;
}

.text {
    border: 1px #cccccc solid;
}

ul {
    margin-left: 15px;
}

textarea {
    border: 1px #cccccc solid;
}
