html {
	overflow: scroll;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #e1dbd5;
	font-family: Times New Roman;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #3d0d0c;
	margin: 0px auto;
	background-image: url('../images/Pattern.jpg');
	background-repeat: repeat;
}

img {
	border: 0px;
}

a {
	color: #00324f;
	text-decoration: none;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	min-height: 600px;
	min-width: 950px;
}

#shim {
	width: 950px;
	height: 54px;
}

#title {
	width: 950px;
	height: 44px;
	text-align: center;
}

#titleSubscript {
	width: 950px;
	height: 55px;
	text-align: center;
}

#navigationContainer {
	width: 950px;
	height: 40px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: 10px;
}

#navigation {
	width: 950px;
	height: 34px;
	background-image: url('/images/Navigation.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#content {
	width: 950px;
	height: 424px;

}
#DrinkContent {
	width: 950px;
	height: 501px;

}

#footerContainer {
	width: 950px;
	height: 40px;
	text-align: center;
}

#footer {
	width: 950px;
	height: 5px;
	background-image: url('../images/Separator.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#footerImage {
	position: relative;
	bottom: 65px;
	right: 25px;
	float: right;
}

#credits {
	text-align: left;
	padding-left: 25px;
	width: 900px;
	height: 10px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #552c2a;
}

.headerTextLarge {
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
	text-decoration: none;
	color: #00324f;
}

.copyTextLarge {
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #3c0c0c;
	line-height: 25px;
}

.headerTextSmall {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #00324f;
}

.copyTextSmall {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #3c0c0c;
}

.headerTextUberSmall {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #00324f;
}

.social {
	width: 950px;
	clear: both;
	padding-top: 10px;
	background-color: #006;
}

