/* CSS Document forStunt-Driver.com by Suzy Mansfield*/

body	{
	background-color:#FFFFff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:left;
	}
	
a, a:link, a:visited	{
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
	}
	
a:active, a:hover 	{
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline;
	}
	
h1	{	
	font-size:120%;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	}
	
.title	{
	color: #FFFF00;
	background:#000000;
	float: left;
	margin-top:5px;
	margin-bottom:5px;
	width:549px;
	height: 30px;
	}
	
h2	{
	font-size:110%;
	color:#FF0000;
	text-align:center;
	width:100%;
	height:20px;
	}
h3	{
	font-size:100%;
	text-align:left;
	color:#000000;
	}
	
h4	{
	font-size:100%;
	text-align:left;
	color:#000000;
	}
	

/*Elements */

#wrapper	{
	display: table;
	width:770px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#ffffff;
	text-align:left;
	font-size:80%;
	background-image: url(../images/col-img02.jpg);
	background-repeat: repeat-y;

	}
	
#column	{
	width:195px;
	height : 100%; 
	display: table;
	float:left;
	padding-left: 25px;
	padding-top: 15px;
	background-image: url(../images/col-img02.jpg);
	background-repeat: repeat;
	}
	
#column img
	{float: right;
	margin-right:5px;
	}
	
#column-top	{
	width: 220px;
	height:100px;
	float:left;
	background-image:url(../images/col-top03.jpg);
	background-repeat:no-repeat;
	}
	
#header	{
	width: 485px;
	height: 100px;
	float: left;
	background-image: url(../images/header-bg03.jpg);
	background-repeat:repeat-x;
	}
#tr-header	{
	width: 65px;
	height: 100px;
	float: left;
	background-image: url(../images/header-tr.jpg);
	background-repeat:no-repeat;
	}
#header img	{
	float: left;
	margin-right:2px;
	margin-top: 25px;
	}
#footer	{
	width: 725px;
	height: 8px;
	float:right;
	background-color:#000000;
	border: 1px solid #000000;
	margin-left:30px;
	padding-top:6px;
	padding-bottom: 10px;
	}
#sub-footer	{
	width: 220px;
	height: 50px;
	float:left;
	background-color:#000000;
	background-image:url(../images/sub-footer01.jpg);
	}
#sub-footer img	{
	float: right;
	}
	
#sub-footer02	{
	width: 495px;
	height: 50px;
	float:left;
	background-color:#000000;
	background-image:url(../images/sub-footer02.jpg);
	}
#sub-footer03	{
	width: 55px;
	height: 50px;
	float:left;
	background-color:#000000;
	background-image:url(../images/sub-footer03.jpg);
	}
#top-menu	{
	width: 540px;
	height:24px;
	text-align:center;
	background-image: url(../images/nav-bg04.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	padding-left:10px;
	float: left;
	}
#page-content	{	
	width:549px;
	height: 100%;
	display: table;
	background-color: #FFFFCC;
	border-right:1px solid #000000;
	float:left;
	}
#page-content img	{
	float: right;
	}
.page-text	{
	width:535px;
	float: left;
	height: 100%;
	display:table;
	padding-left: 5px;
	padding-top:15px;
	}

	
	
/* Classes*/

.main	{
	text-align:left;
	font-size:11px;
	}
.small	{
	font-size:90%;
	color: #FFFFcc;
	text-align: center;
		}
		
.small a, .small a:link, .small a:visited	{
	font-weight:bold;
	color: #ffffcc;
	text-decoration: none;
	}
	
.small a:active, .small a:hover 	{
	font-weight:bold;
	color: #ffffcc;
	text-decoration: underline;
	}
.top-item	{
	width:90px;
	height: 14px;
	padding-left: 3px;
	margin-top: 3px;
	text-align:center;
	font-size:80%;
	float:left;
	padding-bottom:3px;
	padding-top:3px;
	}
	
.nav-item	{
	width:160px;
	height: 14px;
	padding-left: 5px;
	margin-top: 5px;
	background-image:url(../images/nav-item-bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFCC00;
	border: 1px solid #000000;
	font-size:80%;
	text-align:center;
	float:left;
	padding-bottom:3px;
	padding-top:3px;
	}
	

#footer a, #footer a:link, #footer a:visited	{
	font-weight:bold;
	color: #FF0000;
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover 	{
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline;
	}
			
.spec ul li {
	text-align:left;
	list-style-type: disc;
	display:block;
	margin-left: 15px;
	padding-left:5px;
	width: 300px;
	}
.spec ul ul li {
	text-align:left;
	list-style-type: disc;
	display:block;
	margin-left: 15px;
	padding-left:5px;
	width: 200px;
	}
