body {
	background-color: #edd;
	color: #444;
	font-size: 13px;
	font-family: arial, sans-serif;
}

form div input {
	width: 200px;
	display: block;
}

form div textarea {
	width: 300px;
	height: 75px;
	display: block;
}

img {
	border: 2px solid #840441;
}

a { 
	color: #840441;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-family: times new roman, serif;
	font-size: 22px;
	border-bottom: 2px solid #840441;
	color: #840441;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2 {
	margin: 5px;
	margin-top: 10px !important;
	padding: 3px;
	font-size: 16px;
	color: #fff;
	background-color: #840441;
}

h3 {
	font-size: 14px;
	color: #666;
}

h4 {
	font-size: 12px;
	color: #645;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* -------------------------------------------------------------------------------------------------------------------- */

#container {
	position: absolute;
	top: 50%;
	margin-top: -355px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 700px;
	overflow: hidden;
	background-image: url(/images/bukshot-art.jpg);
	z-index: 0;
}

#site {
	position: relative;
	z-index: 99;
}

#nav {
	position: absolute;
	top: 192px;
	right: 215px;
	color: #fff;
}

#admin_nav {
	display: none;
}

#nav a, #footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer {
	position: absolute;
	top: 647px;
	left: 45px;
	color: #ccc;
	font-size: 10px;
	width: 744px;
}

#module {
	color: #444;
	position: absolute;
	top: 220px;
	left: 55px;
	width: 726px;
	height: 417px;
	overflow: auto;
}

#chibi {
	position: absolute;
	top: 30px;
	width: 120px;
	left: 42px;
}

#pinup {
	position: absolute;
	top: 270px;
	left: 795px;
	width: 200px;
	text-align: center;
}

