/* Quicksilver Driving School CSS Document */

/* Reset default browser styling */

* {
	padding:0;
	margin:0;
	}

a {
	text-decoration:none;
	color:#000000;
	}
	
img {
	border:0;
	}
	
ul, li {
	list-style:none;
	}
	
body {
	font-size:62.5%;
	font-family:"Trebuchet MS", Arial, sans-serif
	}
	
/* End Reset default browser styling */

body {
	background-image:url(../images/QuicksilverBackground.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#A7A9B3;
	}


#container {
	width:955px;
	margin: 0px auto;
	}
	
	
#header {
	position:relative;
	clear:both;
	width:955px;
	height:160px;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#nav {
	position:relative;
	float:left;
	clear:left;
	width:207px;
	}
	
#content {
	position:relative;
	float:right;
	clear:none;
	margin-right:13px;
	width:731px;
	background-color:#FFFFFF;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	margin-bottom:-20px;
	z-index:20;
	}
	
#left {
	position:relative;
	float:left;
	clear:left;
	margin-left:13px;
	width:348px;
	margin-bottom:-150px;
	z-index:300;
	}

#right {
	position:relative;
	float:right;
	clear:right;
	margin-right:15px;
	width:348px;
	z-index:300;
	}
	
#footer {
	position:relative;
	clear:both;
	width:955px;
	height:266px;
	background-image:url(../images/footer.png);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#dbzws {
	position:relative;
	float:right;
	clear:left;
	width:300px;
	height:20px;
	text-align:right;
	}

.hidden {
	display:none;
	}
	
/*#testimonials {
	height:300px;
	}*/
#ctaButtons {
	position:relative;
	float:left;
	width:207px;
	margin-top:15px;
}

#ctaButtons img {
	margin-bottom:5px;
	clear:both;
}