body {
	font-family: Arial, Helvetica, sans-serif;
    min-width: 800px;
	background: #e1d8b9 url('../images/bg.jpg') repeat-x;
	text-align: center;
}
a {
	color: #2589b4;
	text-decoration:none;
}
a:hover {
	color: #2589b4;
	text-decoration:underline;
}
hr {
    border: 0px;
    border-bottom: 1px solid #705087;
}
input[type=submit], input[type=reset], input[type=button] {
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-width: 1px;
    background: #f1f1f1;
    padding: 3px;
    color: #000;
	font-size: 12px;
}
/* COMMON */

.red {
color: #ff0000;
}
.container {
    margin: 10px auto;
	width: 800px;
    text-align: left;
    clear: both;
	background: #fff;
}
.bold {
	font-weight: bold;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.center {
    text-align: center;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.uppercase {
    text-transform: uppercase;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* HEADER */
.header {
    overflow: hidden;
}
.logo {
    margin-top: 20px;
    margin-left: 20px;
	float: left;
}
.paypal {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}
.cent {
	float: left;
}
/* BODY */
.marquee {
    clear: both;
	overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}
.marquee-body {
	float: right;
	width: 590px;
	margin-right: 10px;
}
.marquee-left {
	float: left;
	width: 175px;
	margin-left: 20px;
}

.lleft {
	margin-top: 0px;
	width: 190px;
	float: left;
}
ul {
	margin: 0;
    margin-left: 20px;
	padding: 0;
}
/* menu */
.menu {
    list-style-type: none;
    margin: 0px auto 10px auto;
	width: 150px;
}
.menu li {
	list-style:none;
    margin-bottom: 3px;
}
.menu li a {
    color: #705807;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
	font-size: 10px;
    display: block;
    width: auto;
    padding: 5px;
}
.menu li a:hover{
    color: #fff;
    background: #aaa;
}
.menu li a.active {
    color: yellow;
    background: #A4C843;
    border-left:solid 8px #83ACCA;
}
.menu .bg1 {
    background: #e1d8b9;
}
.menu .bg2 {
    background: #e1c1b9;
}
.menu .bg3 {
    background: #f1dda6;
}
.menu .bg4 {
    background: #c0e1b9;
}


.content {
	overflow: hidden;
    clear: both;
	padding-bottom: 50px;
	background: transparent url('../images/bg-content.png') center bottom no-repeat;
}

.body {
	float: right;
	width: 590px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.item {
	margin-bottom: 20px;
}
.item h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #705087;
	font-size: 18px;
	font-weight: bold;
	color: #663333;
}
.item h1 small {
    font-size: 14px;
}
.item h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #705087;
	font-size: 16px;
	font-weight: bold;
	color: #663333;
}
.item h3 {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #663333;
}
.item p {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: justify;
}
.item .read-more {
    display: none;
}

.body-right {
	float: right;
	width: 150px;
	margin-right: 10px;
}
.body-right h1 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: #e1d8b9;
    padding: 5px;
    margin: 0px;
}
.body-right p {
	border: 2px solid #e1d8b9;
    border-top: 0px;
	padding: 8px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.body-right img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.body-right .top-border {
    border-top: 2px solid #e1d8b9;
}

.body-center {
	float: left;
	width: 420px;
}
.sponsori {
    margin-top: 40px;
	width: 180px;
	text-align: center;
}
.sponsori img {
	padding: 5px;
}

.edit {
    background: #f1f1f1;
    padding: 5px;
    margin: 5px;
}

.page {
    margin-top: 10px;
}
.page .title {
    background: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 30px;
}
.error {
    font-size: 14px;
}

.body img.mw {
    margin-left: 10px;
    margin-bottom: 20px;
    float: right;
    max-width: 250px;
}

.body .box {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f1f1f1;
}

.pagination {
    clear: both;
}

/* FOOTER */
.footer {
	margin: 20px;
	text-align: center;
}