@charset "utf-8";
body {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #666;
	padding: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* CSS Document */

#wrapper {
	padding: 0px;
	width: 1000px;
	position: relative;
	height: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	margin: 0px;
	width: 700px;
	position: absolute;
	height: 626px;
	left: 0px;
	top: 131px;
	background-color: #CCC;
	z-index: 5;
	border: 5px solid #333;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 280px;
}

#content_rust {
	margin: 0px;
	width: 700px;
	position: absolute;
	height: 626px;
	left: 0px;
	top: 131px;
	background-color: #F0E1D5;
	z-index: 5;
	border: 5px solid #666;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 280px;
} 

#nav {
	margin: 0px;
	width: 190px;
	position: absolute;
	height: 846px;
	background-color: #000;
	left: 37px;
	top: 2px;
	z-index: 10;
	color: #FFF;
	font-size: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#nav_rust {
	margin: 0px;
	width: 190px;
	position: absolute;
	height: 846px;
	background-color: #621800;
	left: 37px;
	top: 2px;
	z-index: 10;
	color: #FFF;
	font-size: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#header {
	position: absolute;
	height: 114px;
	width: 737px;
	left: 271px;
	top: 10px;
	color: #000;
	text-align: right;
}

/*STYLE 1*/
.go {
	color:#FFF;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	}
		a.go:link{
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.go:visited, focus{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		a.go:hover{
	color: #CCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*STYLE 2*/
.go2 {
	color:#FFF;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	}
		a.go2:link{
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.go2:visited, focus{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		a.go2:hover{
	color: #CCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}

/*STYLE 3*/
.go3 {
	color:#FFF;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	}
		a.go3:link{
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.go3:visited, focus{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		a.go3:hover{
	color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.2em;
}

/*STYLE 4*/
.go4 {
	color:#FFF;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	}
		a.go4:link{
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.go4:visited, focus{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		a.go4:hover{
	color: #CCC;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*STYLE 5*/
.go5 {
	color:#FFF;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	}
		a.go5:link{
	color:#FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.go5:visited, focus{
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		a.go5:hover{
	color: #FFF;
	text-decoration: blink;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 2px;
}

/*////GO ORANGE////*/
.go_orange {
	color:#6A1B00;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	}
		a.go_orange:link{
	color:#6A1B00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a.go_orange:visited, focus{
	color: #6A1B00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		a.go_orange:hover{
	color: #333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*////CLASSES////*/
.float_right {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.small {
	font-size: .5em;
}
.orange {
	color: #6A1B00;
}
img {
	border: medium solid #000;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
