@charset "utf-8";
h1 {
	font-size: 110%;
	color: #6C8D6B;
	margin: 0px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.pagination {
	text-align: center;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}


/* CSS Document */

body {
	background-color: #D7D7BD;
	font-family: arial;
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.button {
	background-color: #C4C49D;
	float: right;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.button_main {
	background-color: #C4C49D;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.textarea {
	width: 120px;
	float: left;
}
form {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

.feat_art {
	padding: 5px;
	margin-left: 10px;
}

#footer {
	text-align: center;
	width: 1019px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	font-size: 95%;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 1019px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}
#header li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 105%;
	font-weight: bold;
}
#header li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 3px;
	background-image: url(../img/separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#header li a:hover {
	color: #999999;
}
.spacer {
	height: 170px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D5CB;
	border-bottom-color: #D5D5CB;
	border-left-color: #D5D5CB;
	margin-bottom: 10px;
	overflow: hidden;
}
#containerHolder {
	background-color: #FFFFFF;
	width: 1019px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#right {
	background-image: url(../img/left_menu_bg.jpg);
	background-repeat: repeat-y;
	width: 212px;
	float: right;
	background-position: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#center {
	float: left;
	width: 560px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#center p {
	margin: 0px;
	padding: 5px;
	text-align: justify;
	color: #656565;
}
.artImg {
	float: right;
	clear: both;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.global {
	color: #6C8D6B;
	font-weight: bold;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #656565;
	background-image: url(../img/book.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#left {
	background-image: url(../img/left_menu_bg.jpg);
	background-repeat: repeat-y;
	width: 208px;
	float: left;
	border-left-width: 10px;
	border-left-color: #FFFFFF;
	background-position: right;
	border-left-style: solid;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.leftNavi {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftNavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftNavi li {
	background-image: url(../img/arrows.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;
}
.leftNavi li a {
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.leftNavi li a:hover {
	text-decoration: underline;
}
.rightNavi {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightNavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.rightNavi li {
	background-image: url(../img/arrows.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 11px;
}
.rightNavi li a {
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.rightNavi li a:hover {
	text-decoration: underline;
}
.leftNews {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftNews p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.leftAdvert {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.leftAdvert img {
	border: 1px solid #999999;
}
.rightAdvert {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightAdvert img {
	border: 1px solid #999999;
}
.rightNewsletter {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightNewsletter p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.rightPoll {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.rightPoll p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
#centerGallery {
	float: left;
	width: 560px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbsHolder {
	margin: 0px;
	padding-top: 3px;
	padding-right: 5%;
	padding-bottom: 3px;
	padding-left: 5%;
	overflow: hidden;
}
.thumb {
	display: block;
	float: left;
	margin: 7px;
	padding: 1px;
	width: 150px;
}
.thumb img {
	border: 1px solid #656565;
}
.thumb p {
	background-color: #33CCCC;
	float: left;
}
.thumb span {
	font-size: 95%;
	float: left;
}
label {
	background-color: #33FF99;
	float: left;
	width: 25px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* ######### Style for Drop Down Menu ######### */

#moonmenu {
	padding: 0px;
	overflow: auto;

}
.halfmoon{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.halfmoon ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}

.halfmoon li{
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 105%;
	font-weight: bold;
}

.halfmoon li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 3px;
	background-image: url(../img/separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.halfmoon  li  a:hover    {
	color: #999999;
}

.dropmenudiv_e{
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #f0f0f0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.dropmenudiv_e a{
	border-bottom-width: 1px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	color: #000000;
	margin: 0px;
	padding-right: 0px;
	display: block;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
	text-decoration: underline;
}
#dropmenu1_e {
}
.flagsHolder {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.flagsHolder img {
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
