html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}
address {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 3px;
}	

img {
	border: none;	
}

a {
	outline: none;	
}

body {
	background-image: url(images/placeholder/body-background.jpg);
	background-repeat: repeat-x;
}

p {
	margin-top: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#container {
	width: 493px;
	margin: 15px auto;
}

#banner {
	width: 493px;
	background-image: url(images/intro/banner-background.jpg);
	background-repeat: no-repeat;
	min-height: 150px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#banner p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
}

#footer {
	text-align: center;
}



