#container{
	position:relative;
	width:1000px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 552px;
	left: 11px;
	top: -1px;
}

p{
	font-size:1.2em;	
}

h1, h2, h3, h4 {
	font-family: "Lucida Bright", "Times New Roman", "Times New Roman MT Extra Bold", Times, serif;
	text-align: left;
	padding-bottom: 0.5em;
}

h1 {
		font-size: 4em;
		line-height: 1.7;
}
h2 {	font-size: 3em;
		line-height: 1.7;
	}
h3 {	font-size: 2em;
		line-height: 1.7;}
h4 
{	
	font-size: 1.5em;
	margin-top: 0.5em;
}

strong {font-size: 100%;}

em {font-size: 100%;}

#head{
	background-color:#000;
	height:5.3em;
}

#content{
	float:right;
	width:98em;
}

#content .row{
	float:left;
	width:90em;
	margin-bottom:1.1em;
}

#content a{
	font-size: 100%;
	color:#444;
}


.left{float:left;}

.right{
	float:right;
	padding-left:1em;
}

.green_box{
	width:90em;
	height:13.5em;
}

.green_box p{
	
}

.box_left{
	float:left;
	width:0.6em;
	height:13.5em;
	background:url(../images/green_box_left.gif) 0 0 no-repeat;
}

.box_mid{
	float:left;
	width:88.8em;
	height:13.5em;
	background:url(../images/green_box_centre.gif) 0 0 repeat-x;
}
.box_right{
	float:left;
	width:0.6em;
	height:13.5em;
	background:url(../images/green_box_right.gif) 0 0 no-repeat;
}
#stack{
	
}
#stack img{
	float:left;
	clear:left;
	padding-bottom:2em;
}
#now{
	position:absolute;
	top:56em;
	left:70em;
	width:17em;
	height:11.7em;
}

/************************* Go form ***********************/

form{
	float:left;
	width:60em;
}

fieldset{
	background-color:#b4ca7d;
	border:solid 1px #999;
	padding:1em 2em;
}

.panel
{
	background-color:#b4ca7d;
	border:solid 1px #999;
	padding:1em 2em;
}

.col p{
	float:left;
	width:30em;
}

.col2{
	float:left;
	width:27.8em;
}

label{
	float:left;
	font-size:1em;
	padding-top:0.7em;
}

input[type="text"]{
	color:#999;
	border:solid 1px #999;
	width:15em;
}

#instructions{
	float:left;
	width:28em;
	padding-left:2em;
}

/************************ footer ************************/

#foot{
	float:right;
	width:100em;
	color:#8b8b89;
}

#foot p {
font-size:1em;
}
/***************************** Nav ***********************/
#nav ul{
	width:98em;
	height:2.7em;
	padding-left:2em;
	margin-bottom:4em;
	background:url(../images/menu_bg.gif) 0 0 repeat-x;
}
#nav li{
	float:left;
}

#nav li a{
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	line-height:2.1;
	border-right:solid 1px #fff;
	padding:0 0.5em;
}

#nav li a:hover, #nav li a.current{color:#b4ca7d;}

#nav li a.last{border:none;}

