body
{
	background: #000000;
	background-image: url(pictures/bottlecaps.jpg);
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.8;
	color: #444;
}

a
{
	color: #cccccc; 
	text-decoration: none; 
}

a:hover 
{ 
	text-decoration: underline; 
	color : #fff; 
}

h2 
{ 
	margin: 0 0 10px; 
	padding: 10px 0 3px; 
	color: #000000;
}

h3 
{ 
	padding-left: 10px; 
	color: #fff; 
	background: #999999; 
	font-size: 1em; 
	height: 24px; 
	line-height: 24px; 
}

ul 
{  
	padding: 0; 
	margin: 0 0 10px;
}

li { list-style-type: none;}

p 
{ 
	margin: 5px 0 20px 0;
}




#header 
{
	background: #ffffff; 
	background-image: url(pictures/WBBLogo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 190px;
	border: double;
}

#header h1 
{
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 22px 0 5px 10px;
}

#wrap 
{ 
	padding: 10px 10px 3px 10px; 
	width: 760px; 
	margin:20px auto; 
	background: #fff;
}

#left 
{ 
	float: left; 
	width: 180px; 
	background-color: #cccccc;
	margin-bottom: 10px; 
	margin-top: 20px;
}

#left ul 
{ 
	padding: 5px 10px 10px 10px; 
	margin: 0; 
}

#right 
{ 
	margin-bottom: 10px; 
	float: right; 
	width: 550px; 
	padding: 0 10px 10px 10px; 
	margin-top: 10px;
}
	
#footer 
{ 
	font-size: 11px; 
	text-align: center; 
	border-top: 1px solid #ccc; 
	padding: 10px 5px; 
}
