body {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	color:#ccc;
	background-color:#aab643;
	margin:0;
	padding:0;
}
a, a:link, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
input, textarea {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
}

/*STRUCTURE*/
#wrapper {
	width:834px;
	margin:0 auto;
}
#header {
	width:834px;
	height:82px;
}
#nav {
	width:834px;
	height:26px;
}
#content {
	width:702px;
	min-height:494px;
	background-color:#64749c;
	padding:33px 66px;
}
* html #content {
	height: 494px;
}


/*STRUCTURE ELEMENTS*/
.header_image {
	padding-bottom:7px;
	margin-left:-2px;
}


/*CONTENT AREAS*/
#home {
	width:551px;
	padding-top:10px;
	margin:0 auto;
}
.pics {
	width:551px;
	height:256px;
	padding:0;
	margin:0;
	overflow:hidden
}
.pics img {
	width:551px;
	height:256px;
	top:0;
	left:0
}

#architecture {
	width:520px;
}

#resource_buttons img {
	padding-bottom:10px;
}


/*BITS N' PIECES*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.thumbnail_image {
	border:1px solid #000;
}
#paginate {
	text-align:right;
}
#paginate a, #paginate a:link, #paginate a:visited, #paginate a:active {
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #fff;
	display:inline;
	height:17px;
	width:20px;
	line-height:20px;
	margin-left:3px;
	padding:2px 6px;
	background-color:#fff;
}
#paginate a:hover, #paginate a.selected {
	color:#fff;
	background-color:transparent;
}
