

.button2 {
	top:0;
	vertical-align:top;
	width:211px;
	min-height:100px;
	border:none;
	cursor:pointer;
	position:relative;
	background-color:#FEFEFE;
	font-size:16px;
}

.button2:hover{
	background-color:#DDD;
	border:none;
	color:#333;	
}

.button2:focus {
	outline:0;
	background:radial-gradient(#DEdeDE, #dcdcdc);
	border:1px solid #a94847;
	}
#AboutBox{
	width:635px;
	max-width:635px;
	height:500px;
	max-height:500px;
	padding: 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:2px solid #999;
	overflow:hidden;
}
#AboutInfo p{	
margin:5px 10px 0 10px;	
}
#AboutBox2{
	width:380px;
	max-width:380px;
	height:auto;
	max-height:295px;
	padding: 0;
	display:inline-block;
	overflow:hidden;
}
#AboutSide{
	width:240px;
	max-width:240px;
	height:270px;
	max-height:270px;
	display:inline-block;
	padding: 0;
	margin:0;
	padding:2px 2px 2px 4px;
	overflow:hidden;
	vertical-align:top;
}
#AboutInfo{
	width:100%;
	height:270px;
	max-height:270px;
	margin:0;
	padding:5px 0 5px 0;
	display:inline-block;
}
#AboutInfo2{
	width:100%;
	height:120px;
	max-height:120px;
	margin:0;
	padding:0;
	display:inline-block;
	border-top:thin solid #666;
	overflow:hidden;
	font-size:16px;
}
#AboutInfo2 p{	
margin:5px 10px 0 10px;
	
}

#ButtonWrap{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	background-color:#999;
}
.AboutButtons{
	vertical-align:top;
	width:209px;
	background-color:#999;
	margin:0;
	padding:0;
}
.AboutHeader{
	padding: 0;
margin:5px 5px -0 10px;
	font-size:30px;
}
.white{
	height:1px;
	border:0;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
}

#newsdata{
	border: 1px solid #CCC;
	height:400px;
	min-height:300px;
	width:270px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;	
}
.AboutHeader a{
	text-decoration:none;
	color:#cc6e6f;
}
img {
	border:none;
    outline:none;
}

.staff {
	height: auto;
	width: auto;
	font-style: normal;
	margin: 0px;
	display:inline-block;
	float:inherit;
	margin-right: auto;
	margin-left: auto;
	min-height:120px;
}
.staff a{
	color:#a94847;
	float:right;
	margin-right:25px;
}
#links{
	color:#a94847;
	float:right;
	margin-right:25px;
	border:0;
	background:none;
	font-size:16px;
	text-decoration:underline;
	cursor:pointer;
}
#links:hover{
	color:#cd706f;
}

.quote{
	width:auto;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFCC;
	border:solid thin #cd706f;		
	
}
.quote p{
	margin-left:10px;
	font-style:italic;
}

#button{
	background-color:#cd706f;
	border:thin solid #a94847;
	min-height:30px;
	text-decoration:none;
	cursor:pointer;	
	width:200px;
	color:#FFF;	
}

#button:hover{
	background-color:#ea9998;
	border:thin solid #a94847;
	height:30px;
	width:200px;
	color:#333;	
}
#button a{
	text-align:center;
	vertical-align:central;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;	
}