/*
------------------------------ 
Oxygen Solutions
Author:   David Eastwood
Version:  V0.1 - 03/02/2010
------------------------------ */

/* Imported Styles
------------------------------ */
@import url("reset.css");

#h {
	width: 960px;
	border: #4f6228 5px solid;
	margin: 20px auto;
	padding: 20px;
}

#he {
	margin: auto;
	width: 650px;
	padding: 0px 0px 20px 0px;
	}
#one {
	width: 300px;
	height: 200px;
	float: left;
	}
#two {
	width: 300px;
	height: 200px;
	float: left;
	margin: 0px 30px 0px 30px;
	}
#three {
	width: 300px;
	height: 200px;
	float: left;
	}
#h1h {
	text-align: center;
	padding: 25px 250px 25px 250px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: xx-large;
}
#ph {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#onet {
	width: 300px;
	float: left;
	text-align: left;
	}
#twot {
	width: 300px;
	float: left;
	margin: 0px 30px 0px 30px;
	text-align: center;
	}
#threet {
	width: 300px;
	float: left;
	text-align: right;
	}
	
#threet, #twot, #onet, #ph p {
	color: #4f6228;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
#ph p a {
	color: #4f6228;
}