/*
	#aedfe5 - dark blue
	#d5eef1 - lighter blue
	#9c8679 - brown
*/

*
{
	padding: 0;
	margin: 0;
}

html, body
{
	background: #fff;
	color: #6d797b; 
	font-size: 16px;
	line-height: 150%;
	font-family: Helvetica, Tahoma, sans-serif;
}

a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

a:hover,
a:visited:hover
{
	border-bottom: none;
}

#wrapper
{
	margin: 0 auto;
	width: 585px;
	padding: 20px 0;
}

#header
{
	position: relative;
	text-align: center;
	height: 120px;
	padding-top: 40px;
}

h1#logo
{
	position: absolute;
	bottom: -27px;
	left: 45px;
	text-indent: -5000px;
	width: 493px;
	height: 87px;
	background: url(/images/racetopia-logo.gif) no-repeat;
}

h1#logo a
{
	text-decoration: none;
	color: #666;
	font-size: 40px;
}

h1#logo a span
{
	font-style: normal !important;
}

#tagline
{
	font: normal 18px;
/*	color: #a0b3b5;*/
	color: #f77;
}

#content
{
}

#guts
{
	color: #666;
	background: #f1f0e4;
	border: 1px solid #e6e5da;
	padding: 50px 20px 20px;
}

#guts h4
{
	margin-bottom: 15px;
	margin-left: -20px;
	padding-left: 20px;
	background: #9c8679;
	color: #fff;
}

#guts p,
#guts ul
{
	margin: 5px 0 15px;
}

#guts ul
{
	margin-left: 25px;
}

#footer
{
	padding: 0 20px;
	text-align: center;
}

#copyright
{
	font-size: 12px;
	color: #a0b3b5;
}

span.company-name
{
	font-style: italic;
	
}

input[type="text"].tip-text
{
	color: #aaa;
	font-style: italic;
}

span.highlight
{
	background: #fff874;
	color: #000;
	padding: 3px;
}

.error
{
	background: #FFD7D7;
	border: 1px solid red;
	color: red !important;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 10px;
}

.success,
.message
{
	background: #CEFFCE;
	color: green;
	font-size: 12px;
	border: 1px solid green;
	padding: 4px;
	margin-bottom: 10px;
}

.debug
{
	background: #FFD09A;
	border: 1px solid #EB7300;
	color: #000 !important;
	font-size: 12px;
	padding: 4px;
	margin-bottom: 10px;
}