html,
body {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;	/* Font color */
	font-family: Arial, Helvetica;
	background: #000000;
}

#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align: center;
}

#header img {
	border: 0px;
}

#nav {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav img {
	border: 0px;
	margin-left: 15px;
	margin-right: 15px;
	vertical-align: middle;
}

#content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: small;
}

.main_area {
	/* MAIN CONTENT AREA DIVS */
	text-align: center;
}

a:link { color: #B80B15; text-decoration: none; }
a:visited { color: #B80B15; text-decoration: none; }

h1 {
	color: #880000;
}

h2 {
	margin-bottom: 5px;
	font-weight: bold;
	/*color: #550000;*/
	color: #880000;
}

h3 {
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: medium;
}

/* MAIN PAGE (/index.php) */
#main_menu {
	width: 600px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#warning {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ILLUSTRATIONS (/illustrations.php) */
a.rating {
	margin-left: 10px;
	margin-right: 10px;
}

/* WULF AND BATSY (/wulfandbatsy.php) */
p.review {
	margin-bottom: 1px;
	font-size: small;
}
p.reviewer {
	margin-top: 1px;
	color: #990000;
	font-size: small;
}

/* NEWS (/news.php) */
h2.news_title {
	margin-bottom: 1px;
	padding-bottom: 0px;
	font-weight: bold;
	/*color: #550000;*/
	color: #880000;
}

h3.news_date {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #990000;
	font-size: small;
}

p.news_first {
	margin-top: 2px;
}

p.news {
	/* nothing special about these...yet */
}

/* ABOUT (/about.php) */
p.job {
	font-size: small;
}

/* LINKS (/links.php) */
p.link_url {
	margin-bottom: 1px;
	font-weight: bold;
}

p.link_description {
	margin-top: 1px;
}

/* ARTICLES (/articles.php) */
#article_list {
	text-align: left;
}

#article_text {
	text-align: left;
}

/* STORE (/store.php) */
div.item {
	text-align: left;
	float: none;
	margin-bottom: 10px;
}

div.item_head {
	width: 750px;
	margin: 0;
	text-align: center;
}

div.item_image {
	float: left;
	margin-right: 5px;
}

div.item_info {
	margin: 0;
	padding: 0;
	overflow: auto;
}

div.item_info p {
	margin: 0;
	margin-bottom: 10px;
}

/* GALLERY (various pages) */
.gallery img {
	margin: 2px;
	border: 0px;
}

img.gallery {
	margin: 2px;
	border: 0px;
}

/* OTHER */

p.manager_option {
	margin: 0;
}

div.texteditor_dialogbox {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	text-align: center;
	z-index: 1;
	font-size: small;
}

div.texteditor_dialogbox_content {
	width: 350px;
	margin: auto;
	background: #222222;
}

p.help_text {
	margin: 0;
}
