
body {
	color: #FFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

a {
	color: #FFF;
}

ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	padding-bottom: 5px;
}

p {
	color: #FFF;
}

#container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
}

#contentwrapper {
	width: 1024px;
	position: relative;
	margin: 0 auto;
}

#left {
	background-image: url(images/main-left.jpg);
	width: 280px;
	height: 651px;
	float: left;
}

#leftBK {
	background-color: #000000;
	width: 280px;
	height: 651px;
	float: left;
}

#main {
	width: 1024px;
}

#right {
	background-image: url(images/main-right.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 148px;
	height: 651px;
}
#rightBK {
	background-color: #000000;
	background-repeat: no-repeat;
	float: left;
	width: 148px;
	height: 651px;
}


#contentborder {
	width: 576px;
	height: 651px;
	background-image: url(images/main-center.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
}

#contentborderBK {
	width: 576px;
	height: 651px;
	background-color: #000000;
	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
}

#content {
	color: #FFF;
	text-align: justify;
	overflow: auto;
	height: 610px;
	padding-right: 10px;
}

#menuborder {
	padding-top: 10px;
	padding-left: 120px;
}

#menu {
	padding-right: 5px;	
}

#header {
	height: 117px;
}

#menulist li {
	text-align: left;
	list-style-type: none;
	padding-bottom: 10px;
}

#menulist a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#submenu {
	color: #FFF;
	font-size: 10px;
	padding-top: 5px;
}

#submenu li {
	text-align: left;
	list-style-type: square;
	padding-bottom: 10px;
}

#submenu a {
	color: #FFF;
	font-size: 12px;
}


a.adminlink {
	color: #CCC;
	font-size: 9px;
}

#gallery_table_div table {
	margin-left: auto;
	margin-right: auto;
}

#gallery_detail_title {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

.gallery_overview_list {
	padding-bottom: 10px;
	text-align: left;
}

.gallery_overview_date {
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.gallery_overview_link {
	font-size: 16px;
	font-weight: bold;
}

.gallery_overview_description {
	font-size: 11px;
	font-style: italic;
}

#counter {
	display: none;
}

body.mceContentBody {
	width: 576px;
	height: 651px;
	background-color: #000;
	background-image: url(images/main-center.jpg);
	background-repeat: no-repeat;
}