/* CSS Document */

body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	background:url(../images/bg_tile.jpg) repeat-x;
}

div#wrapper {
	width:700px;
	margin:50px auto;
	background:#fff;
}	

h1	{
	position:absolute;
	top:0;
	left:-9000px;
}

div#header	{
	background:url(../images/dog_logo.jpg) no-repeat top right;
	height:150px;
	width:700px;
	}
	
div#images	{
	width:560px;
	height:160px;
	margin:0 10px 0 10px;
	border-top:#000 solid 1px;
	padding:40px 60px 0 60px;
	}
	
div#alma	{
	float:left;
	text-align:center;
	}
	
div#holly	{
	float:left;
	margin-left:60px;
	text-align:center;
	}
	
div#brewers	{
	float:right;
	text-align:center;
	}	
	
div#brewers p, div#alma p, div#holly p	{
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	}
	
div#content {
	width:670px;
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	margin:0 10px 0 10px;
	padding: 0 0 0 10px;
	}
	
div#content p	{
	font-size:1.2em;
	}
	
div#footer	{
	height:50px;
	padding:30px 20px 0 20px;
	}

div#footer a:link, a:visited	{
	color:#000;
	}
		
.left	{
	float:left;
	}
	
.right	{
	float:right;
	}
