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

body {
	text-align:center;
	background-color:#5E92C7;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:935px;
	padding-top:13px;
	background-color:white;
}
	
#footer {
	clear:both;
	width:935px;
	background-color: #EBDCBF;
	font-family: "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	height: 70px;
	padding-top: 5px;
}
#links {
	float: left;
	width: 700px;
	padding-top: 3px;
}

#contact {
	width: 200px;
	float: right;
	padding-right: 15px;
	color: #222222;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#welike {
	float: left;
	width: 45px;
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	color: #222222;
}

#links img {
	padding-left: 8px;
}
