@charset "UTF-8";
/* CSS Document */

html {background: black;
	
}

body {
	background: url(images/alohabg.jpg);
	margin: 0 auto;
	text-align: center;
	border: #800080 thick solid;
	
}

#container {
	width: 960px;
	border: 0px;
	margin: 0 auto;
	
}

#header {float: left;
width: 350px;
padding-left: 20px;
	
}

#navigation {
	float: right;
	margin-top: 130px;
	margin-bottom: 10px;
	
}

#navigation ul {
list-style: none;
}

#navigation ul li {
	display: block;
	float: right;
	background:url(images/transparent.png);
	text-align: center;
	width: 100px;
}

#navigation ul li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: purple;
}

#navigation ul li:hover {
	display:block;
	background: white;
}

#body {
	clear: both;
	background: url(images/transparent.png);
		border: #800080 thick solid;
	
}

#maincolumn {
	width: 550px;
	min-height: 500px;
	padding: 2px 5px 2px 5px;
	margin: auto;
}

#maincolumn h2 {
text-align: center;	
}

#maincolumn table {
text-align: center;	
}

#comment {
	margin: auto;
}


#footer {
	background: white;
	border: #800080 thick solid;
	border-top:0px;
	border-bottom: 0px;
	clear: both;
	text-align: center;
	padding: 5px 2px 5px 2px;
}

p { color: purple;
}

h1,h2,h3 {
	color: purple;
}