/* 
 * Cascading Style Sheet, for Spade Kreations
 * Author: Brandon Beard
 * Copyright: 2005 Spade Kreations
 *
 * All style attributes in alpha-numeric order starting from 0
 *
 */

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 
	background: #000000 /*url(images/page_bg.gif)*/;
	color: #000000;
	font-family: Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 125%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

#border{
	width: 850px;
	margin: 10px auto 0px auto;
	background: #000000;
	border-top: 1px solid #0036a4;
	border-left: 1px solid #0036a4;
	border-right: 1px solid #0036a4;
	border-bottom: 0px solid #0036a4;
	text-align: left;
}

#header{
	width:900px;
	background:url(images/menu_bar.jpg);
	
	height:150px;
}

#movie{ 
	text-align: left;
	border: 1px solid #000000;
	border-top: 0px; 
	width: 850px;
	height: 150px; !important
}

#content{ 
	background: url(images/light_bar.jpg) no-repeat; 
	text-align: left;
	border: 1px solid #000000;
	border-top: 0px;  
	width: 850px;
	height: 325px;
}

#footer{
	margin: 0px auto 0px auto;
	background: url(images/bottom.jpg); 
	width: 854px;
	height: 45px;
}

#subfooter{
	margin: 0px auto 0px auto;
	background: #000000; 
	width: 854px;
	height: 20px;
}

.divider{
	background: url(images/page_divider.gif);
	border: 1px solid #000000;
	border-top: 0px;
	color: #000000;
	font-size: 1px;
	height: 5px;
}

.small-divider{
	border: 1px solid #000000;
	border-top: 0px;
	color: #000000;
	font-size: 1px;
	height: 40px;
}

.movieobject{
	margin: 5px auto 5px auto;
	width: 460px; !important
}

.contentobject1{
	width: 475px; !important
	height: 325px;
	padding: 20px 0px 0px 0px;
}

.contentobject2{
    color: #ffffff;
	width: 350px; !important
	height: 325px;
	font-size: 11px;
    padding: 10px 20px 0px 0px;
}

.contentobject3{
    color: #ffffff;
	font-size: 11px;
}

.contentobject4{
    color: #ffffff;
	font-size: 11px;
    padding: 10px 1px 0px 0px;
}

.contentobject5{
    color: #ffffff;
	font-size: 11px;
}

.contentobject6{
	width: 475px; !important
	height: 325px;
	padding: 10px 10px 10px 10px;
}

.contentobject7{
	background: url(images/main_cars.jpg); !important
	color: #ffffff;
	font-size: 11px;
	width: 850px;
	height: 325px;
}

.contentobject8{
    color: #ffffff;
	width: 425px; !important
	height: 325px;
	font-size: 11px;
    padding: 15px 5px 0px 0px;
}

.imgborder{
	border: 1px solid #0036a4;
	padding: 1px;
}

.footernav{
	margin: 5px 0px 0px 50px;
	width: 600px;
	text-align: left;
	color: #ffffff;
	font-size: 10px;
}

#contactFormArea{
	padding: 0px 10px 10px 10px;
}

.gallery img
{
	border: 1px solid #0036a4;
	padding: 1px;
	width: 80px;
	height: 60px;
}

.gallery li
{
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
}

.gallery_big
{
	border: 0px solid #0036a4;
	padding: 1px;
	height: 275px;
}