body 	{
	  	margin:0px;
  		padding:0px;
		background: #FFFFFF url(images/bg.jpg) repeat-x;
		color: #c4bba0;
		font: 0.75em/1.5em Arial, Helvetica, sans-serif;
		letter-spacing: 0.01em;
}
	
a 		{
		color: #c4bba0;
		text-decoration: none;
}
		
a:hover {
		color: #FFFFFF;
		text-decoration: none;
}
		
input.field { 
		border:none;
		opacity:0.4;
		filter:alpha(opacity=40);
}

input.submit { 
		border:none;
		background: url(images/submit.gif) no-repeat;
		width: 55px;
		height: 20px;
}
		
input {
		border:none;
} 
		
#container {
		height: 907px;
}

#top {
		margin:0px auto;
		padding:0px;
		text-align:center;
		height:364px;
		width:860px;
		background:url(images/topbg.jpg) no-repeat;
}
		
#trailer {
		padding:117px 68px 0px 68px;
		margin:0px;
		width:726px;
		height:247px;
}
		
#middle {
		margin:0px auto;
		padding:0px;
		text-align:center;
		height: 306px;
		width:860px;
		background:url(images/midbg.jpg) no-repeat;
}

#middle-content {
	width:725px;
	margin:0px auto;
	padding:0px;
}

#middle-left {
	padding:20px 20px 0px 42px;
	float:left;
	width:260px;
	text-align: justify;
}

#middle-right {
	padding:20px 42px 0px 0px;
	float:right;
	width:342px;
	text-align:left;
}

#loading {
	display: none; 
	padding-top:5px; 
	padding-left:3px;
}

#bottom {
	margin:0px auto;
	padding:0px;
	height:227px;
	width:860px;
	text-align:left;
	color: #999999;
	font-size:97%;
	background:url(images/bottombg.jpg) no-repeat;
}

#bottom a {
		color: #999999;
		text-decoration: underline;
}

#bottom a:hover {
		color: #666666;
		text-decoration: none;
}

#bottom-left {
	padding-left:42px;
	width:265px;
	float:left;
}

#bottom-right {
	width:418px;
	float:right;
}
