@charset "utf-8";
/* CSS Document */

body {
	background-color:#20a800;
	padding:20px 0;
	margin: 0;
	font-family:"Courier New", Courier, monospace;
}

body a {color:#333333;}
#wrapper {margin: 0 auto; width:800px; }
#container {
	background:url(images/Roy3F.gif) 0 0 no-repeat;
	float:left;
	width:395px;
	height:560px;
	margin: 20px 10px;
	background-color:#20a800;
	padding:0;
}

#menu {
	font-family:"Courier New", Courier, monospace;
	float:right;
	width: 150px;	
	padding: 20px 0;
 }

#menu  ul { list-style:none; padding: 0; margin: 0; }
#menu li {text-decoration:none; }
#menu li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px; 
	font-size:100%;
	color:#000000;
	}
#menu li a:hover {background:#009900;}

#menu li a:visited {color:#000000; }



.content { /* rules for dropdown div */
	
	float:left;
	width: 350px;
	text-align: left; /* needed because IE misapplies text centering to boxes */
	background: #FFFFFF;
	padding: 0 0;
	margin:20px 0;
	/*left: -3500px;
	top: auto; /* puts dropdowns directly under top nav */
	
	/*border: 0px solid red;	
	background: url(images/bgfix.gif); */
	}
.CT {background: url('images/BorderTL.gif') 0 0 no-repeat; }

.CB {background: url('images/BorderBL.gif') 0 100% no-repeat ; padding: 10px 20px;}
	
.button:hover div.content {left: 10px;}