@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	background-color: #013646;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	background-image:url(../images/bg_page.jpg);
}

a:link { 
	color: #CEAA7A;
	text-decoration: none;
	}
	
a:visited { 
	color: #CEAA7A;
	text-decoration: none;
	}
	
a:hover {
	color: #DDDDDD;
	text-decoration: none;
}

a:active {
	color: #DDDDDD;
}

.small {
	font-size: 10px;
}

.heading {
	font-weight: bold;
	color: #CEAA7A;
}

#page {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:800px;
	text-align: center;
}

#pageHolder {
	position:relative;
	top: 50px;
	left: 0px;
	width: 1024px;
	height: 500px;
	text-align:left;
}

#credit {
	position: absolute;
	width: 280px;
	height: 0px;
	left: 100px;
	top: 580px;
	padding: 0px 0px 0px 10px; /*top right bottom left*/
}

#drinkaware {
	position: absolute;
	width: 125px;
	height: 0px;
	left: 100px;
	top: 500px;
	padding: 0px 0px 0px 20px; /*top right bottom left*/
}

#bird1 {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50px;
	top: 35px;
}

#bird2 {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 920px;
	top: 34px;
}

#logo {
	position: absolute;
	width: 220px;
	height: 80px;
	left: 100px;
	top: 0px;
}

#navigation {
	position: absolute;
	width: 594px;
	height: 0px;
	margin: 0;
	margin-top: 0px;
	font-weight: normal;
	left: 320px;
	top: 50px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
} 

#aboutNav {
	position: absolute;
	width: 208px;
	height: 0px;
	margin: 0;
	margin-top: 0px;
	font-weight: normal;
	left: 100px;
	top: 80px;
	padding: 0px 0px 0px 12px; /*top right bottom left*/
} 

#cocktailsImage {
	position:absolute;
	top: 0px;
	left: 240px;
	width: 685px;
	height: 385px;
	padding: 10px 0px 0px 0px; /*top right bottom left*/
}

#notice1 {
	position:absolute;
	top: 0px;
	left: 10px;
	width: 200px;
	height: 385px;
	padding: 10px 0px 0px 0px; /*top right bottom left*/
}

#notice2 {
	position:absolute;
	top: 0px;
	left: 210px;
	width: 200px;
	height: 385px;
	padding: 10px 0px 0px 0px; /*top right bottom left*/
}

#notice3 {
	position:absolute;
	top: 0px;
	left: 410px;
	width: 200px;
	height: 385px;
	padding: 10px 0px 0px 0px; /*top right bottom left*/
}

#notice4 {
	position:absolute;
	top: 0px;
	left: 610px;
	width: 200px;
	height: 385px;
	padding: 10px 0px 0px 0px; /*top right bottom left*/
}

#pageContent {
	position: absolute;
	width: 914px;
	height: 395px;
	left: 100px;
	top: 105px;
	margin: 0;
	margin-top: 0px;
	padding: 0px 0px 0px 10px; /*top right bottom left*/
} 

#pageText {
	position: absolute;
	width: 430px;
	height: 0px;
	left: 20px;
	top: 10px;
	margin: 0;
	margin-top: 0px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
} 

#pageImage {
	position: absolute;
	width: 0px;
	height: 395px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: normal;
	padding: 10px 0px 0px 0px; /*top right bottom left*/
	left: 465px;
	top: 0px;
}

#age {
	position: absolute;
	width: 343px;
	height: 0px;
	left: 20px;
	top: 110px;
	margin: 0;
	margin-top: 0px;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
} 

#winesText {
	position: absolute;
	width: 480px;
	height: 395px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	left: 340px;
	top: 0px;
}

#pressText {
	position: absolute;
	width: 500px;
	height: 395px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: normal;
	padding: 0px 0px 0px 0px; /*top right bottom left*/
	left: 360px;
	top: 0px;
}

#contact {
	position: absolute;
	width: 240px;
	height: 375px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 10px 10px 10px 10px; /*top right bottom left*/
	left: 550px;
	top: 0px;
}

