@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#content {
	background:white url(../images/bunout_car_bg.jpg) right top no-repeat;
	padding:1em;
	width:930px;
}
h1 {
	background:white url(../images/logo.jpg) top left no-repeat;
	width:358px;
	height:184px;
	margin:0;
	padding:0;
}
h1 .text {
	display:none;
}
h3 {
	color:#E2231F;
	border-bottom:1px solid #EEE;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
	height:1px;
}
#site-description {
	width:550px;
	float:right;
}
#site-navigation {
	margin:0;
	padding:0;
}
#site-navigation li {
	float:left;
	width:150px;
	background-color:#666666;
	text-align:center;
	border:1px solid black;
	list-style:none;
	margin:1px;
}
#site-navigation a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}
#site-navigation a:hover {
	text-decoration:underline;
}
a {
	color:#006699;
}
pre {
	background-color:#EFF8FF;
	border: 1px solid #6699AA;
	padding:.5em;
}
code, dt {
	color:#124;
}
code .comment {
	color:#666;
	font-style:italic;
}
pre code em {
	background-color:#EFA;
	font-style:normal;
}
table th {
	color:white;
	background-color:#333;
	padding:.4em 1.2em;
}
table.lined {
	border:1px solid #333;
	width:715px;
}
table.lined a {
	font-size:smaller;
}
table.lined tr.odd td {
	background-color:#EFEFEF;
}
dl {
	margin-top:0;
	margin-bottom:0;
}
dt {
	font-weight:bold;
}
.burnout-red {
	color:red;
	text-transform:uppercase;
}
.paradise-black {
	color:black;
	font-style:italic;
}
#cheats {
	width:210px;
	float:right;
	font-size:smaller;
}
#cheats ul, #cheats li {
	margin:0;
	padding:0;
	list-style:none;
}
hr {
	height:1px;
	border:none;
	background-color:#BBB;
}
#footer {
	clear:both;
	color:#BBB;
	border-top:1px solid #CCC;
	background-color:#EFEFEF;
	font-size:80%;
	padding:1px 0 4px 0;
}
#footer address {
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
#footer address a {
	text-decoration:none;
	color:#D77;
}
#footer address a:hover {
	text-decoration:underline;
}
#footer .text {
	width:700px;
	margin:0 auto;
}
#footer .text a {
	color:#BBB;
}
