body {
	background: url('../img/bg-repeat.jpg') repeat-x black;
	margin: 0;
	text-align: center;
}

a {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

input {
border-width: 1px;
font-size: 12px;
color: orange;
border: none;
background-color: #F9F9F9;
}

select {
	color: orange;
	background-color: silver;
}

#allwrapper {
	margin-top: 10px;
	min-height: 600px;
	overflow: visible;
	position: absolute;
	width: 100%;
	color: #c6c5c9;
	font-family: century gothic, helvetica, arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: normal;
}

#stage {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	border: none;
}

#logobar {
	width: 860px;
	background-image:url('../img/header.png');
	background-color: #738595;
	height: 50px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 20px;
	padding-top:25px;
	border-bottom: thin solid gray;
	vertical-align: middle;
}

#nav {
	position: absolute;
	width: 900px;
	background: white;
	z-index: 1001;
}

#content {
	position: absolute;
	width: 900px;
	text-align: left;
	background: white;
	margin-top: 45px;
	min-height: 625px;
	height: auto;
}

	
#content a, a:visited {
	text-transform: none;
	text-decoration: none;
	border: none;
	color: #c6c5c9;
}

#content a:hover {
	text-transform: none;
	text-decoration: none;
	border: none;
	color: orange;
}


#contentbox {
	position: absolute;
	width: 900px;
	background-color: white;
	padding-bottom: 10px;
}

#box {
	width: 435px;
	min-height:160px;
	max-height: 160px;
	margin:6px;
	border: solid thin black;
	background-color: white;
	/*background-image:url('../img/woodgrain.jpg');*/
	padding:0px;
	overflow: hidden;
}



#footer {
	position: absolute;
	background: black;
	width:880px;
	right:0px;
	bottom: 0%;
	margin-bottom: 0%;
	color: white;
	text-align: right;
	padding: 10px;
}

#deets {
	position:absolute;
	background: black;
	height: 75px;
	width:900px;
	position: relative;
	right:0px;
	color: white;
	text-align: right;
	font-size: 14px;
}

#deets a {
color: inherit;
	text-transform: none;
	text-decoration: none;
}

#deets a:hover {
	color:silver;
}

#breadcrumb {
	font-size: 15px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	color: gray;
	text-transform: lowercase;
}

#breadcrumb a {
	color:gray;
	text-transform: lowercase;
}

#breadcrumb a:hover {
	color: #B0D730;
	text-transform: lowercase;
}


