/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #282617;
	background-image: url(g/main_bg.jpg);
	}
	
#wrap {
	width: 900px;
	margin: 0 auto;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	text-align: left;
	background-color: #FFFFFF;
	}
	
#header {
	height: 151px;
	background-repeat: no-repeat;
	position: relative;
	}
	
.index #header {
	height: 320px;
	}
	
.big {
	background-image: url(g/sageheader_index.jpg);
	}
	
.one {
	background-image: url(g/sageheader.jpg);
	}
	
.two {
	background-image: url(g/sageheader2.jpg);
	}
	
.three {
	background-image: url(g/sageheader3.jpg);
	}
	
#top {
	position: relative;
	height: 1.4em;
	background-color: #000000;
	}
	
#top ul, #top ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#top ul {
	position: absolute;
	top: 5px;
	left: 5px;
	}
	
#top ul li {
	display: inline;
	}
	
#top ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	font-size: 65%;
	font-weight: bold;
	border-right: 1px #FFFFFF solid;
	}
	
#top ul li a:hover {
	text-decoration: underline;
	}
	
#top ul li a.last {
	border: none;
	}
	
img.framed {
	padding: 3px;
	border: 1px #000000 solid;
	margin: 10px 0;
	}
	
img.framedRight {
	display: block;
	padding: 3px;
	border: 1px #000000 solid;
	margin: 5px 10px;
	float: right;
	}
	
table.columns tr td.left {
	width: 197px;
	vertical-align: top;
	background-color: #76704C;
	border-right: 1px #000000 solid;
	text-align: center;
	}
	
table.columns tr td.center {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 500px;
	background-image: url(g/proudlymade.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 50px;
	}
	
.center p {
	font-size: .70em;
	color: #333;
	padding: 0 30px 0 30px;
	}
	
.center h1 {
	color: #000000;
	font-size: 1.3em;
	padding-left: 20px;
	border-bottom: #000000 1px dotted;
	font-style: oblique;
	}
	
.center h1 span {
	display: block;
	font-size: .6em;
	}
	
.center h2 {
	font-size: .9em;
	color: #999933;
	margin-top: 2em;
	}
	
.center h3 {
	margin-left: 30px;
	font-size: .9em;
	color: #993300;
	}
	
	
table.columns tr td.right {
	width: 197px;
	vertical-align: top;
	background-color: #76704C;
	border-left: 1px #000000 solid;
	}
	
table.columns {
	width: 900px;
	}
	
#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: .65em;
	text-align: center;
	padding: 5px;
	}


.formLabel {
	text-align: right;
	color: #5a4a4a;
	font-weight: bold;
	}

.required {
	color: red;
	}
	
.formField input {
	background-color: #d7d4d4;
	color: #5a4a4a;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding: 3px;
	
	}
	
.formField textarea {
	background-color: #d7d4d4;
	color: #5a4a4a;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding: 3px;
	
	}

.trophies a {
	color: #000;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	}