body {
	background: #f5f5f5;
}

.clear {
	clear: both;
}

#container {
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.025em;
	color: #595959;
}

#site {
	background: #ffffff;
	margin-top: 80px;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		border-top: 20px solid #00aef1;
}

#site a {
	color: #00aef1;
	font-weight: bold;
	text-decoration: none;
}

#site a:hover {
	text-decoration: underline;
}

.col, .col_2 {
	float: left;
	margin-right: 20px;
}

#site .col p, #site .col_2 p {
	text-align: justify;
}

.col {
	width: 220px;
}

.col_2 {
	width: 460px;
}

.last {
	margin: 0;
}

#site h1 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	line-height: 60px;
	margin-bottom: 40px;
	display: block;
}

#site h1 strong {
	font-weight: bold;
	color: #00aef1;
}

#site h1 a {
	width: 100px;
	height: 40px;
	background-image: url("../images/button_contact.png");
	float: right;
	display: block;
	margin: 10px 0;
}

#site blockquote {
	line-height: 60px;
	font-size: 50px;
	padding-bottom: 30px;
	color: #000000;
	font-family: Georgia;
	font-style: italic;
	padding:20px 200px 40px 240px ;
	background: url("../images/quote.png") no-repeat 140px -10px;
	}
	#site blockquote a{
		text-align: right;
		font-size: 20px;
		display: block;
		line-height: 20px;	
		color: #000	;	
	}

#header {
	font-size: 30px;
	line-height: 40px;
	color: #404040;
	padding-bottom: 10px;
	font-weight: 100;
}

#friends #links {
	margin: 20px 0px;
}

#friends a {
	width: 264px;
	height: 120px;
	border: 1px solid #dcdcdc;
	float: left;
	display: block;
	padding: 20px 20px 0 20px;
	text-decoration: none;
	color: #787878;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
}

#friends a:hover {
	background: #efefef;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#friends a.last {
	margin-right: 0;
}

#friends a b {
	display: block;
}

#friends a .link {
	color: #00aef1;
	background-image: url("../images/arrow_right_blue.png");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
}
#friends img{
	
	float: left;
	margin-right: 10px;
}
