/* CSS Document */

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

body {
	background: #EEEEEE url(../images/bg.gif);
	text-align: center;
}

p, div, li, div, h2, h3, h4, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

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

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



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

#header {
	background: url(structure/header.jpg) left top no-repeat;
	position:relative;
	height: 85px;
	width: 580px;
}
#header a { position:absolute; height:85px; width:580px; }
#header span { display: none; }

#procedures {
	background: url(structure/procedure.jpg) left top no-repeat;
	width: 580px;
	height: 30px;
}

	#procedures h1 {
		font-size: 15px;
		font-weight: bold;
		color: #FFFFFF;
		margin-left: 50px;
	}
	
#imgage {
	width: 580px;
}

#nav {
	width: 580px;
	height: 40px;
}

	#nav span {
		margin-left: 35px;
	}
	
#footer {
	background: url(structure/footer.jpg) left top no-repeat;
	width: 580px;
	height: 63px;
	margin: 0 auto;
	clear: both;
}

select {
	background: #7BAFBA;
	border-color: #FFFFFF;
	margin-left: 50px;
	color: #FFFFFF;
}

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