/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:1px solid #000;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/* Site styles */

body {
	font:0.8em Tahoma;
	color:#000;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#A50000;
}

a:hover {
	text-decoration:none;
}

/* Structure */

#wrapper {
	min-width:780px;
}

/* Header */

#header {
	height:428px;
	padding-top:20px;
	background:url("images/header.jpg") no-repeat center 78px;
	margin-bottom:10px;
}

	.logo {
		display:block;
		position:relative;
		width:383px;
		height:69px;
		margin:0 auto;
	}
	
		.logo span {
			height:97px;
			width:537px;
			position:absolute;
			top:0;
			left:0;
			display:block;
			background:url("images/logo.png") no-repeat left top;
			cursor:pointer;
		}
	
	#header ul {
		text-align:center;
		position:relative;
		top:295px;
	}
	
		#header li {
			display:inline;
			padding:0 3px;
		}
		
			#header li a {
				color:#fff;
				text-decoration:none;
				font:bold 1em Arial;
				letter-spacing:1px;
			}
			
			#header li a:hover {
				text-decoration:underline;
			}

/* Content */

#content {
	width:400px;
	padding:0 50px;
	margin:0 auto;
	line-height:16px;
}

	.red {
		color:#A50000;
	}

	#content p {
		margin-bottom:15px;
		position:relative;
	}
	
	.note {
		position:absolute;
		right:100%;
		padding-right:5px;
		text-align:right;
		white-space:nowrap;
	}
	
	.small {
		font-size:0.85em;
	}
	
	#content ul {
		margin-bottom:15px;
	}
	
		.center {
			text-align:center;
		}
		
			.center a img {
				margin-bottom:5px;
			}
		
		.map {
			background:url("images/map.gif") no-repeat left;
			font-size:0.85em;
			padding-left:20px;
		}

/* Footer */

#footer {
	width:428px;
	height:85px;
	padding:30px 0;
	margin:0 auto;
	background:url("images/footer.png") no-repeat center 30px;
}

