div#content {
	margin: 0;
	padding: 20px 0 0 50px;
	width: 680px;
}

div#footer {
	clear: both;
}

#header {
	background-image: url(images/banner.jpg);
	background-position: top left;
	height: 153px;
}

#sidebar {
	background-color: #fff;
	float: right;
	margin: 0 0 0 -220px;
	padding: 20px 20px 0 0;
	width: 200px;
}

#title-image {
	display: none;
}

#top-navigation {
	display: table;
	width: 100%;
}

#top-navigation ul {
	background-color: #262A45;
	display: table-row;
	font-size: 0;
	height: 28px;
	padding: 0;
	width: 100%;
}

#top-navigation ul li {
	display: table-cell;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	position: relative;
	text-align: center;
	top: -1px;
	width:1%
}

#wrapper {
	width: 1000px;
}

.social-media a {
	display: inline-block;
	background-position: -10px -8px;
	height: 36px;
	margin-left: 10px;
	width: 39px;
}

.social-media a:first-child {
	margin-left: 0;
}

.social-media a.twitter { background-image: url(images/social-twitter.jpg); }
.social-media a.facebook { background-image: url(images/social-facebook.jpg); }
.social-media a.gplus { background-image: url(images/social-gplus.jpg); }
.social-media a.flickr { background-image: url(images/social-flickr.jpg); }
