* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/body-bg.png) repeat-x top #f5ecd4;
	color: #171717;
}

p, li, td, th { 
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: left;
	}
	td.alignright {
		text-align: right;
		padding-right: 50px;
	}

ul {
	list-style: disc inside;
}

a { 
	text-decoration: underline;
	color: #540000;
	outline: none;
	}
	a:hover, a:active { color: red; }
	a[href^="mailto"]:hover:after { content: " > " attr(title); }
	a img { border: none; }
	

h1 { font-family: "Avenir 85 Heavy", Arial, Helvetica, sans-serif; font-size: 2.8em; margin-bottom: 0.7em; }
h2 { font-size: 1.6em; margin-bottom: 0.8em; }
	h2.team { font-size: 1.9em; margin-bottom: 0.4em; }
	#download h2 { color: #540000; }

#home div.quicklinks {
	float:left;
	padding: 3px 10px 10px 10px;
	width: 200px;
	margin: 0 15px 0 0;
	padding-bottom: 130px;
	font-size: 90%;
	background: url(images/remote-control.jpg) bottom center no-repeat;
	}
	.quicklinks h3 {
		background: #e9bc3d;
		text-align: center;
		text-transform: uppercase;
		padding: 5px;
		letter-spacing: 2px;
		font-size: 1.6em;
		color: #5e0d04;
		margin: 0 0 10px 0;
		min-width: 190px;
	}
	.quicklinks table td {
		vertical-align: top;
	}
	.quicklinks p a {
		color: black;
		font-weight: bold;
		font-size: 1.1em;
		text-decoration: none;
	}
	.quicklinks p a:hover {
		text-decoration: underline;
	}
	.quicklinks p a span {
		color: #e9bc3d;
	}
	
#team div.quicklinks, #project div.quicklinks, #download div.quicklinks {
	position: fixed;
}

#project ul li {
	font-weight: bold;
	}
	#project ul li span {
		font-weight: normal;
	}

blockquote {
	width: 220px;
	padding: 15px;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #540000;
	}
	blockquote.right {
		float: right;
		margin-left: 15px;
	}
	blockquote.left {
		float: left;
		margin-right: 15px;
	}
	blockquote:before {
		content: open-quote;
	}
	blockquote:after {
		content: close-quote;
	}

.clear { clear: both; }
.floatright { float: right; }
.floatleft { float: left; margin-right: 5px; }

#page-wrap {
	width: 793px;
	margin: 0 auto;
}

ul#header {
	height: 238px;
	background: url(images/header.jpg) no-repeat;
	list-style-type: none;	
	}
	ul#header li {
		display: inline;   /* Prevents IE "stepdown" */
	}
		
	ul#header li a {
		margin-top: 168px;
		display: block;
		position: relative;
		width: 130px;
		text-align: center;
		font-weight: bold;
		float: left;
		color: white;
		font-size: 1.2em;
		text-decoration: none;
		text-transform: lowercase;
		}
		ul#header li a:hover,
		#press ul#header li.press a,
		#download ul#header li.download a,
		#project ul#header li.project a,
		#team ul#header li.team a,
		#contact ul#header li.contact a {
			color: #fadf73;
		}
		
#main-content {
	padding-bottom: 50px;
}

#left-col {
	width: 540px;
	float: left;
	padding-bottom: 50px;
}

#right-col {
	width: 230px;
	float: right;
	font-size: 90%;
	line-height: 200%;
}

#ad table {
	text-align: center;
}

#footer {
	background: #560000;
	color: white;
	padding: 10px 0 10px 0;
	
	text-transform: uppercase;
	border-top: 2px solid red;
	overflow: visible;
	}
	#footer a, #footer a:hover, #footer a:active {
		text-decoration: underline;
		color: white;
	}
	#footer p {
		text-align: center;
	}
