body {
	margin: 0;
	padding: 0;
	font: normal 0.81em/1.5em "Trebuchet MS", "Bitstream Vera Sans", Verdana, Tahoma, Arial, helvetica, sans-serif;
}

/*----------
  HEADER
-----------*/

#header {
	background: #812925 url(/images/design/topline.gif) top left repeat-x;
	height: 137px;
	border-top: 1px solid black;
}

#header #logo {
	float: left;
	width: 137px;
	height: 100%;
	background: url(/images/design/sun.jpg) no-repeat;
	margin-right: -3px;
}

#header #title {
	margin-left: 137px;
	margin-right: 200px;
	height: 100%;
	background: url(/images/design/mollieandandraz.jpg) no-repeat;
	_margin-left: 0;
}

#header #title a {
	display: block;
	margin-left: 15px;
	width: 255px;
	height: 50px;
}

#header #textbox {
	float: right;
	width: 200px;
	height: 100%;
	background: url(/images/design/whitedot.gif) top left repeat-y;
}

#header #textbox ul {
	height: 100px;
	margin: 20px 5px 0 10px;
	padding-left: 0;
	overflow: auto;
}

#header #textbox ul li {
	list-style-type: none;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(/images/design/yellowarrow.gif) 0 6px no-repeat;
	font-size: 0.9em;
	overflow: hidden;
}

#header #textbox ul li a {
	color: #fff;
	text-decoration: none;
}

#header #textbox ul li a:visited {
	text-decoration: line-through;
}

#header #textbox ul li a:hover {
	text-decoration: underline;
}

/*---------
 MAIN AREA
----------*/

#main {
	background: url(/images/design/mainbackground.jpg) repeat-x;
	border: none;
}

#main #logo2 {
	background: url(/images/design/sun2.gif);
	width: 136px;
	height: 88px;
	z-index: 2;
	position: absolute;
	_left: 0;
}

/***********/
/* 1. Menu */
/***********/

#menu {
	background: url(/images/design/menu.gif);
	height: 28px;
}

#menu ul {
	margin: 0 0 0 25%;
	padding: 0;
}

#menu ul li {
	display: inline;
}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li span {
	padding: 0 10px 6px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: solid #884745;
	border-width: 0 2px 2px 2px;
}

#menu ul li a:hover,
#menu ul li span {
	color: #884745;
	background: #fff;
	padding-top: 1px;
}

/**************/
/* 2. Content */
/**************/

#content {
	margin-left: 65px;
	margin-right: 15%;
	padding: 1px;
	background: #fff;
	border: 1px solid #000;
	border-bottom: 20px solid #8c4644;
	padding-bottom: 20px;
	min-height: 300px;
}

/**************/
/* 3. SubMenu */
/**************/

#submenu {
	width: auto;
	padding: 10px 1px 1px 1px;
	float: right;
	margin-left: 10px;
	text-align: right;
	background: #884745 url(/images/design/whitedot.gif) top left repeat-y;
}

#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul li {

}

#submenu ul li a:link,
#submenu ul li a:visited {
	display: block;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 5px 3px 15px;
	background: url(/images/design/whitedot.gif) bottom left repeat-x;
}

#submenu ul li a:hover {
	color: #884745;
	background: #ffffff;
}

#content #text {
	padding: 10px;
	text-align: justify;
}


form {
	margin-bottom: 0;
}

#userbar {
	background: #dccaca url(/images/design/mainbackground.jpg) 0 -200px;
	margin: 0;
	padding: 0.5em;
	font-size: 0.89em;
	border-top: 1px solid #cba9a7;
	border-right: 1px solid #cba9a7;
	border-left: 1px solid #812925;
	border-bottom: 1px solid #812925;
	margin-right: 120px;
}

#userbar label {
	padding: 0 3px;
}

#userbar input {
	border-left: 1px solid #cba9a7;
	border-bottom: 1px solid #cba9a7;
	border-right: 1px solid #812925;
	border-top: 1px solid #812925;
	padding: 1px 3px;
	font: 0.98em "Trebuchet MS", "Bitstream Vera Sans", Verdana, Tahoma, Arial, helvetica, sans-serif;
}

#userbar input:focus {
	background: #ede2e0;
}

#userbar input[type=submit],
#userbar input.submit {
	background: #8c4644;
	color: white;
	padding: 0;
}

.date {
	float: right;
	margin: 0;
	margin-top: 1.5em;
	_margin-top: 2em;
	font-weight: bold;
	font-size: 0.85em;
	color: #884745;
	position: relative;
}


.story {
	background: #ede2e0;
	border-right: 1px solid #cba9a7;
	border-top: 1px solid #cba9a7;
	border-left: 1px solid #812925;
	border-bottom: 1px solid #812925;
	width: 350px;
	padding: 0.5em 1.5em;
	margin: 0 auto;
}

h1 {
	color: #884745;
	font: bold 1.5em/1.2em Arial, helvetica, sans-serif;
	border-bottom: 2px dotted #ede2e0;
	clear: left;
}

h2 {
	color: #884745;
	font: bold 1.3em/1.2em Arial, helvetica, sans-serif;
}

h3 {
	color: #884745;
	font: bold 1.1em/1.2em Arial, helvetica, sans-serif;
}

hr {
	background: #884745 url(/images/design/mainbackground.jpg) 0 -200px;
	height: 5px;
	color: #dccaca;
	border: none;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	border-right: 1px solid #812925;
	border-bottom: 1px solid #812925;
}

#text img {
	border: 1px solid #884745;
	padding: 1px;
	margin: 3px;
}