/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#AFBC21;
}
body {
	text-align:center;
	margin: 0;
	padding: 0;
}
#outerwrap {
	background: #AFBC21 url(/images/stage_shadow.jpg) no-repeat;
	width: 650px;
	height: 574px;
	margin: 0 auto;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 50px;
}
#wrap {
	width: 600px;
	height: 500px;
	margin:0 auto;
	background-image:url(../../images/stage_background.jpg);
	border:1px solid orange;
	border-bottom:none;
	text-align:left;
}
#nav {
	width:546px;
	height:40px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	display:block;
	text-align:center;
	border:1px solid orange;
	border-right:none;
}
#nav li {
	float:left;
	width:90px;
	height:40px;
	display:block;
	border-right:1px solid orange;
}
#nav img {
	float:left;
	width:100%;
	height:40px;
}
#nav a {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	display:block;
	width:100%;
	height:40px;
	margin:-40px 0 0 0;
}
#nav a:hover {
	color: #FFFFCC;
	font-size:12px;
	background:#AFBC21;
}
#stage {
	width: 95%;
	margin: 0 auto;
	height: 390px;
	border: 1px solid orange;
}
#content {
	margin:-390px 0 0 0;
	height: 390px;
	overflow:auto;
}
#content h1 {
	color: black;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
}
#content p {
	color: #5e311c;
	padding: 0 5px 0 5px;
}
 /* FORM POSITIONING */
 div.row {
  clear: both;
  padding-top: 10px;
  }
 
div.row span.label {
 color: #ff8000;
 font-size: 12px;
 font-weight: bold;
 float: left;
 width: 100px;
 text-align: right;
  }
 
div.row span.formw {
  float: left;
  width: 335px;
  text-align: left;
  padding: 0px 0px 0px 10px;
  } 
.thumbs {
	display: block;
	border: 1px solid orange;
	margin: 3px 6px 3px 6px;
}
.thumbs:hover {
	border: 1px solid black;
}
#ftr {
	color: #FFFFFF;
	text-align:right;
	font-weight: bold;
	height:50px;
	width:600px;
	border:1px solid orange;
	border-top:none;
	background: #5e311c;
	margin:0 auto;
}
#ftr a {
	color: #fff;
	font-size:16px; 
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:3px;
	float: left;
	margin: 15px 0 0 10px;
}
#ftr a:hover {
	color: orange;
}
#ftr span {
	float: right;
	margin:3px 10px 0 0;
}

#footer {
	position: fixed;
	height: 20px;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align:center;
	font-size: 10px;
	z-index:10000;
	opacity:0.8;
	filter:alpha(opacity:80);
	background: orange;
}
#footer p {
  margin: 0px;
  padding-top:4px;
}
