/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3E74A3;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 756px;
	height: 274px;
	margin: 0px;
	padding: 0;
	background: url(images/container_bg3.jpg);
	position: absolute;
	left: -4px;
	top: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/


#menu {
	float: left;
	height: 180px;
	width: 143px;
	display: block;
	margin: 24px 10px 0 10px;
	position: absolute;
	left: 1px;
	top: 247px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 36px;
}

#menu ul li a {
	margin: 0 0 10px;
	/* padding-top: 36px; */
	height: 36px;
	overflow: hidden;
	background-image: url(images/Aloha_Spirts_menu.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
#menu li a span {
	position: absolute;
	left: -500px;
}
#menu li#home a {
	background-position: 0 0;
	width: 137px;
}
#menu li#home a:hover {
	background-position: -137px 0;
	width: 137px;
}
#menu li#about a {
	background-position: 0 -36px;
	width: 137px;
}
#menu li#about a:hover {
	background-position: -137px -36px;
	width: 137px;
}
#menu li#services a {
	background-position: 0 -72px;
	width: 137px;
}
#menu li#services a:hover {
	background-position: -137px -72px;
	width: 137px;
}
#menu li#links a {
	background-position: 0 -108px;
	width: 137px;
}
#menu li#links a:hover {
	background-position: -137px -108px;
	width: 137px;
}
#menu li#contact a {
	background-position: 0 -144px;
	width: 137px;
}
#menu li#contact a:hover {
	background-position: -137px -144px;
}

/************* CONTENT ************/
.quotes {
	position: absolute;
}

#content {
	width: 319px;
	margin: 0px;
	padding: 0;
	position: absolute;
	left: 439px;
	top: 275px;
	height: 640px;
	background-image: url(images/girl_by_ocean.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
}

#left {
	float: left;
	width: 622px;
	position: absolute;
	left: 168px;
	top: 270px;
	height: 500px;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 8px;
}

#right {
	float: none;
	width: 348px;
	padding: 0;
	color: #333333;
	position: absolute;
	top: 326px;
	left: 461px;
	height: 440px;
	text-align: left;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 645px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
	position: absolute;
	left: 157px;
	top: 800px;
}
.ul {
	border: 0px;
	top: 0px;
	clip:  rect(0px auto auto auto);
}
.quotes {
	position: absolute;
	left: 18px;
	width: 137px;
	top: 530px;
	text-align: left;
	font-size: 0.8em;
	height: 56px;
	font-style: italic;
}
.pictures {
	position: absolute;
	left: 401px;
	top: 175px;
	height: 173px;
	width: 202px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
