@charset "utf-8";
/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#dadada;
	font-size:12px;
	background:url(../images/diamond-brown-bg.png) #83734e;
}

.bg {
	background:url(../images/rust.png) top center no-repeat fixed;
	width:100%;
}

.home-tile .text {
	background:url(../images/gray-fade-bg.png);
	padding:10px;
	height:92px;
}

.footer .content {
	padding:20px;
	background:url(../images/gray-fade-bg.png)
}

.header .links .info {
	width:450px;
	padding:15px;
	background:url(../images/gray-fade-bg.png);
	float:right;
	margin-bottom:20px;
	font-size:1.2em;
}

.home-tile .readmore a {
	color:#b6a704;
	text-decoration:none;
}

.topnav a:hover {
	color:#b6a704;
}

.page-content .content .inner {
	padding:20px;
	background:url(../images/gray-fade-bg.png)
}

.header .links .info .part1 {
	width:160px;
	float:left;
}

.header .links .info .part2 {
	width:130px;
	float:left;
}

.header .links .info .part3 {
	width:145px;
	float:left;
	margin-left:15px
}