@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	background-image: url(images/bckgrd_gradient.gif);
	background-repeat: repeat-x;
	background-color: #212121;
	margin-top: 5px;
	text-align: center;
}

#container {
	text-align:left;
	position:relative;
	width: 537px;
	background-color: #000;
}
.banner {
	border-right: 1px dotted #393939;
	border-left: 1px dotted #393939;
	border-bottom: 1px dotted #393939;
}
#buttons {
	width: 495px;
	text-align: left;
	padding-left: 40px;
	border-right: 1px dotted #393939;
	border-left: 1px dotted #393939;
	border-bottom: 1px dotted #393939;
}
	a:link {
		color: #CE0000;
		text-decoration: none;
	}
	a:visited {
		color: #CE0000;
		text-decoration: none;
	}
	a:hover {
		color: #999999;
		text-decoration: none;
	}
#content {
	float: left;
	background-color: #000;
	padding-top: 20px;
	padding-left: 39px;
	padding-right: 39px;
	border-right: 1px dotted #393939;
	border-left: 1px dotted #393939;
	width: 457px;
}
	.title {
		border-bottom: 2px solid #000;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.content_txt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		line-height: 1.5em;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
		margin-top: 0px;
		color: white;
		background-image: url(images/gradient_content.gif);
		background-repeat: repeat-x;
		background-color: #000;
	}
	ul {
		text-decoration: none;
		list-style: none;
	}
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: left;
		line-height: 1.3em;
		border-bottom: 1px dotted #393939; 
		color: white;
	}			
	.trailer {
		float: left;
		background-image: url(images/gradient_trailer.gif);
		background-repeat: repeat-x;
		background-color: #000;
		width: 274px;
		height: 240px;
	}
	.link_txt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: white;
		padding-left: 20px;
	}		
	.sale {
		float: left;
		background-image: url(images/gradient_trailer.gif);
		background-repeat: repeat-x;
		background-color: #000;
		width: 180px;
		height: 250px;
		margin-left: 3px;
		margin-bottom: 10px;
	}
	.picture {
		padding: 2px;
		margin-top: 10px;
		border: 1px dotted #666666; 
	}
	.sale_txt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: white;
		padding-left: 15px;
	}
#bottom {
	float: left;
	width: 535px;
	height: 100px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-color: #212121;
	border-right: 1px solid #212121;
	border-left: 1px solid #212121;
	border-top: 1px dotted #393939;
}
	.copyright	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: white;
		padding-left: 40px;
		padding-top: 10px;
	}
