html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../images/logo_rpt.gif) repeat-y;
}

/* TOP OF PAGE */

a.logo {
	position: relative;
	width: 960px;
	float: left;
}

/* CONTENT */

#content {
	position: relative;
	width: 761px;
	float: right;
}
#ctas {
	position: relative;
	width: 761px;
	margin: 30px 0 10px 0;
}
#ctas a {
	position: relative;
	width: 163px;
	float: left;
	margin: 0 36px 36px 0;
}
#ctas a img {
	margin: 0 -10px -10px 0;
}

.two_col_a, .two_col_b {
	width: 365px;
	float: left;
}
.two_col_b {
	float: right;
}

/* HEROS */



/* COLUMNS */

div.col {
	position: relative;
	width: 163px;
	margin: 0 35px 35px 0;
	float: left;
}
.last, #ctas a.last {
	margin-right: 0;
	float: right;
}

/* MISC */

input {
	font-size: 1em;
}
.spacer {
	position: relative;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	clear: both;
	width: 100%;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
