body {
background-image: url(/images/back.jpg);
margin: 0;
padding: 0;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: 12px;
}

table#container {
margin: 0 auto;
width: 758px;
background-color: white;
}

#header {
background: maroon url(/images/header.jpg);
height: 118px; 
}

#buttonbar {
background: gold url(/images/buttonbar.jpg);
margin: 0;
padding: 0;
}

#contenttop {
background: gold url(/images/contenttop.jpg); 
height: 12px;
}

#content {
background: white url(/images/contentback.jpg); 
height: 200px;
}

#content p {
 margin-bottom: 1em;
}

#contentbtm {
background: gold url(/images/contentbtm.jpg);
height: 28px;
}

#footer {
background: white url(/images/footerback.jpg);
}

#footer td {
color: #666;
padding: 10px 30px;
}

#footerleft {
padding-left: 40px;
float: left;
}

#footerright {
padding-right: 40px;
float: right;
}

#footerbtm {
background: gold url(/images/footerbtm.jpg);
height: 19px;
}

#buttonbar td {
	padding: 0 13px;
}

#buttonbar td img {
	display: block;
	float: left;
	border: 0;
}

#contentcell {
vertical-align: top;
padding: 10px 25px;
}

#contentdiv {
padding: 0 20px;
}

.trailerpic {
border: 1px solid black;
float: left;
}

.smpics {
float: left;
padding: 0 10px;
}

.smpics img {
border: 1px solid black;
display: block;
margin-bottom: 5px;
}

.trailerprice {
float: right;
width: 120px;
height: 73px;
background-image: url(/images/priceburst.jpg);
line-height: 73px;
text-align: center;
font-size: 18px;
}

.trailerlist {
	float: left;
}

.trailerlist li {
	list-style-type: none;
	font-weight: bold;

}

.browsediv {
display: inline;
float: left;
margin-right: 20px;
}

.browsediv img {
border: 1px solid black;
}

.browser {
	border-bottom: 1px solid black;
}

.browser h1 {
	font-size: 12px;
	margin: 0;
}

.browser ul {
	margin: 0;
	padding: 0;
}

.browser li {
	list-style-type: none;
	float: left;
	margin: 0 5px 0;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
