body{
 background-color:#E5E5E8;
}
h1 { 
 font-size: 1.5em; 
}
a:link,a:visited{
	color:#0000EE;
}
a:hover{
	color:red;
}
ul{
 list-style:none;
}
img{
 border:none;
}
#maincontent{
 margin-left:auto;
 margin-right:auto;
 width:850px;
 height:auto;
 border:1px solid #CCC;
 background-color:#FFF;
}
#header{
 background-color:#466A8E;
 padding:5px;
 height:80px;
 margin-top:0;
 background-image:url('http://beermapping.com/images/bmplogo.jpg');
 background-repeat:no-repeat;
}
#headertext{
	padding:0px;
	margin:0px;
	margin-left:70px;
	font: bolder 2.8em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: none;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#headertext a:link, #headertext a:visited{
    text-decoration: none;
    color: #CCC;
}
#headertext a:hover{
    text-decoration: none;
    color: #FFF;
}
#slogantext{
	 margin-left: 70px;
   font-family: 'Trebuchet MS',Arial,Sans-serif;
   font-weight: bold;
   color: #ffffff;
}
#showbuttons{
   float:right;
	 margin-bottom:10px;
	 margin-right:5px;
	 color:#FFF;
}
#showbuttons a:link, #showbuttons a:visited{
   color:#FFF;
	 text-decoration:none;
}
#showbuttons a:hover{
   color:#CCC;
}
#showicon{
  border:none;
}
#chooseblock{
 float:left;
 background-color:#F6F6F6;
 margin-left:5px;
 margin-top:5px;
 padding:5px;
 width:400px;
 height:190px;
 border:1px solid #CCC;
}
#whoisup{
 float:right;
 background-color:#F6F6F6;
 padding:5px;
 margin-top:5px;
 margin-right:5px;
 width:400px;
 height:190px;
 border:1px solid #CCC;
}
#allpicks{
 height:auto;
 float:left;
 padding:5px;
 margin-left:5px;
 margin-top:10px;
 width:828px;
 border:1px solid #CCC;
 background-color:#F6F6F6;
}
#pickorder{
 height:170px;
 width:200px;
 margin-left:20px;
 padding:5px;
 overflow:auto;
 float:left;
 border:1px solid #CCC;
}
#thepicks{
 height:170px;
 width:375px;
 margin-left:15px;
 overflow:auto;
 float:left;
 padding:5px;
 border:1px solid #CCC;
}
#nextpickers{
 margin-left:15px;
 height:170px;
 width:150px;
 float:left;
 background-color:white;
 border:1px solid #CCC;
 padding:5px;
}
#footer{
 text-align:center;
 margin:5px;
}
#nextpickslist{
 /*list-style: disc url(http://beermapping.com/images/bullet_blue.png) inside;*/
}
.alreadypicked{
	color:gray;
}
.currentlypicking{
	color:red;
}
