@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background:;
	margin: 0;
	margin-left:85px;
	margin-right:85px;
}



#page {
	margin: 0px auto;
	width: 900px;
}


.hidden { 
	display: none; 
}


.clear { 
	clear: both; 
}


#work {
	position: absolute;
	width: 900px;
	float: left;
	margin-top: 80px;
	margin-left: 0px;
	text-align: left;
	
}
	

.imageholder img {
	margin-bottom: 0px;
	margin-right: 0px;
	float:left;
	text-align: left;
}

#content {
   	float: left;
   	margin-top: 230px;
   	margin-left: 0px;
   	text-align: center;
   	color: #000;
   	height: 600px;
   	width: 900px;
   	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	border-bottom:1px dotted #000000;
	padding-bottom: 10px;
  
   
}

#content2 {
	position:absolute;
   	float: left;
   	margin-top: 230px;
   	margin-left: 0px;
   	text-align: center;
   	color: #000;
   	height: 600px;
   	width: 900px;
   	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 24px;
	border-bottom:1px dotted #000000;
	padding-bottom: 10px; 
	
  
   
}

#menu {
	border-bottom:1px dotted #000000;
	top:0px;
	padding-top: 70px;
	word-spacing: 10px;
	padding-bottom: 15px;
	background:#FFFFFF;
	position: absolute;
	width:900px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
}

.logo {
display: block;
margin: 0 auto 18px;
}


li {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	list-style-type: none;
	display: inline;
	line-height: 18px;
	padding-left: 0px;
}

a {
	padding: 0px;
	text-decoration: none;
	color: #000;
}

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

a:active {
	text-decoration:none;
	
}

