* { padding: 0; margin: 0; }

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	margin: 20px;
}

h1 {
	font-size: 36px;
	letter-spacing: 4px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

p {
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	background-color: #FC0;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#top {
 float: left;
 width: 100%;
 height: 40px;
 text-align: right;
 padding-top:5px;
}

#header a {
	color: #000;
}

#header a:hover {
	background: none;
	color: #666;
}

#header {
 float: left;
 width: 100%;
 height: 140px;
}

#navigation {
 float: left;
 width: 100%;
 height: 100px;
}

#navigation li {
	list-style:none;
	float:left;
	text-decoration:none;
}

#navigation li a {
	color: #000;
	padding: 0px 0px 0px 0px;
	margin-right: 80px; /*spacing between each menu link*/
	text-decoration: none;
}

#navigation li a:hover {
	background: none;
	border-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

body#about a#aboutnav,
body#art a#artnav,
body#play a#playnav {
	border-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

ul.tabNavigation {
	float: left;
	width: 100%;
	height: 50px;
}

ul.tabNavigation li {
	list-style:none;
	float:left;
	text-decoration:none;
	font-size: 14px;
	margin-right: 10px; /*spacing between each menu link*/
}

ul.tabNavigation li a {
	color: #000;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

ul.tabNavigation li a:hover {
	background: none;
}

#content { 
	float: left;
	width: 100%;
	display: inline;
}

#half { 
	float: left;
	width: 450px;
	padding-right:30px;
	display: inline;
}

#footer { 
	width: 100%;;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	color: #333;
}