/*
------------------------------------ 
race track marketing
design by advantage motorsports marketing
version: 12.18.07
------------------------------------
*/

/* global stuffs
------------------------------------*/
body {
	margin: 0px; 
	padding: 0px;
	background-color: #4d4d4d;
	font-size: 12px;
	font-family: Tahoma;
	}
		
p { margin: 0; padding: 0px; }

img { border: 0px; }
a img { border: none; }

a:link, a:visited { color: #fff; text-decoration: none; }
a:hover { color: #c60; text-decoration: underline; }

#clear { clear: both; }

		
/* layout stuffs
------------------------------------*/
#wrap {
	margin: 25px auto;
	padding: 0;
	width: 840px;
	height: 500px;
	border: #ccc 1px solid;
	background: transparent url(gfx/backgrounds/mainImage/rotate.php) top left no-repeat;
	}
	
#wrapInside {
	margin: 25px auto;
	padding: 0;
	width: 840px;
	border: #ccc 1px solid;
	background: #f3f4f4 url(gfx/backgrounds/insideImage/rotate.php) top left no-repeat;
	}
	
#links {
	width: 840px;
	height: 40px;
	}
	
#text {
	width: 790px;
	margin: 0;
	padding: 25px;
	font-size: 1.0em;
	color: #333;
	}
	
#text a:link, a:visited { color: #444; text-decoration: none; }
#text a:hover { color: #660000; }
	
.imageLeft {
	float: left;
	padding: 5px;
	margin: 5px 10px 5px 0;
	border: #ccc 1px solid;
	}