/*Website by StarfishGraphics.biz*/
/*orange #ff9200*/
/*	
outline: 1px solid red;  
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

body {
 font-family: 	"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 			62.5%;
}

p {
	font-size: 			1em;
	text-align: 		center;
	line-height: 		2em;
}

div#header {
	height: 						252px;
	background: 		url(images/header.jpg) center no-repeat;
	margin: 						20px 0px 0px 0px;
}

div#header h1 {
	text-indent: 	-3000em;
}

div#wrapper {
 width: 							750px;
	margin: 						0 auto;
	text-align: 		left;
	font-size: 			19px;
	font-weight:		bold;
	line-height: 	35px;
	background: 		rgba(0, 0, 0, 0);
	-moz-border-radius: 10px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
	padding: 			0px 0px 0px 0px;
	border:				solid 5px;
	border-color:		#ff9200;
    box-shadow:			0 0 10px #ff9200;
}

/* header */
h2 {	
	text-align:			center;
	font-size:		 	2em;
	line-height: 		20px;
	margin: 			20px 0px 20px 0px;
	letter-spacing:		.1em
}

/*calendar************************************************/				
div#calendar {
 width: 				700px;
	margin: 			10px 0px 0px 50px;
}

/*Table************************************************/				
table	{ 	
	margin-left:		0px;
	border-collapse:	collapse;	
}
table table th	{ 
	background-color:	white;	
}
td, th	{ 
	padding:			3px 52px 0px 0px;	
}
th	{ 
	background-color:	#146fab;	
	color:				white;	
}
.cellcolor {  
	background-color: 	#cee92a;	
	}

/*car show graphic************************************************/				
div#car-show {
	position:   		relative;
 width: 				655px;
	height: 			87px;
	margin: 			0px 0px 10px 0px;
	background: 		url(images/car-show.jpg) left top no-repeat;
}

/*car show graphic************************************************/				
div#car-show-poster {
	position:   		relative;
 width: 						700px;
	margin: 					10px 0px 10px 0px;
	text-align:			center;
	font-size:		 	1.5em;
	color:								black;
}

/*footer************************************************/				
div#footer {
 height: 			50px;
	margin: 			0px 0px 0px 0px;
	background: 		#ff9200;
}
div#footer p {
	font-size: 			1.3em;
	line-height:		1.8em;
	font-weight:		bold;
	text-align: 		center;
	color:				white;
}

/*credits************************************************/				
div#credits{
	margin: 			0px 70px 0px 70px;
	font-size: 			.7em;
	text-align: 		center;
	color: 				black;
	margin: 			20px 0px 0px 0px;
}

/*links************************************************/				
a:link {
	color: 				black;
	text-decoration: 	none;
}
a:visited {
	color: 				black;
	text-decoration: 	none;
}
a:hover {
	color: 				#6a1f88;
	text-decoration: 	underline;
}
a:active {
	text-decoration:	 black;
}	

.orange	{color:			#ff9200;
}