/*
website by kristina*/

/* Elements */

body {
	background: #000000;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #EE0000;

}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}



a {
	color: #EE0000;
}

a:hover {
	text-decoration: none;
}

img	{
	border: none;
}	



/* Header */

#header {
	width: 600px;
	height: 258px;
	margin: 0px auto;
	background: url(/images/i_team.jpg);
}

#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 40px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	position: relative;
	width: 600px;
	height: 52px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -2px;
	font-size: 20px;
	background: url(/images/i_bblack1.jpg) no-repeat;

}

#menu .last a {
	background: url(/images/i_bblack2.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}

#mnav a span {
	position: absolute;
	top: 50px;
	left: 250px;
	margin: 0;
	padding: 5px 0 0 0;
	z-index: 100;
	background-color: transparent;
	color: #E00;
	display:none;
}

#mnav a:hover span {
	display: block;
}


/* Content */

#content {
	background: #FFFFFF;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding-right: 20px;
}


#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.profile {
	width: 150px; 
	height: 150px;	
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}


#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
	padding: 0px 0px 0px 0px;
}


/* Bottom */

#bottom {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	background: #FFFFFF;
}

#bottom p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 22px;
	color: #999999;
}


#bottom a {
	text-align: center;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
	font-style:italic;
}

#bottom a:hover {
	color: #EE0000;
}

.racers {
	width: 150px; 
	height: 150px;	
}


/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #000000;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}