html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: "comic sans ms";
}

#page {
	position: relative;
	margin: auto;
	width: 1024px;
	min-height: 100%;
	background-color: #030400;
	height: auto;
}
/*\*/
* html #page {
	height: 100%;
}
/**/
#rightbar {
	position: absolute;
	right: 0px;
	width: 200px;
	height: 100%;
	background-color: #FF0080;
	z-index: 10;
	bottom: 0px;
}
#header {
	position: relative;
	width: 1024px;
	height: 139px;
	z-index: 100;
}
#header img {
	position: absolute;
	width: 1024px;
	height: 139px;
	border: 0px;
}

#navbar {
	width: 100%;
	height: 1.2em;
	font-size: 1em;
	position: relative;
	z-index: 100;
}
#navbar img.navfill {
	height: 1.4em;
	font: normal normal normal 1.4em "comic sans ms";
	float: right;
}
#navigation {
	width: 500px;
	height: 1.4em;
	float: right;
	background-color: #FF0080;
	font: normal normal normal 1.4em "comic sans ms";
	overflow: hidden;
}
#navigation a {
	text-decoration: none;
	color: #000000;
}

#rightmenu {
	float: right;
	width: 180px;
	position: relative;
	z-index: 100;
	background-color: #FF0080;
	padding: 10px;
	overflow: hidden;
}


#rightmenu .block .title {
	display: block;
	height: 20px;
	line-height: 23px;
	font-size: 18px;
	white-space: nowrap;
	padding-left: 23px;
	margin-top: 10px;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#rightmenu .block_open .title {
	background-image: url(downarrow.jpg);
}
#rightmenu .block_closed .title {
	background-image: url(rightarrow.jpg);
}

#rightmenu .block .content {
	overflow: hidden;
	white-space: nowrap;
	margin-top: 3px;
	margin-bottom: 18px;
	border: 1px dotted #FF0080;
	font-size: 12px;
	padding: 3px;
}
#rightmenu .block .content p {
	line-height: 1em;
	padding: 2px;
	margin: 0px;
}

#rightmenu .block_closed .content {
	display: none;
}


#corner {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	right: 200px;
	top: 0px;
	padding-top: 1.4em;
}
.clearer {
	clear: both;
}

#content {
	padding: 20px 10px 20px 10px;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	width: 800px;
	color: #FFFFFF;
	overflow: auto;
	text-align: justify;
}


blockquote {
	font-family: "comic sans ms";
}
blockquote div.by {
	text-align: right;
}

.inputtable {
	border: 0;
	width: 0%;
}
.inputtable input {
	background-color: #000000;
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
}
.inputtable textarea {
	background-color: #000000;
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

input.styledinput {
	background-color: #000000;
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
}
textarea.styledinput {
	background-color: #000000;
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}


.gallery {
	font-weight: normal;
	font-size: normal;
}
.gallery table {
	width: 100%;
}
.gallery .adminedit {
	font-size: smaller;
	text-align: right;
}

.gallery .thumbnail {
	border: 0px;
	width: 92px;
	height: 92px;
	float: left;
	margin-right: 0x;
	margin-bottom: 5px;
	text-align: center;
	line-height: 100px;
	position: relative;
}

.gallery .thumbnail_admin {
	border: 0px;
	width: 92px;
	height: 128px;
	float: left;
	margin-right: 0x;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1em;
	position: relative;
}

.gallery .thumbnail img {
	margin: auto;
	vertical-align: middle;
	border: 0px;
}
.gallery .thumbnail_admin img {
	margin: auto;
	vertical-align: middle;
	border: 0px;
}

