ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color: #ff9900;
	text-decoration: underline;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:#000000;
	color:#000;
	font:62.5% Arial,sans-serif;
}

#header{
	height: 184px;
	width: 803px;
	background: url(../images/headerbg.jpg) repeat-x;
	margin: 40px 0px 0px 0px;
}

#header h1 {
	color: #ff0000;
	padding: 59px 0px 0px 0px;
	text-align:center;	
	font-size: 43px;
	font-weight:normal;
	font-style:italic;
}

#header h2 {
	color: #ff0000;
	padding: 0px 0px 52px 0px;
	text-align:center;	
	font-size: 23px;
	font-style:italic;
	font-weight: normal;
}

#content{
	float:left;
	background: #660000;
	width: 803px;
	margin: 0px 0px 71px 0px; 
}

#leftcolumn{
	float: left;
	width: 180px;
	background: url(../images/strip.jpg) right repeat-y;
}
#navigation{
	width: 156px;
	float: left;
	background:url(../images/navbg.jpg) repeat-y;
	padding: 20px 0px 0px 0px;
}

#navigation ul li{
	float:left;
	clear:both;
	width: 156px;
	margin: 0px 0px 25px 0px;
}

#navigation ul li#home a{
	display:block;
	text-indent: -99999px;
	width: 143px;
	height: 79px;
	background:url(../images/home_img.png) no-repeat;
}

#navigation ul li#home a:hover{
	background:url(../images/home_img_hover.png) no-repeat;
}

#navigation ul li#trailer a{
	display:block;
	text-indent: -99999px;
	width: 148px;
	height: 81px;
	background:url(../images/trailer_img.png) no-repeat;
}

#navigation ul li#trailer a:hover{
	background:url(../images/trailer_img_hover.png) no-repeat;
}

#navigation ul li#purchase a{
	display:block;
	text-indent: -99999px;
	width: 152px;
	height: 79px;
	background:url(../images/purchase_img.png) no-repeat;
}

#navigation ul li#purchase a:hover{
	background:url(../images/purchase_img_hover.png) no-repeat;
}

#navigation ul li#contact a{
	display:block;
	text-indent: -99999px;
	width: 151px;
	height: 77px;
	background:url(../images/contact_img.png) no-repeat;
}

#navigation ul li#contact a:hover{
	background:url(../images/contact_img_hover.png) no-repeat;
}

#navigation ul li a img{
	float: left;
	padding: 0px 0px 0px 4px;
	
}

#navigation ul li a{
	color: #ff9900;
	
}

#navigation ul li a span{
	font-style:italic;
	float:right;
	padding: 26px 0px 0px 0px;
	font-size: 12px;
}

#rightcolumn{
	float:left;
	width: 623px;
	padding: 5px 0px 0px 0px;
}

#rightcolum table{
	width: 623px;
	padding: 5px 0px 0px 0px;
}

#rightcolumn table tr td img{
	float: right;
}
#rightcolumn table tr td p.big{
	font-size: 21px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style:italic;
	color: #ff9900;
	margin: 0px 0px 23px 15px;
}
#rightcolumn table tr td p.bigb{
	font-size: 21px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	color: #ff9900;
	margin: 0px 0px 23px 15px;
}
#rightcolumn table tr td p.medium{
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style:italic;
	color: #ff9900;
	margin: 0px 0px 15px 15px;
}
#rightcolumn table tr td h1 span{
	font-weight: bold;
}

#rightcolumn table tr td p.small{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style:italic;
	color: #ff9900;
	margin: 0px 0px 15px 15px;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 803px;
	margin:0 auto;
}
