body {
	background-color: #000000; 
	width: 100%;
	height: 100%;
	border: 0px ;
	margin: 0px 0px 0px;
}
.wrapper {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 600px;	
}
.title {
	font: bold 2em "Trebuchet MS"; 
	color: #fff;
	position: absolute;
	left: 150px;
	top: 30px;
}
.link {
	font: bold 1.2em "Trebuchet MS";
	color: #EAFFFF;
	}
.illus {
	background-color: #000;
	width: 200px;
	height: 125px;
	position: absolute;
	top: 100px;
	left:50px;
	z-index: 2;
	}
.button, .button:visited, .button:active {
	font: bold 0.85em/1.5em "Trebuchet MS";
	color: #000066;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #CCFFFF;
	height: 25px;
	width: 50px;
	margin: 0px 20px 0px 0px;
	background-image: url(../images/button_grad.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	}
.button:hover {
	font: bold 0.85em/1.5em "Trebuchet MS";
	text-decoration: underline;
 	color: #99FFFF;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #CCFFFF;
	height: 25px;
	width: 50px;
	margin: 0px 20px 0px 0px;
	background-image: url(../images/button_grad.gif);
	background-repeat: repeat-x;
	}
.button1 {
	font: bold 0.85em/1.5em "Trebuchet MS";
	text-decoration: underline;
 	color: #99FFFF;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #CCFFFF;
	height: 25px;
	width: 50px;
	margin: 0px 20px 0px 0px;
	background-image: url(../images/button_grad.gif);
	background-repeat: repeat-x;
	}	 
.picture {
	position: absolute;
	top: 80px;
	left: 335px;
	z-index: 0;
	border: 0px;
	}
#entertainment {
	position: absolute;
	top: 100px;
	left: 300px;
	z-index: 1;
	display:inline;
	}
#writing {
	position: absolute;
	top: 175px;
	left: 300px;
	z-index: 1;
	}
#website {
	position: absolute;
	top: 250px;
	left: 300px;
	z-index: 1;
	}
#other {
	position: absolute;
	top: 325px;
	left: 300px;
	z-index: 1;
	}
	
	#dropDownDiv {
		display: none;
		text-align: right;
		width: 500px;
		height: 80px;
		position: absolute;
		top: 250px;
		left: -275px;
		z-index: 50;
		background-image: url("/images/stripe.png");
		/*background-color: transparent;
		background-image: url("/images/sliderBackground.png");
		background-position: 0px -35px;
		background-color:#fee;
		opacity:0.8;
		filter:alpha(opacity=80);*/
		border: 2px solid #567463;
		padding: 20px;
		color: #333;
		-webkit-border-radius: 12px; 
		-moz-border-radius: 12px; 
		border-radius: 12px;
	}
	
	#dropDownDiv2 {
		display: none;
		text-align: right;
		width: 500px;
		height: 80px;
		position: absolute;
		top: 400px;
		left: -275px;
		z-index: 50;
		background-image: url("/images/stripe.png");
		/*background-color: transparent;
		background-image: url("/images/sliderBackground.png");
		background-position: 0px -35px;
		background-color:#fee;
		opacity:0.8;
		filter:alpha(opacity=80);*/
		border: 2px solid #567463;
		padding: 20px;
		color: #333;
		-webkit-border-radius: 12px; 
		-moz-border-radius: 12px; 
		border-radius: 12px;
	}

	
	.ddmenu {
		height: 30px;  /* previously 25px  */
		font-family: Trebuchet MS;
		color: black;
		font-weight: bold;
		text-align: right;
		z-index: 100;
	}
	
	.ddmenu a {
		text-decoration: none;
		color: #666;
	}
	
	.ddmenu a:hover {
		text-decoration: underline;
		color: darkred;
	}
	
	.ddmenuHover {
		background-image: url("/images/blue_grad.gif");
		height: 25px;
		font-family: Trebuchet MS;
		color:white;
		font-weight: bold;
		text-align: right;
		z-index: 100;
		text-decoration: underscore;
	}
	
	.ddMenuText {
		color: black;
		
	} 
