﻿/* CSS layout */
#masthead {
	width: 630px;
/*	background-image: url('images/alohahulastudio-header.jpg'); */
	height: 150px;
}
#top_nav {	width: 630px;
}
#page_content {
	padding: 20px;
	margin: auto;
	border: thin solid #EEC257;
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	background-image: url('images/hulagirl-bg.gif');
	background-color: #F7E9C8;
}
#footer {
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #663300;
	text-align: center;
}
a {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:active {
	color: #800000;
}
