@charset "utf-8";
#header {
	height: 240px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header #nav {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #CCCC99;
}
#ice img {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#content #lowerContent {
	float: right;
	width: 415px;
	margin-right: 20px;
}
#content #lowerContent img {
	margin: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#message {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	width: 400px;
	float: left;
	font-size: 12px;
	border: thin solid #666666;
	padding: 4px;
}
#content #spacer {
	float: left;
	width: 275px;
}
#spacer img {
	margin: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}

#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 375px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#header #nav ul {
	display: inline;
	list-style-type: none;
}
#header #nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#message h3 {
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 2px;
}
#header #nav a:link, #header #nav a:active, #header #nav a:visited {
	text-decoration: none;
	color: #0000CC;
}
#header #nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content #message img {
	margin: 10px 4px 4px;
}
#content #message #credit {
	position: relative;
	top: 50px;
}
#content #message h1 {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin-top: 6px;
}
#sounds {
	position: absolute;
	left: 700px;
	top: 0px;
}
