/* CSS Document */

body, div, ul, li, h1, p, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color:#FCEFC3;
}

body {
	background-color: #291203;
	text-align: center;
}

p, div, li, div, p, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #FCEFC3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FCEFC3;
	text-decoration: none;
}

#header span { display: none; }

#wrapper {
	background: url("structure/bg-wrap.jpg") left top no-repeat;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}


#header {
	background: url("structure/masthead.jpg") left top no-repeat;
	height: 61px;
	width: 600px;
	margin: 0px;
	position:relative;
	}
	
	#header a {	
		position:absolute;
		left:0px;
		top:0px;
		width:600px;
		height:61px; 
		}
	#header a span {
		display:none;
		}

	
	
	
	

#procedure p.h1 {
		font-size: 14px;
		font-weight: bold;
		color: #FCEFC3;
		text-align: center;
	}
	#procedure p.h1 {
		padding: 15px 0 10px 0;
		}
#nav {
	width: 597px;
	height: 27px;
	margin: 10px auto;
	text-align:center;
	color: #FCEFC3;
	}
	
select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-right: 15px;
}

#caption {
	width: 600px;
	padding-bottom: 15px;
}

	#caption p {
		margin-left: 35px;
		margin-right: 35px;
	}
