
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	background-color: #000000;
	margin: 0px;
	background-image:url(/assets/images/HTML/background.jpg);
	background-repeat:no-repeat;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform:uppercase;
	color: #999999;
	font-weight: bold;
	margin:0px 0px 0px 0px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;	
	margin:25px 0px 0px 0px;
}

H2#pagetop {
	margin-top:18px;
}

p {
	line-height:135%;
	color: #cccccc;
}

a {
	text-decoration:underline;
	color:#0099FF;
}


/* Page Structure */

#mainContainer {
	width:720px;
	float:left;
}

#leftNavigation {
	width:125px;
	float:left;
}

#rightContainer {
	width:595px;
	float:right;
	background-image:url(/assets/images/HTML/border_repeat.gif);
	background-repeat:repeat-y;
}

#rightContent {
	width:497px;
	padding:40px 60px 20px 38px;
	background-image:url(/assets/images/HTML/background_content.gif);
	background-repeat:no-repeat;
}

#footer {
	width:595px;
	height:50px;
	float:right;
	background-image:url(/assets/images/HTML/border_bottom.jpg);
	background-repeat: no-repeat;
}

/* */

#form {
	margin-top:20px;
}

#form input,
#form select {
	margin-bottom:6px;
}

#form p {
	margin:10px 0px 0px 0px;
}

#formtext {
	width:120px;
	float:left;
}

#formfield {
	width:377px;
	float:right;
}

#formspacer {
	clear:both;
	height:10px;
	width:327px;
	border-bottom:1px solid #666666;
	margin-bottom:5px;
}

#classifieds {
	padding-left:80px;
	text-indent:-80px;	
}

#trailers {
	margin:20px 0px 15px 0px;
}
