* {margin:0; padding:0; border:none; }

body {
	background: #000;
}

a:link {
	color: #500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #500;
}
a:hover {
	text-decoration: underline;
	color: #500;
}
a:active {
	text-decoration: none;
	color: #500;
}

#contain {
	width:904px;
	margin:0 auto;
	background:#481801;
	margin-top:20px;
}

#logo-contain {
	float:left;
	width:355;
}

#logo-area {
	width:355px;
	height:204px;
}

#subphoto {
	width:355px;
	height:138px;
}

#mainphoto {
	float:right;
	width:549px;
	height:342px;
}

#navspace-top {
	width:904px;
}

#nav {
	width:904px;
	height:33px;
}

#navspace-btm {
	width:904px;
}

#content-container {
	width:904px;
	margin:0 auto;
	background:#481801;
}

#content-leftspace {
	float:left;
	width:30px;
	height:100%;
}

#content-rightspace {
	float:right;
	width:52px;
	background:#481801;
}
	
#content-maintext-contain {
	float:left;
	width:627px;
}

table#content-table{
	float:left;
	overflow:auto;
	background:url(../img/content-back.png) top center repeat-y;
}
	
.content-leftcol {
	width:627px;	
	background:url(../img/content-btm.jpg) bottom left no-repeat;
}

#texthead {
	width:627px;
}

#maintext {
	padding:10px 25px 0 25px;
	margin-bottom:23px;
	height:100%;
}

#maintext ul,ol {
	margin:0 0 10px 25px;
}

#maintext p,ul,ol {
	font:12px Arial, Helvetica, sans-serif;
}

#textfoot {
	width:627px;
}

.subnav-rightcol {
	width:195px;
	padding-bottom:92px;
	background:url(../img/nav/subnav-beer.jpg) bottom right no-repeat;	
}

.subnav-rightcol img{
	margin:0;
}

	
#subnav-list ul {
	list-style:none;
}

#subnav-list ul li {
	padding:0 5px 0 35px;
	line-height:25px;
}

#subnav-list ul li a {
	font:12px/.5em Arial, Helvetica, sans-serif;
	color:#b3b3b3;
	text-transform:uppercase;
	text-decoration:none;
}

#subnav-list ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}

#photo-loader-container {
	width: 500px;
	height: 375px;
	text-align: center;
	margin-bottom: 15px;
	margin-left: 42px;
	}

#photo-loader {
	border: 1px solid #ffffff;
	}

#mosaic {
	height: 120px;
	width: 465px;
	overflow-y: hidden;
	overflow-x: auto;
	margin-left: 60px;
	}
	
#mosaic-table td {
	width: 100px;
	height: 100px;
	padding: 0 5px 5px 5px;
	cursor: pointer;
	}

.mosaic-small {
	width: 100px;
	height: 100px;
	border: 1px solid #ffffff;
	padding: 1px;
	}

#footer {
	background:url('../img/footer.jpg') no-repeat top left;
	width:824px;
	height:22px;
	font:11px Arial, Helvetica, sans-serif;
	color:#b3b3b3;
	padding: 13px 40px 10px 40px;
	margin:0 auto;
}

#footer a {
	color:#b3b3b3;
	text-decoration:none;
}
	
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
	
