body {
	font-family: Georgia;
	padding:0;
	margin:0;
	background-color:#f1e3a4;
}

#container {
	background-color:#fff;

}


#header {
	background-image: url(images/header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 160px;
	position: relative;
	border-bottom: 1px solid #fff;
}

	#header h1 {
		position: absolute;
		top: 35px;
		left: 20px;
		font-size: 360%;
		color:#fff;
		margin:0;
		padding:0;
	}
	
	
	#header p {
		position: absolute;
		top: 60px;
top: 100px;

		color:#fff;
		font-size:110%;
		left: 430px;
left:25px;
		margin:0;
		padding:0;
	}

#header img {
position:absolute;
top: 0;
left: 520px;
}


#content {
	width: 760px;
	background-color:#fff;
}
	#content div.right {
		float: right;
		width:310px;
		margin: 0 20px 0px 20px;
		_margin: 0px 10px 10px 20px;
	}
	#content div.right img.main {
		margin: 0 0px 10px 0px;
		border: 3px solid #999;
		padding: 2px;
		width:300px;
	}

	#content div.right div.banner {
		margin: 0px 0px 10px 0px;
		_margin: 20px 0px 10px 0px;
	}
	
		#content div.right div.banner p {
			margin:0;
			padding: 0 10px 5px 10px;
			background-color:#ffd;
			font-weight:bold;

		}
			#content div.right div.banner p.top {
				padding-top: 5px;
			}
		
		#content div.right div.banner img {
			margin:5px 0 0 0;
			float: none;
		}


h1, h3 {
	font-family: Georgia;
	margin: 1em 20px 0.6em 20px;
}

p {
	font-size:0.8em;
	line-height: 1.6em;
	margin: 0.8em 20px 1em 20px;
}

ul {
	font-size:0.8em;
	line-height: 1.6em;


}

table {
	font-size:0.8em;
	margin: 0 20px;
	border-collapse: collapse;
}

	table tr th, table tr td {
		padding: 5px 10px;
	}
	
	table tr th {
		text-align: left;
		border-bottom: 1px solid #666;
		background-color:#ccc;
		padding-top: 10px;
	}
	
	table tr td {
		border-bottom: 1px solid #ddd;
	}


div.hr {
	border-bottom: 2px solid #ccc;
	margin: 1em 20px 1em 20px;
	clear: both;
}

	div.hr hr {
		display: none;
	}


#footer {
	background-image: url(images/footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 160px;
	position: relative;
	clear: both;
	margin: 20px 0 0 0;
}


	#footer p {
		position: absolute;
		top: 20px;
		color:#666;
color:#fff;

		font-size:90%;
		left: 20px;
		margin:0;
		padding:0;
	}

	#footer p a {
		
color:#fff;

	}
	
	#footer img {
position:absolute;
top: 10px;
left: 520px;
}



