body {
color:#000000;
font-family:verdana, sans-serif;
font-size:8pt;
background:#FFFFFF;
margin:5;
padding:5;
min-width:750px;
}

a:link, a:visited {
text-decoration:underline;
color:#8866C0;
}

a:active {
text-decoration:underline;
color:#8C70BA;
}

img {
border:0px;
}

#header {
text-align:center;
height:200px;
width:700px;
margin:auto;
}

#header img {
margin:auto;
}

#container {
position:relative;
width:750px;
margin:0 auto;
}

#content {
margin-left:300px;
margin-right:145px;
padding:6px;
border:1px solid #6e1593;
clear: left;
}

#leftmenu {
 position:absolute;
 text-align:center;
 float:right;
 width:250px;
 border:1px solid #6e1593;
 background-image:url(http://www.dragonflycave.com/forums/imagehosting/3544778953393ed.png);
}

#leftmenu a:hover {
text-decoration:underline overline;
background-color:#342252;
color:#b087cd;
width:130px;
}

.quote {
border:1px solid #6e1593;
background-color:#b087cd;
color:#742ea4;
padding:5px;
}

h3 {
color:#d1a2e4;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav a {
display: block;
width: 10em;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
}

ul li ul {
position: relative;
top: 7px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#rightmenu ul {
list-style-type:none;
margin:0;
padding:0 5px;
}

#rightmenu a {
display:block !important;
width:180px;
}

#rightmenu {
padding:5px;
padding-top:31px;
list-style-type:none;
position:absolute;
border:1px solid #6e1593;
width:130px;
background-image:url(http://www.dragonflycave.com/forums/imagehosting/3544778953393ed.png);
}

#rightmenu li {
margin:0;
padding:0;
}

#rightmenu li a img {
height:4;
width:0;
position:relative;
top:0px;
right:18px;
}

#rightmenu li a:hover img {
height:31px;
width:88px;
}

#center {
text-align:center;
}