body {
	background: url(images/bg1.jpg) repeat-x fixed center top;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #545454;
}

* {
	margin: 0;
	padding: 0;
}

a, a:link,a:visited,a:active,a:link {
	color: #2a2b2b;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #2a2b2b;
	text-decoration: underline;
}
a img {
	border-style: none;
}

#wrap {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin-bottom: 21px;
}

#logo {
	margin-top: 52px;
}

#sidebar {
	float: left;
}

.side_top {
	background: url("images/box_bg.png") no-repeat top left;
	width: 175px;
	height: 13px;
}

.side {
	background: url("images/box_bg.png") repeat-y right;
	text-align: left;
	width: 141px;
	max-height: 1000px;
	padding: 6px 17px;
}

.side_bottom {
	background: url("images/box_bg.png") no-repeat bottom left;
	width: 175px;
	height: 13px;
	margin-bottom: 15px;
}

#feeds img {
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#feed {
	float: right;
	width: 616px;
}

.feed {
	background: url("images/feed_bg.png") no-repeat;
	min-height: 55px;
	padding: 18px 18px 3px 38px;
}

.feed_bottom {
	background: url("images/feed_bottom.png") no-repeat;
	height: 29px;
	text-align: right;
	padding-right: 18px;
	font-size: 11px;
}

#feed_list li img {
	margin-right: 10px;
	float: left;
	margin-bottom: 8px;
	border: medium solid #545454;
}

#feed_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#feed_list ul {
	margin: 0;
	padding: 0;
}

#feed_list li {
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 17px;
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin-bottom: 8px;
	clear: both;
}

.feed_info, .feed_info a {
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	color: #6f7070;
	display: inline-block;
}
.feed_info a {
	text-decoration: underline;
	text-transform: lowercase;
}

/* Feeds */
.facebook_com {
	background: url(images/feeds/ffacebook.png);
}
.twitter_com {
	background: url(images/feeds/ftwitter.png);
}
.linkedin_com {
	background: url(images/feeds/flinkedin.png);
}
.google_com {
	background: url(images/feeds/freader.png);
}
.google_com a {
	font-style: normal;
	color: #545454;
}

#footer {
	position: absolute;
	clear: both;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: #faf0e8;
}