/*
*	LAYOUT
*/

html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #700004;
	background-image: url("img/bg.gif");
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 9pt;
	text-align: center;
	height: 100%;
	min-height: 100%;
}

img {
	border: 1px solid #fff;
	padding: 2px;
}

td {
	color: #fff;
	vertical-align: top;
}

input, select {
	border: 1px solid #000;
}

.center {
	width: 750px;
	margin: auto;
	text-align: left;
}

#logo {
/*	position: relative;	*/
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#header {
	width: 100%;
/*	height: 237px!important;	*/
/*	height: 237px;	*/
/*	background: #700004;	*/
/*	margin: 0px 0px 0px 0px;	*/
/*	padding: 0px 0px 0px 0px;	*/
/*	z-index: 100;	*/
}

#subheader {
/*	position: relative;	*/
	width: 100%;
/*	height: 237px!important;	*/
	height: 237px;
	background: #700004;
/*	margin: 0px 0px 0px 0px;	*/
/*	padding: 0px 0px 0px 0px;	*/
}

#one{
	float: left;
	background: #700004 url("img/img_main.jpg") 0px 23px no-repeat;
	height: 237px;
	width: 484px;
}

#two {
	float: right;
	background: #700004 url("img/message_from_bryceson.gif") top right no-repeat;
	height: 237px;
	width: 266px;
}

#content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 10px 0px 10px 0px;
}

#a {
/*	width: 385px;	*/
	padding: 0px 5px 0px 0px;
	float: left;
}

#b {
/*	width: 220px;	*/
	padding: 0px 5px 0px 5px;
	float: left;
}

#c {
/*	width: 125px;	*/
	padding: 0px 0px 0px 5px;
	float: right;
	text-align: center;
}

.left {
/*	width: 200px;	*/
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: left;
/*	clear: both;	*/
}

.left img {
	margin: 0px 0px 20px 0px;
	border: 2px solid #400;
	padding: 2px;
}

.right {
/*	width: 530px;	*/
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: right;
}

.clear {
	clear: both;
	width: 100%;
	height: 30px;
	border-top: 1px solid #b00;
	margin: 30px 0px 0px 0px;
}

.box {
	background: #400;
	border: 1px solid #b00;
	color: #fff;
	padding: 0px 0px 0px 10px;
}

/*
#footer {
	padding: 0px 0px 20px 0px;
	border-top: 1px solid #b00;
	background-color: #400;
	clear: both;
	width: 100%;
}
*/

#footer {
	padding: 0px 0px 20px 0px;
	clear: both;
	width: 100%;
}

/*
*	TEXT
*/

#one h1 {
	margin: 20px 0px 0px 215px;
	color: #ffa200;
	font-size: 180%;
	border-bottom: 0px;
}

#one p {
	margin: 10px 50px 0px 215px;
	color: #fac05b;
}

#two p {
	margin: 100px 110px 0px 20px;
	color: #000;
}

#two a {
	font-weight: normal;
	color: #700004;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ffa200;
}
/*
h1 {
	color: ffa200;
	font-size: 180%;
}
*/
h1 {
	padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #fac05b;
    color: #fac05b;
	font-size: 180%;
}

h2 {
	color: #fac05b;
	font-size: 150%;
}

h3 {
	color: #fff;
	font-size: 130%;
}

p {
	color: #fff;
}

ol, ul {
	color: #fff;
}

b {
	color: #ccc;
}

.gold {
	color: #fac05b;
}
