body {
	color: #666666;
	line-height: 14px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#nav {
	line-height:18px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 8px;
	width: 250px;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	padding:15px 20px 20px 20px;
	/*visibility: hidden;*/
}
#content {
	position: fixed;
	top: 0;
	left: 320px;
	right: 0;
	bottom: 0;
	padding: 36px 0 0 0;
	overflow: auto;
	background-color: #fff;
}
* html body {
	padding: 0 0 0 320px;
}
* html #content {
	height: 100%;
	width: 100%;
}
h1 {
	font-weight: normal;
	font-size:25px;
	color:#333333;
	margin-bottom:40px;
}
.copyright {
	margin-top:35px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
.wrap {
	padding-bottom:10px;
	padding-top: 30px;
}
#content p {
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
.randleft {
	float:left;
}
.randright {
	float:right;
}
#num {
	padding-left: 6px;
}
.imggal {
	margin-bottom: 6px;
	display: block;
}
.biopic {
	margin-top:15px;
}
#s1 {
	cursor: pointer;
	width: 600px;
}
#textbox {
	width: 550px;
}
#text_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	height: 400px;
	width: 600px;
}

