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

/*_____GENERAL_____*/

#clr {
	clear: both;
}
body{
	background-image: url(../images/bg_pattern.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0;
}
html {
	overflow-y: scroll;
}
img { 
	border: none 
}
li {
	margin-bottom: 10px;
}

/*_____CONTAINERS_____*/

#container {
	margin: 0 auto;
	width: 725px;
	background-image: url(../images/coalition_big.png);
	background-repeat: no-repeat;
}
#header  {
	width: 700px;
	margin: 0;
	padding-right: 25px;
	padding-top: 40px;
}
#body {
	width: 700px;
	margin: 0;
	padding-right: 25px;
}
#left_col {
	width: 260px;
	float: left;
	padding-right: 20px;
	padding-top:32px;
	padding-left: 5px;
}
#right_col {
	width: 410px;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
}
#footer {
	width: 700px;
	margin: 0;
	padding-right: 25px;
}
#rule {
	border-bottom: 1px #663700 solid;
	width: auto;
	height:1px;
}

/*_____HEADER_____*/

#logo {
	width: 270px; 
	float:left;
	padding-left: 5px;
}
#menubar {
	width: auto;
	height: 40px;
	float: right;
	padding-left: 15px;
	margin-top: 18px;
}
#menu_pub {
	width: 44px;
	height: 40px;
	float: left;
	background-image: url(../images/menu_pub_rollover.png);
}
#menu_pub:hover {
	background-position: 0 -40px;
}
#menu_brewery {
	width: 72px;
	height: 40px;
	float: left;
	background-image: url(../images/menu_brewery_rollover.png);
}
#menu_brewery:hover {
	background-position: 0 -40px;
}
#menu_coalator_program {
	width: 127px;
	height: 40px;
	float: left;
	background-image: url(../images/menu_coalator_program_rollover.png);
}
#menu_coalator_program:hover {
	background-position: 0 -40px;
}
#menu_about_us {
	width: 78px;
	height: 40px;
	float: left;
	background-image: url(../images/menu_about_us_rollover.png);
}
#menu_about_us:hover {
	background-position: 0 -40px;
}
#menu_calendar {
	width: 69px;
	height: 40px;
	float: left;
	background-image: url(../images/menu_calendar_rollover.png);
}
#menu_calendar:hover {
	background-position: 0 -40px;
}
#menu_press {
	width: 54px;
	height: 40px;
	float: left;
	background-image: url(../images/menu_press_rollover.png);
}
#menu_press:hover {
	background-position: 0 -40px;
}

/*_____LEFT_COL_____*/

.left_col_pic {
	width: 270px;
}


/*_____RIGHT_COL_____*/

.title {
	margin-top: 20px;
}

/*_____FOOTER_____*/

#footer_left {
	width: 303px;
	height: 5px;
	float: left;
	background-image: url(../images/bottom_rule.png);
	background-repeat: repeat-x;
	margin-top: 47px;
}
#footer_left_text {
	font-size: 10px;
	text-align: right;
	margin-top: 13px;
	padding-right: 10px;
}
#footer_middle {
	width: 95px;
	float: left;
}
#footer_right {
	width: 302px;
	float: left;
	height: 5px;
	float: left;
	background-image: url(../images/bottom_rule.png);
	background-repeat: repeat-x;
	margin-top: 47px;
}
#footer_right_text {
	font-size: 10px;
	text-align: left;
	margin-top: 13px;
	padding-left: 10px;
}
