* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.9em Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
h2 {
margin-bottom: 10px;
}
a {
	color: gray;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:red;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

a.twi {
display:block;
height:140px;
width:400px;
background:url(twibutton0.png) top center;
}
a:hover.twi {
display:block;
height:140px;
width:400px;
background:url(twibutton0.png) center center;
}
a:active.twi {
display:block;
height:140px;
width:400px;
background:url(twibutton0.png) bottom center;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
	background: white;
}
#header h1 {
	padding: 10px;
	text-align:center;
	font-family: Georgia;
	font-size: 4em;
	font-weight:normal;
	line-height:0.5em;
	letter-spacing: -6px;
}
.red {
color:red;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	background:url(bottom-bg.png) bottom center repeat-x;
}
#content {
	padding: 20px 20px 90px 300px;
	line-height: 1.5em;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 280px;
	margin-left: -100%;
	position: relative;
	background: white;
}
.menu {
	float:left;
	list-style-type:none;
	width: 280px;
	height: 350px;
	font-family: Georgia;
	font-size:1.9em;
	margin-top:20px;
}
.menu li {
	float:left;
	display:block;
	width: 280px;
	height: 70px;
	text-align:center;
	line-height: 2.2em;
}
.menu li a {
	display:block;
	width: 280px;
	height: 70px;
}
.menu li a:hover {
	background:url(hover-left.png) repeat-y top left whitesmoke;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: white;
}
.stats {
	float:left;
	width: 300px;
	padding: 20px;
	}
	
.credits {
	float:right;
	text-align:right;
	line-height:1.5em;
	padding: 10px 10px 10px 0;
	}