html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Century Gothic",	Verdana,Arial,Helvetica,sans-serif;
}

body {
	background: url(../images/background.png) repeat-y center #dce2f3;
}

img {
	border: 0;
}

#topbar_container {
	width: 100%;
	background: #68C;
}

#topbar {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	font-size: 17px;
	padding: 3px;	
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

#topbar a {
	color: #FFF;
	text-decoration: none;
}

#topbar em {
	font-size: 75%;
}

#main {
	width: 900px;
	margin: 0 auto;
}

#menu {
	color: #000;
	font-size: 90%;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 30px;
}

#menu a {
	background: #EEF;
	background-repeat: no-repeat;
	padding: 4px;
	padding-left: 28px;
	padding-top: 0;
	text-decoration: none;
	color: #00C;
	border: 1px solid #68C;
	border-top: 0;
}

#menu a:hover {
	background-color: #AAF;
}

#menu a.sub {
	font-size: 85%;
	background-position: 20px;
	padding-left: 48px;
}

#sidebar {
	width: 170px;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 80%;
	text-align: center;
}

#sidebar h1 {
	font-size: 20px;
	margin: 0;
	color: #68C;
}

#sidebar .website {
	margin-bottom: 0px;
	height: auto;
}

#sidebar .website .preview {
	float: none;
	margin: 0 auto;
}

#sidebar .website .description {
	margin-top: 15px;
	margin-left: 0;
	font-size: 90%;
}

#sidebar .website .description h1 {
	font-size: 14px !important;
}

#sidebar_content {
	margin-bottom: 30px;
}

#findonfacebook {
	margin-bottom: 20px;
}

#content {
	margin-left: 180px;
	padding: 10px;
	font-size: 90%;
	margin-bottom: 30px;
}

#content h1 {
	font-size: 24px;
	margin: 0;
	color: #68C;
}

#content h2 {
	font-size: 18px;
	margin: 0;
	color: #AAF;
}

#content a, #sidebar a {
	text-decoration: none;
	color: #00C;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#bottom_ads {
	margin-left: 171px;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 20px;
	border-top: 1px dotted #00C;
	background: #DDF;
	text-align: center;
	color: #666;
	font-size: 80%;
}

.author {
	height: 80px;
	margin-bottom: 20px;
}

.website {
	height: 100px;
	margin-bottom: 20px;
}

.author .photo {
	float: left;
	width: 80px;
}

.website .preview {
	float: left;
	width: 150px;
	border: 1px solid #AAF;
}

.author .description {
	margin-left: 100px;
}

.website .description {
	margin-left: 170px;
}

.author .description h1, .website .description h1 {
	font-size: 18px !important;
}

.author .description p, .website .description p {
	margin: 0;
}

.website .description p.url {
	margin-top: 7px;
}

.website .description p.url a {
	color: #0A0 !important;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bigred {
	color: #C00;
	font-size: 16px;
}