body {
	background: url(../images/bg.png) repeat-x #ffffff;
	margin: 0;
	text-align: center;
}

#SearchForm_SearchForm_action_results {
	background: #66ACD7;
	border: 1px solid #80C3D5;
	color: #ffffff;
}

#Container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/shadow.png) repeat-y transparent;
	text-align: left;
}

#Header {
	width: 920px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/header_2.jpg) no-repeat center top;
}

#Header img.tr {
	height: 145px;
	width: 545px;
	margin-top: 55px;
}

#Header h1 {
	display: none;
}

#headsearch {
	width: 185px;
	height: 31px;
	float: right;
	padding: 2px 10px;
}

#headsearch legend {
	display: none;
}

#headsearch fieldset {
	border: none;
}

#headsearch input {
	float: left;
}

#headsearch .middleColumn input {
	width: 115px;
	margin-right: 5px;
}

#SearchResults li {
	margin-top: 20px;
}

#Navigation {
	width: 200px;
	float: left;
	clear: both;
	margin: 10px 10px 0px 20px;
	text-align: center;
}
	#Navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	#Navigation ul li {
		padding: 3px 3px 3px 20px;
	}
	
#Layout {
	float: right;
	width: 660px;
	margin: 10px 20px 0px 10px;
	padding-right: 20px;
}

#Footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	background: url(../images/footer.png) no-repeat transparent;
	height: 60px;
	padding-top: 20px;
	text-align: left;
}
	#Footer #Left {
		float: left;
		width: 430px;
		margin-left: 20px;
		padding: 0px 15px;
	}
	#Footer #Right {
		float: right;
		width: 430px;
		margin-right: 20px;
		padding: 0px 15px;
		text-align: right;
	}
	
#Form_Form fieldset {
	border: 0;
}
	#Form_Form .left {
		width: 150px;
		float: left;
		clear: both;
	}
	#Form_Form .middleColumn {
		width: 400px;
		float: left;
	}
	#Form_Form input.text, #Form_Form textarea {
		width: 200px;
	}
	#Form_Form fieldset div.field {
		padding-bottom: 10px;
	}
	#Form_Form .Actions {
		margin-left: 160px;
	}
	
br.clear {
	clear: both;
}