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

body {
	padding: 0;
	margin: 0;
	color: #660000;
	background-color: #f3f3f3;
	background-image: url(../images/bgColor.jpg);
	background-repeat: repeat;
}

a {
	color: #660000;
}

a:hover {
	color: #990000;
}

#rootContainer {
	position: relative;
	width: 100%;
}

#bgpaper {
	background-image: url(../images/ub_watermark.jpg);
	background-repeat: repeat;
}

#superbgcontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-order: 10;
	overflow: hidden;
}

#supercontainer {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}

#leftplant {
	position: relative;
	top: 150px;
	left: 0;
	width: 110px;
	height: 570px;
	background-image: url(../images/plant_left.png);
	background-repeat: no-repeat;
	z-order: 10;
	overflow: hidden;
}

#rightplant {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 259px;
	background-image: url(../images/plant_right.png);
	background-repeat: no-repeat;
	z-order: 10;
	overflow: hidden;
}

#watermark {
	position: absolute;
	margin-top: 120px;
	left: 50%;
	background-image: url(../images/ub_watermark.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 289px;
	margin-left: -250px;
	z-order: 2;
}

#homecard {
	position: relative;
	/*top: 120px;*/
	margin-top: 120px;
	left: 50%;
	/*background-image: url(../images/ub_card.jpg);
	background-repeat: no-repeat;*/
	width: 500px;
	height: 289px;
	margin-left: -250px;
	z-order: 2;
}

#homecopy {
	position: relative;
	margin-top: 10px;
	/*top: 430px;*/
	width: 450px;
	left: 50%;
	margin-left: -225px;
}
	

#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 660px;
	background-image: url(../images/top_tile.png);
	background-repeat: repeat-x;
	height: 37px;
	z-order: 2;
}

#topbar ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 50px;
	list-style: none;
	
}

#topbar li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #660000;
	padding-right: 30px;
	font-weight: bold;
	font-size: 20px;
}

#topbar a {
	color: #660000;
	text-decoration: none;
}

#topbar a:hover {
	color: #990000;
}


#bottombar {
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	width: 100%;
	background-image: url(../images/bottom_tile.png);
	background-repeat: repeat-x;
	height: 47px;
	z-order: 2;
}

#generalContent {
	position: relative;
	margin-top: 120px;
	/*top: 430px;*/
	width: 600px;
	left: 50%;
	margin-left: -300px;
}

#generalContent2 {
	position: relative;
	margin-top: 20px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	padding-bottom: 20px;
}

#beersContent {
	position: relative;
	margin-top: 20px;
	/*top: 430px;*/
	width: 600px;
	left: 50%;
	margin-left: -300px;
}

.beertile {
  position: relative;
	margin-top: 40px;
	margin-bottom: 1px;
	border: solid 1px black;
	left: 50%;
	margin-left: -200px;
}

.beertile:hover {
	border: solid 2px black;
	margin-left: -201px;
	margin-top: 39px;
	margin-bottom: 0;
}

#beertitle {
	/*position: absolute;
	margin-left: -50px;
	margin-top: -50px;*/
}

#beerContent {
	position: relative;
	/*
	margin-top: 200px;
	/*top: 430px;*/
	margin-top: 20px;
	width: 600px;
	left: 50%;
	margin-left: -300px;
}

#beerCopy {
	position: relative;
	/*top: 430px;*/
	width: 450px;
	left: 50%;
	margin-left: -200px;
	font-size: 18px;
}

#generalContent h2 {
	padding: 0;
	margin: 0;
	font-size: 22px;
}

#generalContent p {
	padding-top: 0;
	margin-top: 0;
}

#bgcontainer {
	position: absolute;
	width: 100%;
	height: 37px;
	left: 0px;
	top: 0px;
	
	/* 110 * 2 + 600 */
	min-width: 840px;
}
#bgcontainer #leftbg {
	position: absolute;
	height: 570px;
	width: 110px;
	left: 0px;
	top: 150px;
}
#bgcontainer #rightbg {
	position: absolute;
	height: 259px;
	width: 110px;
	top: 0px;
	right: 0px;
}
#bgcontainer #watermarkbg {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 500px;
	height: 289px;
	margin-left: -250px;
	z-order: 2;
}
#bgcontainer #landingcopy {
	position: absolute;
	width: 500px;
	height: 200px;
	top: 420px;
}

#bgcontainer #navbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 840px;
	background-image: url(../images/top_tile.jpg);
	background-repeat: repeat-x;
	height: 37px;
}

	position: absolute;
	top: 120px;
	left: 50%;
	width: 500px;
	height: 289px;
	margin-left: -250px;
	z-order: 2;
	
/*

#bgcontainer {
	position: absolute;
	width: 100%;
	height: 37px;
	left: 0px;
	top: 0px;
	
	min-width: 840px;
}
#bgcontainer #watermarkbg {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 500px;
	height: 289px;
	margin-left: -250px;
	z-order: 2;
}
*/
#contentContainer {
	
	position: absolute;
	width: 100%;
	height: 37px;
	left: 0px;
	top: 0px;
	
	/*
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	
	/* 110 * 2 + 600 */
	min-width: 840px;
	background-color: #00CC00;

/*
	position: relative;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: 10px;
	*/
}

#contentContainer #homeCopy {
	position: absolute;
	top: 0;
	left: 50%;
	top: 420px;
	width: 500px;
	height: 150px;
	height: 37px;
	margin-left: -250px;
}

#contentContainer2 {
	position: absolute;
	width: 100%;
	height: 37px;
	left: 0px;
	top: 40px;
	
	min-width: 840px;
}

#contentContainer2 #homeCopy {
	position: absolute;
	top: 380px;
	left: 50%;
	width: 500px;
	height: 289px;
	margin-left: -250px;
	z-order: 2;
}

#nav {
	position: absolute;
	width: 100%;
	min-width: 840px;
	top: 0;
	left: 0;
	height: 37px;
}

#nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 50px;
	list-style: none;
	
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	color: #660000;
	padding-right: 30px;
	font-weight: bold;
	font-size: 20px;
}

#nav a {
	color: #660000;
	text-decoration: none;
}

#nav a:hover {
	color: #990000;
}
