	body {
		background-color: #ccc;
		font-family: helvetica, myriad, arial, sans-serif;
		line-height: 0px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-size: 62.5%;
	}

	h1 {
		background-image: url(/images/h1_bg.gif);
		display: block;
		height: 138px;
		width: 750px;
		margin: 0px;
	}
	
	h1 span {
		display: none;
	}
	
	h2 {
		font-size: 2.2em;
		line-height: 120%;
		color: #00A3B4;
		font-weight: 700;
		margin: 20px 40px 5px 40px;
	}
	
	h3 {
		font-size: 1.6em;
		line-height: 120%;
		color: #333;
		font-weight: 700;
		margin: 20px 40px 5px 40px;
	}
	
	p, li {
		font-size: 1.4em;
		line-height: 160%;
		color: #333;
		font-weight: 100;
		margin: 10px 40px 5px 40px;
	}
	
	ul.list li {
		margin-bottom: 3px;
		margin-top: 0px;
	}
	
	#content {
		background-color: #e9e9e9;
		width: 750px;
		margin: 0px auto 0px auto;
		text-align: left;
	}
	
	a {
		color: #CC612E;
		text-decoration: none;
	}
	
	a:hover {
		color: #00A3B4;
	}
	
	p.nav {
		padding: 8px 8px 8px 32px; font-size: 1.5em; font-weight: 400; background-color: #00A3B4; color: #fff; margin: 0px;
	}
	
	p.nav a {
		padding: 0px 10px 0px 10px;
		color: #fff;
	}
	
	.hide {
		display: none;
	}
	
	fieldset {
		border: 0px;
	}
	
	#contactform {
	margin: 30px 40px 0px 40px;
}

#contactform label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 10px;
}

#content #contactform p {
	margin: 0px 0px 15px 0px;
}

#content #contactform .texty {
	width: 300px;
	border: 0px;
	background-color: #fff;
	color: #666;
	padding: 3px;
	font-family: Georgia, Times, serif;
}

#content #contactform #sendit {
	border: 0px;
	background-color: #333;
	color: #fff;
	padding: 3px;
}

.linklist {
	float: right;
	width: 250px;
	margin: 0px 0px 10px 20px;
	border-left: 1px dotted #ffffff;
}

.picrt {
	float: right;
	margin: 0px 0px 15px 15px;
}

.caption {
	font-style: italic;
	font-weight: 900;
	color: #666666;
}

.box_rt {
	float: right;
	margin: 0px 0px 10px 15px;
}

.box_lt {
	float: left;
	margin: 0px 15px 10px 0px;
}