* {
    margin: 0;
	padding: 0;
}

body {
    font-family: arial, verdana;
	font-size: 12px;
	font-color: #333333;
	background-color: #2f251c;
	/*background-image: url(../images/main_background.jpg);*/
}

a, a:visited {
    color: #CC943F;
	text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

#page {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#header_container {
    width: 905px;
	margin: 0 auto 0 auto;
}

.clear_all {
    clear: left;
}

#header_top {
    height: 30px;
	background-image: url(../images/header_top.jpg);
	width: 905px;
	text-align: right;
	color: #fff;
}

#header_top a, #header_top a:visited {
    color: #FECC47;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#header_top a:hover {
	text-decoration: underline;
}

.padder {
	padding: 5px;
	display: block;
}


#header_logo {
    float: left;
	height: 141px;
}

#header_picture {
    float: left;
	height: 141px;
}

#navigation {
    width: 905px;
	margin: 0 auto 0 auto;
	height: 48px;
}

#navigation ul, #navigtion li {
    list-style-type: none;
	height: 48px;
}

#navigation li {
    float: left;
	height: 48px;
}

#content_container {
    background-color: #F0EEE7;
	width: 905px;
	margin: 0 auto 0 auto;
}

#tasting_room {
    background-image: url(../images/home_content_taste_room.jpg);
	background-repeat: no-repeat;
	width: 537px;
	height: 219px;
	margin-left: 19px;
	margin-top: 25px;
}

#tasting_room_pic {
    float: left;
	margin-left: 20px;
	margin-top: 16px;
}
#tasting_room_sep {
    float: left;
	margin-top: 16px;
	margin-left: 18px;
	margin-right: 18px;
}
#tasting_room_content {
    float: left;
	margin-top: 16px;
	width: 180px;
}

#beer_label {
    background-image: url(../images/home_content_beer_label.jpg);
	background-repeat: no-repeat;
	width: 537px;
	height: 213px;
	margin-left: 19px;
	margin-top: 17px;
}

#beer_content {
    width: 300px;
	margin-left: 28px;
	margin-top: 35px;
	float: left;
}

#beer_bottles {
	float: left;
	margin-top: 34px;
	margin-left: 35px;
	width: 173px;
	height: 237px;
}

#home_news {
    background-image: url(../images/home_content_calender.jpg);
	background-repeat: no-repeat;
	width: 303px;
	height: 382px;
	margin-left: 17px;
	margin-top: 10px;
}

#home_news_content {
	margin-left: 26px;
	width: 253px;
}

.news_pic {
    margin-top: 30px;
}

.news_date {
    color: #BDAF80;
	font-size: 14px;
	font-weight: bold;
}

.content_left {
    float: left;
}

.content_right {
    float: left;
}

#footer_spacer {
    margin-bottom: 60px;
}

#footer {
    background-image: url(../images/footer_background.jpg);
	height: 47px;
}

#footer_content {
    text-align: left;
	color: #A8A8A8;
	font-size: 11px;
	width: 905px;
	padding-top: 15px;
	margin: 0 auto 0 auto;
}

#home_store {
    margin-top: 11px;
	margin-left: 60px;
}

.home_store_pic {
    float: left;
}

.home_store_content {
    float: left;
	margin-left: 16px;
}

#content_padder {
    padding: 10px;
	width: 890px;
	min-height: 400px;
}

h1 {
    color: #893916;
	font-size: 16px;
	padding-bottom: 5px;
}
