@charset "utf-8";
/* Skinner's Brewery Public Site CSS Document  - "bottled-ale.css" */
/* Author: MicroAngelo Web Development       www.MicroAngelo.co.uk */
/* Date: 20070102                                                  */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	background: #1d3b2f;
	color: #000;
}

#content {
	width:608px;
	margin: 2% auto;
	text-align: center;
}

	#content #header {
		display: block;
		width: 600px;
		height: 331px;
	}

	div#content div#notice {
		background: #fff;
		border: 2px dotted #1d3b2f;
		margin: 20px 25px 15px;
		padding: 8px;
	}
	
		div#content div#notice h1 {
			padding: 0 5px;
			margin: 0;
			color: #EB631E;
			font-family: Times New Roman, serif;
			font-weight: normal;
			font-size: 300%; 
		}
		
		div#content div#notice p {
			padding: 0 65px;
			font-size: 110%;
			color: #666;
		}
		
		div#content div#notice p a {
			text-decoration: none;
			color: #C6003C;
		}
		
			div#content div#notice p a:focus, div#content div#notice p a:hover {
				text-decoration: underline;
			}