html  {
	height:100%;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	overflow-x:hidden;		
}


.closed { display:none;}
.open { display:block}
.clear {float:none;clear:both}

.bold {font-weight:bold}

h2 { font-size:16px; margin:4px 0 6px 0}
h3 { font-size:13px; margin:3px 0 5px 0}

#floater	{
	width:100%; 
	height:100%; 
	margin-left:50px;
}
 
#main {
	clear:both;
	font-size:11px;
	width:3500px;
	height:519px;
	overflow-x:hidden;		
	/*width:1000px;	*/
	/*margin:auto;*/
	margin-bottom:80px;
	/*margin-bottom:2px;*/
	/*overflow:hidden;*/
	border-bottom:1px solid #b0bc22;

}

#header {
	float:none;
	clear:both;
	height:109px;
	border-bottom:1px solid #b0bc22; /*total 110 */
}

#bottom {
	background-color:#f4f4f4;	
	height:408px;
	padding-top:1px;
	/*width:1000px;*/
	overflow:hidden;
}

#menu {
	float:left;
	width:136px; /*total 160 */
	height:408px; /*total 410 */
	padding-left:12px;
	padding-right:12px;	

}

#right {
	float:left;
	/*width:840px;*/
	height:408px;
	/*width:auto;*/
	min-width:900px;
	overflow:hidden;
}

	#page-top {
		width:617px;
		min-height:203px;
		margin-bottom:1px;
		overflow:hidden;
	}
	#page-top img {
		display:inline;	
	}
	#page {
		width:638px;
		height:408px;
		overflow-y:scroll;
	}
		.page-link {
			color:#d6e25b;
			text-decoration:none;	
		}
		.page-link:hover {
			color:#d6e25b;
			text-decoration:underline;	
		}

	#proj-text {
		width:600px;
		height:408px;		
	}
	.text-bottom {
		width:589px;
		background-color:#919195;
		color:#ffffff;
		padding-top:10px;
		padding-bottom:10px;		
		padding-left:13px;
		padding-right:13px;		
		min-height:184px;
		line-height:18px;
	}
		.text-bottom .left {
			float:left;
			width:205px;
		}
		.text-bottom .right {
			float:left;
			width:370px;
		}
		.textbox {
			width:210px;
			background-color:#fff;
			height:16px;
			line-height:16px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
		}
		.textarea {
			background-color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			width:295px;
		}
		.button {
			background-color:#afbd3b;
			color:#fff;
			border:1px solid #c3cd6b;
			font-size:11px;
		}
	.project-img {
		float:left;
		width:600px;
		height:409px;
		overflow:hidden;
	}
		.project-img img {
			float:none;
			clear:both;
		}
		
/* added by alan */

.text-bottom a {
	color:#FFF;
}

.text-bottom a:hover {
	text-decoration:none;
}

.text-bottom ul li {
	list-style:disc;
	display:block;
}
