div#outer{
	position:absolute;
	top:50%;
	height:570px;
	width:100%;
	margin-top:-285px;
	visibility: visible;
	z-index: 2;
}
body {
	margin:0;
}
div#content{
	top:20px;
	left:50%;
	margin-left:-350px;
	width:665px;
	z-index:100;
	padding-left:15px;
	border-left: 10px white solid;
	border-right: 10px white solid;
	height:481px;
	position:absolute;
}
div#background{
	position:absolute;
	top:125px;
	height:355px;
	width:100%;
	background-repeat:repeat-x;
	z-index:1;
	visibility: visible;
}

div#text {
	margin-top:40px;
	width:365px;
	height:325px;
	overflow:auto;
	float:left;
	font-family:"Century Gothic", Arial, Helvetica;
	font-size:13px;
	color:#FFFFFF;
}
div#photo {
	float:right;
	margin-top:25px;
	width:250px;
	height:355px;
	background-repeat:no-repeat;
	background-position:right;
}
div#logo {
	width:365px;
	padding-top:15px;
}
div#links {
	margin-top:30px;
	width:100%;
	float:left;
	font-family:"Century Gothic", Arial, Helvetica;
	color:#808282;
	font-size:14px;
}
div#links a{
	text-decoration:none;
	color:#808282;
}
div#links a:hover {
	text-decoration:none;
}
img {
	border:none;
}
div#text a{
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:dotted #fff 1px;
}
div#text a:hover{
	border-bottom:solid #fff 1px;
	
}
.subheading{
	font-weight:bold;
}
.heading{
	font-size:16px;
	font-weight:bold;
}
.copyright {font-size: 10px}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold { 
	width:365px;
	height:325px;	
	position:relative;
	overflow:hidden;
	z-index:100; 
	}
div#wn { 
	position:absolute; 
	left:0px;
	top:0px; 
	width:365px;
	height:325px; 
	clip:rect(0px, 365px, 325px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute;
	visibility:visible;
	left:0px; top:0px; 
	z-index:1; 
	}

div#scrollbar { 
 	margin-left:15px;
	margin-top:40px;
	width:15px;
	overflow:hidden;
	float:left;
	height: 325px;
}
div#up {
	position:relative;
	top:0px;
	z-index:2
}  
div#down {
	position:relative;
	top:293px;
	z-index:3 
}  