body {
	background:url(images/bg2.jpg);
	color:#000000;
	background-color:#CCCC99;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	text-align:left;
}

#navLeftTop {
	background:url(images/menuBackground.jpg) scroll repeat-y;
	padding-left:14px;
	position:relative;
	width:150px;
	top:135px;
	left:0px;
	border:0px ridge black;
	z-index:2;
	width:148px;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navLeftTop {width:148px;}

#navLeftBottom {
	background:url(images/menuBottom.jpg) no-repeat;
	float:left;
	position:relative;
	left:0px;
	border:0px ridge black;
	height:338px;
	width:158px;
	margin-top:135px;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
	Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
	IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
	declaration. The incorrect IE5/Win value is above, while the correct value is 
	below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navLeftBottom {width:158px;}

#navHeaderLeft {
	background:url(images/topLeft.jpg) no-repeat;
	position:absolute;
	width:158px;
	top:0px;
	left:0px;
	height:135px;
}

#navHeaderRight {
	position:absolute;
	width:626px;
	top:0px;
	left:150px;
	height:115px;
}

#navButtonContainer {
	position:absolute;
	width:626px;
	top:107px;
	left:158px;
	height:115px;
	padding-top:87px;
	padding-left:118px;
}

#content {
	position:absolute;
	width:578px;
	left:160px;
	top:120px;
	padding:5px;
	z-index:3;
	text-align:center;
}

#bottom {
	position:absolute;
	top:100px;
	width:578px;
	left:-1600px;
	margin-top:25px;
	font-style:italic;
	text-align:center;
}

.rauvyonQuote {
	display:block;
	color:#292914;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

.menuLink0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}

.menuLink1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 15px;
}

.menuLink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}

.menuLink3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}

.navButton {
	padding-top:3px;
	float:left;
	width:92px;
	height:28px;
	text-align:center;
	font-family:verdana;
	font-size:15px;
}

.navButton:hover {
	text-decoration:none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #292914;
	text-decoration: none;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}

.sentenceHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #292914;
	text-decoration: none;
	font-size: 12px;
}

.sentenceContent {
	display: block;
	text-align: justify;
}

.rightTidbit {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 220px;
	color: #292914;
	text-decoration: none;
	text-align: justify;
	font-size: 11px;
	border: 1px solid #292914;
	padding: 8px;
	margin: 10px;
	bottom: 0px;
}

.quote {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 220px;
	color: #292914;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	border: 1px solid #292914;
	padding: 5px;
	margin: 10px;
	bottom: 0px;
}

.imageRight {
	float: right;
	margin: 10px;
}

.imageLeft {
	float: left;
	margin: 10px;
}

/* HELP FILE CLASSES */
.help_syntax {
	/* For what you type into the mud */
	color: cyan;
}

.help_heading {
	/* For the help file heading */
	color: white;
}

.help_mud_output {
	/* For sample mud output */
	color: green;
}

.help_sub_heading {
	/* Sub Headings inside the help file */
	color: red;
}

/* PLAYER GUIDE CLASSES */
.pg_syntax {
	/* For what you type into the mud */
	color: #990000;
	font-style: italic;
}

.pg_heading {
	/* For the help file heading */
	color: white;
}

.pg_mud_output {
	/* For sample mud output */
	color: green;
}

.pg_sub_heading {
	/* Sub Headings inside the help file */
	color: red;
}
