body {
	margin: 0px;
	padding: 0px;
	background-color: #171717;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #FFF;
	background-image: url(images/body_bg.gif);
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.col-1, .col-2, .col-3 { float:left;}


input, select { vertical-align:middle; font-weight:normal;}


.form {
	width: 550px;	
}
.form label, .form1 label { display:block; color:#bbc7cf;}
.form input {width:164px; padding:2px 0 2px 3px; background:none; border:1px solid #a4a4a4; color:#fff;}
textarea { width:324px; height:105px; overflow:auto; background:none; border:1px solid #a4a4a4; padding:2px 0 0 3px; color:#fff; margin-bottom:16px; }


.wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #000;
}

.flash {
	width: 100%;
	height: 250px;
	background-color: #000;
	margin-bottom: 5px;
	border-top: thin solid #797979;
}

/* @group NAV */

.nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.nav ul {
	padding: 0px;
	margin: 0px;
	height: 47px;
	width: 100%;
	background-image: url(images/nav_bg.gif);
	
}

li{
	border: none;
	border-right: none;
}



.nav li {
	
	float: left;
	list-style-type: none;
	list-style-image: none;
		
	
}



.nav li a{
	display: block;
	color: #AAA;
	text-decoration: none;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background-image: url(images/nav_bg.gif);
	line-height: 45px;
	border-right: thin solid #252525;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	width: 105px;

	
	

}


.nav li a:hover{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/nav_over.gif);

}

.nav li .current{
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	background-image: url(images/nav_over.gif);	
}

/* @end */




.content{
	padding-right: 10px;
	padding-left: 10px;
}

.column70 {
	width: 69%;
}

.clolumn30 {
	width: 29%;
}

.clolumn50 {
	width: 49%;
}

.clolumn60 {
	width: 59%;
}

.clolumn40 {
	width: 39%;
}

.clolumn80 {
	width: 79%;
}

.clolumn20 {
	width: 19%;
}

/* @group TOOLS */

.left {
	float: left;
}

.right {
	float:  right;
}

.udClear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.udClear {
	display: inline-block;
}
.udClear {
	display: block;
	width:auto;
}

.whiteBorder {
	border: thin solid white;
}


/* @end */

/* @group LISTS */


.sideList{
	list-style-image: none;
	list-style-type: none;
	font-family: arial;
	margin-bottom: 70px;
}


.sideList  li{
	background:url(images/marker_1.gif) no-repeat left 10px;
	padding-left: 0px;	
	margin-bottom: 3px;
	
}

.sideList a{
	color:#61686c;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 15px;
}

.sideList a:hover{
	color:#FFF;
}


/* @end */







/* @group BOX */

.box{
	width: 100%;
	background-image: url(images/border_top.gif);
	margin-bottom: 40px;
	background-repeat:repeat-x;
	
	
}
.box h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/nav_bg.gif);
	height: 47px;
	line-height: 42px;
	padding-left: 20px;	
	font-weight: normal;
	text-transform: uppercase;
}

.box h2 .normal{
	color: grey;
}




.area{
	width: 100%;
	margin-bottom: 40px;
	
	
}
.area h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 47px;
	line-height: 42px;
	padding-left: 10px;	
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: thin solid #252525;
}


.area h3{
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
		font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	
}

.area h2 .normal{
	color: grey;
	
}

.data{
	
	color: silver;
	font-size: 12px;
	margin-left: 15px;
	text-align: left;
}

.bioText{
	float: right;
	width: 400px;
	
}


.filmText{
	float: right;
	width: 450px;
	
}

.riderEntry {
	margin-bottom: 20px;
	margin-top: 20px;
	
}

.filmEntry {
	margin-bottom: 20px;
	margin-top: 20px;
	
}

.dottedHr{
	width: 200px;
	border: 1px dotted #191919; border-style: none none dotted;
	
}


/* @end */


.footer{
	width: 100%;
	text-align: center;
	height: 75px;
	line-height: 75px;
	background-image: url(images/footer_tail.gif);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #61686c;
}



