@charset "UTF-8";
/* CSS Document */


/* LAYOUT INFORMATION */

body {
	padding: 0;
	margin:0;
	height:100%;

}

#wrapper {
	width: 960px;
	background-image: url(images/header/header_black.gif); 
	background-repeat:no-repeat;
	margin: 0 auto;
	
	
}

#container {
	width: 800px;
	margin:0 auto;
	text-align: left;
} 

#header {
	margin: 0 auto;
	height: 150px;
	padding-bottom:50px;
}

#header img {
	float:left;
}

#main_content {
	width: 470px;
	padding: 10px 20px 0 15px;
	float:left;
}

#side_bar {
	margin-left: 530px;
	margin-bottom: 15px;
	padding: 10px 10px;
}


#footer {
	padding-left:10px;
	padding-bottom: 10px;
	bottom: 0px; 
}
	
/* MAIN CONTENT STYLING */

#main_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	padding-bottom:10px;
	padding-top:0px;
	margin-top:0px;
}

/* SIDEBAR STYLING */

#side_bar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	padding-bottom:10px;
	padding-top:0px;
	margin-top:0px;
}

/* FOOTER STYLING */

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-decoration:none;
}


#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-decoration:none;
}

/* STANDARD TAGS */

img {
	border:none;
	}
	
.img_pad {
	margin-bottom:15px;
}		

.chart_border {
	padding: 10px;
	border: thin solid #333;
}	


/* LINKS */

a {
	color: #006699;
	text-decoration:none;
	border:none;
}

a:hover {
	color: #333;
	text-decoration:none;
}
	
/* TYPE */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:17px;
	color: #666;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	color: #006699;
	padding-bottom:0px;
	margin-bottom:0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	margin-bottom:0;
	padding-bottom:5px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-bottom:0;
	margin-top:0;
	font-style:italic;
}

i {
	color: #666;
	text-transform:lowercase;
	font-weight:normal; 
}

.BeerSelection {
	color: #333;
	cursor: pointer;
}

.BeerSelection:hover {
	color: #006699;
	cursor: pointer;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:17px;
	color: #333;
}

.selection {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	margin-bottom:0;
	padding-bottom:5px;
}

.selection:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006699;
	margin-bottom:0;
	padding-bottom:5px;
}



/* RULE LINES */

.dotted_rule {
	border-bottom:thin solid #666;
	padding-bottom:5px;
}

.dotted_rule_top {
	border-top:thin solid #333;
	margin-bottom:10px;
}

.dotted_rule_thick {
	border-bottom:thick solid #666;
	padding-bottom:5px;
}

.dotted_rule_thick_top {
	border-top:thick solid #666;
	padding-bottom:5px;
}


ul {
	list-style-type: disc;
	text-align:left;
}

