@charset "UTF-8";
body  {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../images/bkg.jpg);
}
.twoColFixLtHdr #container a:link {
	color:#CCCCCC;
	text-decoration: none;
}

 
.twoColFixLtHdr #container a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

.twoColFixLtHdr #container a:hover {
	color:#FF0000;
	text-decoration: none;
	}  

.twoColFixLtHdr #container a:active {
	color:#FF0000;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	width: 796px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 270px;
	background-image: url(../images/bkg_head.jpg);
	background-repeat: no-repeat;
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 35px;
	margin-top: 0px;
	text-indent: -9999px;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 1.2em/1.8em Verdana, Arial, Helvetica, sans-serif;
	text-indent: -9999px;
}

/*Nav*/

.twoColFixLtHdr #header #nav {
	height: 35px;
	width: 796px;
	background: url(../images/nav_bkg.jpg) repeat-x;
	margin: 4em 0 0 0;
}
.space {
	display: block;
	padding-bottom: 20px;
}
#header  ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	float: left;
}
#header li {
	float: left;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#header a {
	display: block;
	line-height: 35px;
}
#header ul a.home {
	background: url(../images/nav/home.png) no-repeat center top;
	width: 78px;
	}
#header ul a.home:hover {
	background: url(../images/nav/home.png) no-repeat center -35px;
	width: 78px;
}
#header ul a.clips {
	background: url(../images/nav/clips.png) no-repeat center top;
	width: 161px;
	}
#header ul a.clips:hover {
	background: url(../images/nav/clips.png) no-repeat center -35px;
	width: 161px;
}
#header ul a.bts {
	background: url(../images/nav/bts.png) no-repeat center top;
	width: 219px;
	}
#header ul a.bts:hover {
	background: url(../images/nav/bts.png) no-repeat center -35px;
	width: 219px;
}
#header ul a.trailer {
	background: url(../images/nav/trailer.png) no-repeat center top;
	width: 108px;
	}
#header ul a.trailer:hover {
	background: url(../images/nav/trailer.png) no-repeat center -35px;
	width: 108px;
}
#header ul a.photos {
	background: url(../images/nav/photos.png) no-repeat center top;
	width: 99px;
	}
#header ul a.photos:hover {
	background: url(../images/nav/photos.png) no-repeat center -35px;
	width: 99px;
}
#header ul a.afa {
	background: url(../images/nav/afa.png) no-repeat center top;
	width: 61px;
	}
#header ul a.afa:hover {
	background: url(../images/nav/afa.png) no-repeat center -35px;
	width: 61px;
}
#header  a.sasa {
	background: url(../images/nav/sasa.png) no-repeat center top;
	width: 68px;
	}
#header ul a.sasa:hover {
	background: url(../images/nav/sasa.png) no-repeat center -35px;
	width: 68px;
}



/*current page state*/


#nav ul a.home.current,
#nav ul a.home.current:hover  {
	background: url(../images/nav/home.png) no-repeat center -35px;
	width: 78px;
	cursor: default;
	}
#nav ul a.clips.here, 
#nav ul a.clips.here:hover {
	background: url(../images/nav/clips.png) no-repeat center -35px;
	width: 161px;
	cursor: default;
	}
#nav ul a.bts.this, 
#nav ul a.bts.this:hover {
	background: url(../images/nav/bts.png) no-repeat center -35px;
	width: 219px;
	cursor: default;
	}
#nav ul a.trailer.it, 
#nav ul a.trailer.it:hover {
	background: url(../images/nav/trailer.png) no-repeat center -35px;
	width: 108px;
	cursor: default;
	}
#nav ul a.photos.selected, 
#nav ul a.photos.selected:hover {
	background: url(../images/nav/photos.png) no-repeat center -35px;
	width: 99px;
	cursor: default;
	}

.twoColFixLtHdr #rightCol {
	float: right;
	width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-right: 0px;
	line-height: 1.5em;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#stars {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #rightCol ul {
	list-style: url(../images/crosshair.png) none;
	margin: 0 0 0 20px;
	padding: 0px;
}
.twoColFixLtHdr #container #rightCol li {
	text-align: left;
	line-height: 1.8em;
}
.twoColFixLtHdr #container #rightCol p.test {
	text-align: right;
	margin: 0 0 1.5em 0;
}
.twoColFixLtHdr #container #rightCol h3 {
	background: url(../images/story.png) no-repeat;
	line-height: 35px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #centerCol h3.bts {
	background: url(../images/bts.png) no-repeat center center;
	text-align: center;
}
.twoColFixLtHdr #container #rightCol #linkBox {
	background: #000000;
	margin: 2em auto;
	height: 110px;
	width: 350px;
	padding: 5px 0px;
}
.twoColFixLtHdr #mainContent {
	width: 370px;
	margin: 0;
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent img {
	border: 4px solid #FFFFFF;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 1em 0;
	text-indent: -9999px;
	background: url(../images/welcome.png) no-repeat;
}
.twoColFixLtHdr #mainContent p {
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	line-height: 1.5em;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	height: 175px;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin: 0;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearLft {
	clear: left;
}
.fltlftmargin {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #bio {
	width: 340px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 300px;
}
.twoColFixLtHdr #centerCol {
	width: 796px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0 auto;
	line-height: 1.5em;
	padding: 0px;
}
.twoColFixLtHdr #container #centerCol h3 {
	margin: 0px;
	background: url(../images/story.png) no-repeat;
	line-height: 35px;
	text-indent: -9999px;
}
.twoColFixLtHdr #container #centerCol #clips {
	margin: 0px auto;
	width: 790px;
	text-align: center;
}
.twoColFixLtHdr #container #centerCol #clips .clip {
	height: 127px;
	width: 170px;
	border: 1px solid #000000;
	margin: 10px;
	
}
.twoColFixLtHdr #container #centerCol #trailer {
	margin: 20px auto;
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
.twoColFixLtHdr #container #centerCol h3.clipHead {
	background: url(../images/action.png) no-repeat center center;
	text-align: center;
}
.twoColFixLtHdr #container #centerCol h3.photos {
	background: url(../images/photos.png) no-repeat center center;
	text-align: center;
}
.twoColFixLtHdr #container #centerCol h3.trailerHead {
	background: url(../images/trailer.png) no-repeat center center;
	text-align: center;
}

