
#header {
	background-color: #333;
	background: -webkit-gradient(linear, left top, right top, from(#DFDFFF), to(#6464FF));
	z-webkit-border-radius: 32px;
	z-webkit-border-bottom-left-radius: 8px;
	z-webkit-border-bottom-right-radius: 8px;
	height: 96px;
	z-webkit-box-shadow: 0 0 5px #22f;
}

#logo {
	float: left;
	background: url('/Images/Logos/neko64.png') top left;
	background-repeat: no-repeat;
	margin: 16px;
	height: 64px;
	width: 64px;
	-webkit-border-radius: 16px;
	zborder: 2px solid #FFF;
	-webkit-box-shadow: 0 0 10px #6464FF;
	cursor: pointer;
}

#logo-text {
	float:left;
	font-family: "Courier", monospace;
	font-size: 64px;
	line-height: 1.5em;
	padding-left: 9px;
	color: white;
	text-shadow: 0 0 15px #000;
	border-left: 1px dotted #666; /* rgba(255,255,255,0.5); */
}

body {
	font-family: sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(white));
}

ul.nav {
	padding: 12px;
	margin: 0;

	list-style-type: none;
	color: white;
}

ul.nav li {
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;

	display: inline;
	font-weight: bold;
	color: #333;
	-webkit-border-radius: 4px;
}

li.static {
	background-color: #8080FF;
	border: 1px solid #CCC;
}

.nav a {
	text-decoration: none;
	text-align: center;
	color: white;
}

.nav a:hover {
	margin: -8px;
	padding: 7px;

	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
	border: 1px solid #000;
	-webkit-border-radius: 4px;
}

.nav a:visited {
	color: white;
}

#navigator {
	margin: 0;
	zmargin-bottom: 5px;

	background-color: #6464FF;
	z-webkit-box-shadow: 0px 3px 5px #222;
}

#container {
	min-width: 720px;
	max-width: 1000px;
	padding: 16px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;

	background-color: white;
	-webkit-box-shadow: 0px 5px 8px #333;
}

#page {
	padding: 16px;

	clear: both;
	font-family: sans-serif;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	_border: 2px solid #CCC;
	text-align: left;
	background-color: #DFDFFF;
}

#footer {
	clear: both;
	font-size: small;
	margin-top: 16px;
	_border-top: 1px solid rgba(100,100,255,0.5);
	_padding: 0.5em;
	text-align: center;
	_letter-spacing: 5px;
}

