* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #ddd;
	text-align: center;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.3em;
	color: #333;
	}
	
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#sidebar {
	width: 240px;
	margin: 160px 0 0 0;
	float: left;
	}
	
#content {
	width: 600px;
	margin: 145px 0 0 0;
	text-align: left;
	float: left;
	}
	
#page {
	width: 568px;
	padding: 15px;
	margin: 0;
	text-align: left;
	}
	
#clear {
	clear: both;
	}
	
	
#navigation {
	width: 220px;
	margin-top: 0px;
	}
	
/* ---- TYPOGRAPHY ----- */
	
	
h2 {
	font-size: 1.9em;
	color: #990000;
	margin-bottom: 12px;
	}
	
p {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.2em;
	}
	
/* ---- NAVIGATION ----- */

#homebutton a {
	display: block;
	position: inherit;
	margin-top: 50px;
	top: 0px;
	left: 0;
	width: 240px;
	height: 70px;
	border: 0;
	}

#navigation ul {
	list-style-type: none;
	}
	
#navigation li {
	display: block;
	width: 220px;
	height: 35px;
	margin: 0;
	padding: 0;
	}
	
#navigation a:link, #navigation a:visited, #navigation a:hover {
	display: block;
	width: 220px;
	height: 35px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	}
	
.home {
	display: block;
	width: 300px;
	height: 134px;
	text-indent: 0px;
	margin-bottom: 10px;
	}
	
.about a {
	background-image: url(../images/btn_about.gif);
	background-position: top left;
	}
	
.about a:hover {
	background-image: url(../images/btn_about.gif);
	background-position: bottom left;
	}
	
.contact {
	background-image: url(../images/btn_contact.gif);
	background-position: top left;
	}
	
.contact a:hover {
	background-image: url(../images/btn_contact.gif);
	background-position: bottom left;
	}
	
.faq {
	background-image: url(../images/btn_faq.gif);
	background-position: top left;
	}
	
.faq a:hover {
	background-image: url(../images/btn_faq.gif);
	background-position: bottom left;
	}
	
.howitworks {
	background-image: url(../images/btn_howitworks.gif);
	background-position: top left;
	}
	
.howitworks a:hover {
	background-image: url(../images/btn_howitworks.gif);
	background-position: bottom left;
	}
	
.menu {
	background-image: url(../images/btn_menu.gif);
	background-position: top left;
	}
	
.menu a:hover {
	background-image: url(../images/btn_menu.gif);
	background-position: bottom left;
	}
	
.services {
	background-image: url(../images/btn_services.gif);
	background-position: top left;
	}
	
.services a:hover {
	background-image: url(../images/btn_services.gif);
	background-position: bottom left;
	}
	
.home {
	background-image: url(../images/btn_home.gif);
	background-position: top left;
	}
	
.home a:hover {
	background-image: url(../images/btn_home.gif);
	background-position: bottom left;
	}
	
#content li {
	font-size: 1.2em;
	margin-left: 30px;
	margin-bottom: 4px;
	}
	
.footer {
	color: #666;
	font-size: 1.1em;
	}
