@charset "utf-8";

	


/***********************
//  Dropdown Div Styles
************************/	
#about {
	width:100%;
	padding-top:20px;
	margin:0 auto;
	color:#CCCCCC;
	position:relative;
	background-color:#000000;
	}
	
#about h2 {
	font-size:24px;
	}
	
#info {
	width:954px;
	margin-left: auto;
	margin-right: auto;
	margin:auto;	
	}	
	
/**************************
// Close Button
*************************/
	
.close a {
	display:block;
	width:27px;
	height:27px;
	margin-right:50px;
	margin-top:30px;
	background:url(images/arrow.jpg) no-repeat center top;
	float: right;
	}
	
.close a:hover {
	background:url(images/arrow.jpg) no-repeat center bottom;
	}
	
.close a span {
	margin-left:-9999px;
	}
	
.textinfo {
	width:170px;
	height:80px;
	padding-left:520px;
	float: left;
	font-size: 13px;
	padding-top: 20px;
	text-align: left;	
		
}
	
.textinfo2 {
	width:150px;
	height:100px;
	padding-left:20px;
	float: left;
	font-size: 13px;
	text-align: left;	
}

.textinfo a {
	color: #3399CC;
}
.textinfo a:hover {
	color: #ffffff;
}

.textinfo2 a {
	color: #3399CC;
}
.textinfo2 a:hover {
	color: #ffffff;
}
