@CHARSET "UTF-8";
body {
    background: #e3dbbf;
    color: #109947;
}

#main {
    background: url("../images/news/background.jpg") center top no-repeat;
    min-height: 100px;
    height: auto !important;
    height: 100px;
	padding-bottom: 30px;
}

#content {
    margin-top: 200px;
    position: relative;
    width: 70%;
    padding-left: 28px;
    float: left;
}

#archive {
    margin-top: 200px;
    float: right;
    width: 20%;
    padding-bottom: 20px;
}

#archive .head {
	font-weight: bold;
}

#archive a {
    display: block;
    font-family: Georgia;
    color: #000;
    font-size: 16px;
    margin: 10px 0px;
    cursor: pointer;
    padding: 3px 0px 7px 17px;
}

#archive a.selected {
    color: #fff;
    background: url("../images/archive.selected.gif") no-repeat;
}

#archive ul {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    list-style: none;
}

#archive ul li {
    margin: 0px;
    padding: 0px;
}

a {
	color: #26ac46;
}

#archive ul li a {
    display: inline;
    color: #26ac46;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px 0px 0px 17px;
}

.submit {
    color: #109947 !important;
}

.novel {
	margin: 30px 0px;
}

.novel .clear {
	margin-bottom: 40px;
}

.novel .date {
    font-family: Georgia;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px;
}

.novel .description {
    font-weight: bold;
    font-size: 16px;
}

.novel .novell-cont {
    position: relative;
    color: #000;
    margin-top: 5px;
}

.novel .novell-cont p {
    margin: 0px 0px 10px 0px;
    line-height: 16px;
}

.novel .novell-cont a {
    color: #26ac46;
    font-weight: bold;
}

.novel .novell-cont img {
    float: left;
    margin: 0px 10px 0px 0px;
}

.novel .novell-cont p img {
    float: none;
    margin: 0px 10px 0px 0px;
}

ol li {
	color: #000;
}

ol li span {
	font-size: 18px;
	color: #109846;
}

ol li p {
	color: #000;
	line-height: 16px;
	margin-top: 5px;
}

.b {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}


#big-search-form {
    position: absolute;
    top: 120px;
    left: 24px;
}

#big-search-form .text {
    background: transparent url("../images/big.input.gif") no-repeat;
    border: none;
    padding: 4px 10px;
    width: 359px;
}

#big-search-form .submit {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
}

ul.map, ul.map ul {
	margin-left: 10px;
	line-height: 24px;
}

ul.map li {
	font-weight: bold;
}

ul.map ul li {
	font-weight: normal;
} 