body {
	background: #8ebbfc url('./images/background.jpg') top left repeat-x;
	font-family: 'Lucida Sans Unicode', Verdana, sans-serif;
}

a:link, a:visited {
	color: #2b5f93;
	text-decoration: none;
}

a:active, a:hover {
	color: #2b5f93;
	text-decoration: none;
}

#wrapper {
	background: url('./images/irunbackwards.png') top left no-repeat;
	width: 800px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -400px;
}

#header {
	width: 800px;
	height: 95px;
}

#navbar {
	width: 125px;
	float: right;
}

#contentwrapper {
	height: 325px;
	letter-spacing: -2px;
	overflow: hidden;
}

#content {
	padding: 15px;
	position: absolute;
	width: 500px;
}

#footer {
	font-size: 10pt;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 500px; 
	height: 90px;
}

#tunes {
	background: url('./images/tunes.png') top left no-repeat;
	height: 90px;
	padding: 10px 10x;
	position: absolute;
	bottom: 20px;
}

span.amp {
	font-family:Baskerville,"Goudy Old Style","Book Antiqua","Palatino Linotype","Times New Roman",serif;
	font-size:12pt;
	font-style:italic;
	font-weight:normal;
	position: relative;
	bottom: -.1em;
}

a img { border: 0px; }

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	background: url('./images/bullet.png') 2px 2px no-repeat;
	padding-left: 30px;
	font-size: 12pt;
}

#tools { display: block; background: url('./images/tools.jpg') 0px 50px no-repeat; width: 95px; height: 95px; }{ display: block; background: url('./images/tools.jpg') 0px 50px no-repeat; width: 95px; height: 95px; }

#content ul { margin: 0px 5px; padding: 0px; list-style-type: none; }
#content ul li.facebook { background: url('./images/icon_facebook.png') no-repeat; }
#content ul li.twitter { background: url('./images/icon_twitter.png') no-repeat; }
#content ul li.rss { background: url('./images/icon_rss.png') no-repeat; }
#content ul li { line-height: 12px; padding-left: 30px; font-size: 11px; letter-spacing: 0px; margin: 5px 0px 10px 0px; height: 24px; overflow: hidden; width: 100%; }

