body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #0B3B0B;
    color: #e4e7ef;
}

img { border: 0; }

#wrapper {
    margin: auto;
    text-align: left;
    width: 983px;
    position: relative;
    background: url(images/body_bg.gif) repeat-y;
}


#body {
    background: url(images/body_b.gif) no-repeat bottom left;
}

h1, h2, div, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    color: black;
    font-weight: bold;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

a {
    color: #E0F8E0;
    text-decoration: underline;
    font-weight: bold;
}

.tkd, .tkdcell {
	font-size: 14px;
	color:black;
	font-weight:700;
}

.tkd2, .tkd2cell {
	font-size: 14px;
	color:black;
}

.clear {
    clear: both;
}

.readmore {
    text-align: right;
}

.readmore a {
    text-decoration: underline;
}

#left .readmore {
    text-align: right;
}

#left {
    margin: 0;
    padding-top: 35px;
    background: url(images/menu_t.gif) no-repeat;
    float: left;
    width: 165px;
}

#left h3 {
    font-size: 10px;
    color: white;
    margin: 1em 0;
    padding: 0;
}

#left p {
    margin: 1em 0;
    padding: 0;
}


#nav {
    background: url(images/menu_bg.gif) repeat-y;
}

#nav li {
    border-top: 1px solid white;
    padding: 4px 2px 4px 36px;
    font-size: 10px;
    color: white;
    text-indent: -28px;
}

#latest {
    padding-top: 13px;
    background: url(images/menu_b.gif) no-repeat;
}

#latest .events {
    padding: 0 10px;
}

#logo {
    position: absolute;
    left: 165px;
    top: 0;
}

#content .inner {
    float: left;
    padding-top: 48px;
    margin: 20px 0 10px 30px;
    width: 550px;
}

#searchbox {
    float: right;
    margin-top: 20px;
    width: 200px;
    background: url(images/search_bg.gif) repeat-y;
}

#searchbox h3 {
    align: left;
    margin: 0;
    padding: 190px 20px 0px 0px;
    background: url(images/froggy.jpg) no-repeat left top;
    color: white;
    font-size: 15px;

}

#searchbox form {
    background: url(images/search_b.gif) no-repeat left bottom;
    padding: 0px 0 10px 15px;
    margin: 0;
    line-height: 2;
    color: white;
    font-size: 12px;
    font-decoration: italic;
}


