html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    background: url('../images/bg.jpg');
    text-align:center;
    color: #fff;
    padding-bottom: 30px;
}

.clearer {
    clear: both;
}

a:hover {
    text-decoration:none;
}

#container {
    width: 800px;
    margin: 0px auto;
    text-align: left;
}

#header {
    background: #88000a;
    width: 800px;
}

#header h1 {
    float:left;
}

#header .info {
    float:right;
    width: 255px;
    padding-top: 18px;
    color: #ffcc00;
    font-size: 11px;
    line-height: 14px;
}

#header .info big {
    font-size: 12px;
}

#header .info a {
    color: #ffcc00;
    text-decoration:none;
}

#header .info a:hover {
    text-decoration:underline;
}

#navigation {
    width: 100%;
    height: 31px;
    background: url("../images/nav_bg.jpg") repeat-x left top;
    border-bottom: solid 1px #914821;
}

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

#navigation ul li {
    display:block;
    float:left;
    background: url("../images/nav_spacer.jpg") no-repeat right top;
    padding-right: 1px;
}

#navigation ul li.last {
    background:none;
    padding-right: 0px;
}

#navigation ul li.last a {
    padding: 0px 5px;
}

#navigation ul li a {
    display:block;
    float:left;
    height: 31px;
    line-height: 31px;
    color: #fff;
    text-decoration:none;
    padding: 0px 8px;
    font-size: 12px;
    font-family: "Trebuchet MS", Helvetica;
    font-weight:bold;
}

#navigation ul li a:hover, #navigation ul li a.active {
    background: url("../images/nav_bg_hover.jpg") repeat-x left top;
}

#main-content {
    border-bottom: solid 2px #d4a409;
    background: #907c5c;
}

.homepage-image {
    background: url("../images/home_image.jpg") no-repeat left top;
    width: 800px;
    height: 380px;
}

#footer {
    padding: 35px 0px 0px;
    color: #fff;
    font-size: 11px;
}

#footer a {
    text-decoration:none;
    color: #fff;
}

#footer a:hover {
    text-decoration:underline;
}

#leftbar {
    background: #907c5c url("../images/dragon1.jpg") no-repeat left top;
    padding-left: 57px;
    width: 273px;
    float:left;
    padding-top: 34px;
}

#leftbar .spacer {
    height: 361px;
    width: 1px;
    float:left;
}

#rightbar {
    width: 415px;
    padding-right: 45px;
    float:right;
    padding-top: 38px;
    line-height: 17px;
    overflow:hidden;
    background: url("../images/shadow.jpg") no-repeat right top;
}

#rightbar.large {
    width: 422px;
}

#leftbar h1 {
    font-size: 24px;
    font-weight:normal;
    font-family:"Trebuchet MS", Helvetica;
    color: #004b20;
}

.yellow {
    color: #ffcc00;
}

.yellow .left {
    width:192px;
    padding-right: 10px;
    float:left;
}

.yellow .right {
    width: 202px;
    float:left;
}

#rightbar h1 {
    font-size: 18px;
    font-weight:normal;
    line-height:normal;
    font-family:"Trebuchet MS", Helvetica;
    color: #ffcc00;
}

#rightbar h2 {
    font-size: 20px;
    line-height:normal;
}

.yellow label {
    display:block;
    float:left;
    width: 95px;
}

#rightbar ul {
    margin-left: 15px;
}

#rightbar a {
    color: #004b20;
    text-decoration:none;
}

#rightbar big {
    font-size: 16px;
    line-height: 24px;
}

#rightbar a:hover {
    text-decoration:underline;
}

.album {
    padding-bottom: 40px;
}

.album .box {
    float:left;
    text-align:right;
    font-style:italic;
    width: 211px;
    padding: 0px 0px 15px 0px;
}

.album .box img {
    border: solid 1px #c0bc8d;
    margin-bottom: 5px;
}

#rightbar form {
    padding-top: 36px;
}

#rightbar form label {
    font-weight:bold;
    font-size: 14px;
    line-height:21px;
}

#rightbar form .text-field {
    width: 288px;
    border: solid 1px #999999;
    margin-bottom: 8px;
}

#rightbar form textarea {
    width: 330px;
    height: 155px;
    border: solid 1px #999999;
    margin-bottom: 14px;
}
#rightbar .sponsors {
	margin-left: 0;
	padding-left: 0;
}
.sponsors li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 120%;
}

