/*
----------------------------------------------- 
sls promotions site layout and design css
powered by advantage motorsports marketing
version: 02.11.07
----------------------------------------------- */


/* gone global 
----------------------------------------------  */
body {
	color: #FFF;
	background-color: #111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 75px 0px;
	padding: 0px;
	}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	}
	
li { margin: 0; font-size: 9px; }
	
a { text-decoration: none; font-weight: bold; color: #FFF; }
a:hover { text-decoration: underline; }

h4 { text-transform: uppercase; margin: 0; padding: 0; font-size: 14px; }


/* main layout divs
----------------------------------------------- */
#container {
	width: 800px;
	height: 550px;
	margin: 0 auto;
	text-align: left;
	background: #e2e2e2 url("gfx/rotation/rotate.php") center center no-repeat;
	border: #444 2px solid;
	}
#schedule {
	width: 800px;
	height: 310px;
	}
#frontFill {
	width: 800px;
	height: 170px;
	}
#frontLogos {
	width: 800px;
	height: 80px;
	}
	
#pageContainer {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #e2e2e2;
	border: #444 2px solid;
	}
#content {
	width: 800px;
	}
#left { 
	float: left;
	padding: 15px;
	width: 244px;
	text-align: center;
	display: inline;
	border-right: #b2b2b2 1px solid;
	}
#right { 
	float: left;
	padding: 15px 15px 15px 25px;
	width: 485px;
	color: #555;
	}
#press {
	width: 750px;
	padding: 25px;
	color: #333;
	}
	
#theCompany {
	width: 740px;
	height: 15px;
	margin: 0 auto;
	font-size: 9px;
	color: #444;
	text-align: right;
	}	

	
/* style it - divs
----------------------------------------------- */
#theCompany .copyright a:link, #theCompany .copyright a:visited {
	color: #444;
	text-decoration: none;
	}
#theCompany .copyright a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#right a:link, #right a:visited { text-decoration: none; font-weight: bold; color: #900000; }
#right a:hover { text-decoration: underline; }

/* misc
----------------------------------------------- */	
a img { border: none; }	
#clear { clear: both; }

img.imageRight {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: #333 1px solid;
	}
img.poster {
	margin: 0;
	padding: 5px;
	border: #b2b2b2 1px solid;
	}
	
/* thats all
----------------------------------------------- */            