/* CSS Document */
body, div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #E2C3A5 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: #225FA3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #B2A690;
	text-decoration: underline;
}

#header span { display: none; }

#wrapper {
	background: url(bg/bg.jpg);
	width: 550px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(bg/header.jpg) left top no-repeat;
	height: 71px;
	width: 549px;
}

#procedures {
	background: url(bg/procedure.jpg) left top no-repeat;
	width: 549px;
	height: 64px;
}

	#procedures h1 {
		font-size: 14px;
		font-weight: bold;
		color: #5E75A1;
		line-height: 58px;
		margin-left: 50px;
	}
	
#footer {
	background: url(bg/footer.jpg) left top no-repeat;
	width: 549px;
	height: 63px;
	margin: 0 auto;
}

select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-left: 50px;
}

#caption p {
	margin-left: 50px;
	margin-right: 35px;
}
