/* CSS Document */

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

body {
	background: #E5D8C2 top left repeat-x;
	text-align: center;
}

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

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

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

#header span { display: none; }

#wrapper {
	background:  left top repeat-y;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#main {
	
	width: 600px;
}

#header {
	background: url(structure/header.jpg) left top no-repeat;
	height: 103px;
	width: 600px;
	position:relative;
}

	#header h1 {
		font-size: 14px;
		font-weight: bold;
		color: #333;
		padding-top: 68px;
	}

	#header a {	
		position:absolute;
		left:0px;
		width:400px;
		top:0px;
		height:52px; 
		}
	#header a span {
		display:none;
		}

#procedure h1 {
		font-size: 12px;
		font-weight: bold;
		color: #45320F;
		margin-top: -30px;
		padding-bottom: 10px;
	}


select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-right: 15px;
}

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

	#caption p {
		margin-left: 35px;
		margin-right: 35px;
	}
#nav {
	padding-bottom: 20px;
	}
