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

/* Primary */
#primary {
	width: 640px;
	float: right;
	}
#primary h2 {
	font-size: 33px;
	color: #ea633f;
	margin-bottom: 15px;
	}
#primary h2 a {
	color: #ea633f;
	text-decoration: none;
	}
#primary h2 a:hover {
	text-decoration: underline;
	}
#primary h2 span.subhead {
	color: #ea633f;
	}
#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: 5px 0;
	border-right: 1px solid #e6e6e6;
	}
#content .inner {
	padding: 20px;
	position: relative;
	}
.column1, .column2 {
	float: left;
	}
.column1 {
	width: 270px;
	}
.column2 {
	width: 309px;
	margin-left: 20px;
	}

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

/* Buttons */
a.button.right {
	position: absolute;
	top: 28px;
	right: 20px;
	}