/* @override http://tweetremote.com/style.css */

/* @override http://tweetremote.com/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg.jpg) repeat-x;
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	line-height: 20px;
}

a {
	color: #29abe2;
}

h2, h3, p, ul {
	margin-bottom: 20px;
}

code {
	background: #ffc;
}

#wrapper {
	background: url(images/tree.png) no-repeat;
	padding-top: 20px;
	min-height: 555px;
}

h1#header a {
	width: 640px;
	height: 146px;
	display: block;
	background: url(images/header.png);
	text-indent: -99999px;
	margin: 0px auto;
}

#content {
	width: 760px;
	margin: 40px auto;
}

#inner {
	width: 580px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #29abe2;
}

#inner ul {
	padding-left: 20px;
}

#sidebar {
	float: left;
	margin-left: 20px;
	width: 130px;
}

#sidebar ul {
	list-style: none;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background: #a5c4c1;
	margin-top: 40px;
}

#footer p {
	margin-bottom: 0;
}


