/*  
CSS for MyBeerLog.com from The Barley Blog (http://www.thebarleyblog.com/)
*/

/*
-----------------------------------------------------------------------------------------
Global Declarations
-------------------------------------------------------------------------------------- */
* {margin:0;padding:0;} /*--- Zero out everything ---*/
.clearer {clear:both;}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", serif;
	font-weight:normal;
}


/*
-----------------------------------------------------------------------------------------
Layout Structure
-------------------------------------------------------------------------------------- */
body {
	text-align:center;
	background:#fff url(images/body-bg.gif) no-repeat top right;
	background-attachment:fixed;
	font-family:Tahoma, Arial Narrow, arial, sans-serif;
}
#wrapper {
	margin:20px auto;
	padding:18px;
	width:198px;
	text-align:left;
	border:2px solid #c2bfbf;
	background:#fff;
}
#wrapper p {
	margin:10px 0;
	font-size:12px;
	line-height:18px;
	color:#352c2a;
}
#wrapper a:link, #wrapper a:active, #wrapper a:visited {
	color:#b36338;
	text-decoration:none;
}
#wrapper a:hover {color:#942924;}