#page {
	background: #fff;
	border-left: 1px solid #e6e6e6;
	}

/* Primary */
#primary {
	width: 640px;
	float: right;
	}
#primary h2 {
	font-size: 33px;
	color: #40afd4;
	}
#primary h2 a {
	color: #40afd4;
	text-decoration: none;
	}
#primary h2 a:hover {
	text-decoration: underline;
	}
#primary h2 span.subhead {
	color: #40afd4;
	}
#primary h3 {
	padding: 0 0 7px 0;
	font-size: 20px;
	font-weight: normal;
	color: #ea633f;
	}
#primary p.subhead {
	font-size: 14px;
	line-height: 23px;
	}
#main {
	background: url('../images/main.jpg') top left no-repeat;
	width: 100%;
	height: 350px;
	clear: both;
	}
#content {
	background: url('../images/content.gif') 0 3px repeat-x;
	padding: 0;
	border-right: 1px solid #e6e6e6;
	}
#content .inner {
	padding: 20px 20px 5px 19px;
	border-left: 1px solid #ddd;
	position: relative;
	}
#content .inner.odd {
	background: #F5F5F5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 19px 5px 19px;
}
.column1, .column2 {
	float: left;
	}
.column1 {
	width: 230px;
	}
.column2 {
	width: 349px;
	margin-left: 20px;
	}

/* Secondary */
#secondary {
	width: 335px;
	background: url('../images/secondary.gif') 0 0 repeat-x;
	float: left;
	border-top: 1px solid #e6e6e6;
	color: #666;
	}
#secondary .inner {
	padding: 25px 20px;
	}
#secondary p.subhead {
	font-size: 14px;
	}

/* Buttons */
a.button.right {
	position: absolute;
	top: 25px;
	right: 15px;
	}

/* Tertiary */
#tertiary {
	padding: 0 25px 0 25px;
	border-right: 1px solid #e6e6e6;
	clear: both;
}
