@charset "utf-8";
* {margin:0; padding:0;}

ul {
	list-style: none;
}

li {
	list-style: none;
	float: left;
	line-height: 0px;
}

a {
	outline: none;
}

/*-------- body ---------*/
.main {
	width: 960px;
	height: 1240px;
	position: relative;
	background-image: url(images/border.jpg);
	background-repeat: repeat-y;
}

.container {
	width: 900px;
	height: 1240px;
	position: relative;
}

.headercontainer {
	width: 900px;
	height: 318px;

}

.navbar {
	width: 900px;
	height: 41px;
	position: relative;
	float: left:
}

.image {
	float: left;
}

body {
	background-color: #b7d4fe;
}

/*------- homepage -------*/
.home {
	width: 900px;
	height: 881px;
	position: relative;
	background-image: url(images/homepage_10.jpg);
	float: left;
}

.newssection {
	width: 342px;
	height: 212px;
	position: absolute;
	top: 90px;
	left: 39px;
	overflow: auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	float: left;
}

.mailinglist {
	width: 232px;
	height: 77px;
	position: absolute;
	float: left;
	left: 50px;
	top: 379px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0392f2;
}

.aboutus {
	position: absolute;
	float: left;
	width: 448px;
	height: 621px;
	top: 56px;
	left: 407px;
}

.aboutustext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 5px;
	text-align: left;
}

.image02 {
	float: left;
	margin: 5px;
}

.sponsors {
	width: 327px;
	height: 228px;
	position: absolute;
	top: 573px;
	left: 45px;
}
/*-------Footer -------*/
.footer {
	width: 600px;
	height: 15px;
	position: absolute;
	top: 847px;
	left: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	float: left;
}

.footer a{
	color: #FFF;
}

/*---- aquarium -------*/
.aquarium {
	width: 900px;
	height: 881px;
	position: relative;
	background-image: url(images/aquarium_10.jpg);
	float: left;
}

/*---- textfields -------*/
.textfield {
	width: 120px;
	weight: 15px;
}

/*---- buttons -------*/
.submit {
	width: 100px;
	height: 35px;
	position: absolute;
	float: left;
	top: 426px;
	lwft: 200px;
	left: 293px;
}

.booking {
	width: 245px;
	height: 41px;
	position: absolute;
	float: left;
	top: 466px;
	left: 48px;
}

/*---- wine -------*/
.wine {
	width: 900px;
	height: 881px;
	position: relative;
	background-image: url(images/wine_10.jpg);
	float: left;
}

/*---- cocktails -------*/
.cocktails {
	width: 900px;
	height: 881px;
	position: relative;
	background-image: url(images/cocktails_10.jpg);
	float: left;
}

/*---- menu -------*/
.menu {
	width: 900px;
	height: 881px;
	position: relative;
	background-image: url(images/menu_10.jpg);
	float: left;
}

/*---- contact -------*/
.contact {
	width: 900px;
	height: 881px;
	position: relative;
	background-image: url(images/contactus_10.jpg);
	float: left;
}

.contactcontainer {
	position: absolute;
	height: 582px;
	width: 700px;
	top: 129px;
	left: 99px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0392f2;
	text-align: left;
}

.textarea {
	height: 250px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.contactcontainer a{
	color: #0392f2;
}

.contactcontainer h1{
	color: #0392f2;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}


/* Contents Style */
#contentsDivLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0392f2;
	font-weight : bold;
	text-align: left;
	
	width : 400px;
	height : 650px;
	padding-top : 80px;
	padding-left : 50px;
	
	float : left;
}

#contentsDivRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0392f2;
	font-weight : bold;
	text-align: left;
	
	width : 400px;
	height : 650px;
	padding-top : 80px;
	padding-right : 50px;
	
	float : right;
}

#contentsDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0392f2;
	font-weight : bold;
	text-align: left;
	
	width : 800px;
	height : 650px;
	padding-top : 80px;
	padding-right : 50px;
	
	float : right;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;	
	color: #0099FF;	
	font-weight : bold;	
	padding-top : 5px;
}

.normalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight : normal;
	color: #000000;
}
