img{border:none;}

.logo {
	margin: auto;
	padding-top: 100px;
	padding-right: 8px;
	width: 40px;
	height: 40px;
	
}

.text {
	text-align: center;
	color: #242424;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.main {
	padding-top: 20px;
	text-align: center;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.sec {
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.sec2 {
	margin-top: 35px;
	text-align: center;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#content {
	
	line-height: 90%;
}

a.bg {
	background-color: black;
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a.bg:hover {
	
	background-color: #e6511c;
	color:  #ffffff ;
	

}

a.bg2 {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}


#separator {
	color: #8e8e8e;
	padding-top: 20px;
	margin: auto;
	width: 96px;
	height:3px;
	border-bottom: 1px dashed;
	
	}
	
	
	
#find {

    padding-top: 10px;
	text-align: center;
}


#social {
	
	margin: auto;
	width: 102px;
	
}	

a.twitter {
	
	margin: 4px;
	width: 26px;
	padding-top: 5px;
	padding-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	background-color: #a2a2a2;
}

a.twitter:hover {
	background-color: #82c8fd;
}

a.flickr {
	
	margin: 4px;
	width: 26px;
	padding-top: 5px;
	padding-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	background-color: #a2a2a2;
}

a.flickr:hover {
	background-color: #fe5a90;
}

a.mail {
	
	
	color: white;
	text-decoration: none;
	margin: 4px;
	width: 26px;
	padding-top: 5px;
	padding-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: left;
	background-color: #a2a2a2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.mail:hover {
	background-color: #d7ea49;
}

#foot {
	text-align: center;
	margin-top: 40px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #a7a7a7;
}



 