@import url("monkeystyle.css");


/* change anything but the background color*/

body, th, td {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#993300;
}

/* change background image only - do not change size */

#design_window {
	background-image:url(../images/yellow/main.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	z-index:1;
}

/*everything from here down can be changed */

#content_title {
	position:absolute;
	left:52px;
	top:192px;
	width:460px;
	height:64px;
	z-index:3;
	background-image: url(../images/yellow/title_index.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	position:absolute;
	left:169px;
	top:245px;
	width:318px;
	height:122px;
	z-index:4;
	overflow: auto;	
	color:#993300;
	font-size: 10px;
}

#navigation {
	position:absolute;
	left:52px;
	top:35px;
	width:320px;
	height:15px;
	z-index:5;
}

#logo {
	position:absolute;
	left:509px;
	top:129px;
	width:231px;
	height:23px;
	z-index:6;
	background-image:url(../images/yellow/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	
}

a:visited {
	color:#dddddd;
	text-decoration: none;
	
}

a:hover {
	color:#FF6600;
	text-decoration: none;
	
}

#divUpControl {
	position:absolute;
	left:445px;
	top:282px;
	width:30px;
	height:30px;
	z-index:6;
	background-image:url(../images/yellow/scroll_upbg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

#divDownControl {
	position:absolute;
	left:445px;
	top:319px;
	width:30px;
	height:30px;
	z-index:6;
	background-image:url(../images/yellow/scroll_downbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
}

#divContainer {
	visibility: hidden;
	overflow: hidden;
	clip: rect(0px 442px 375px 0px);
	position:absolute;
	left:134px;
	top:267px;
	width:304px;
	height:172px;
	z-index:4;
	color:#993300;
	font-size: 11px;
	text-align: justify;	
}

#divContent {
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px;
}

.subheading {
	font-size: 12px;
	font-variant: small-caps;
	color: #FF6600;
}

p 