body {
	margin: 0;
	background: #fff9f9;
	text-align: center;
	font-family: Verdana, Sans Serif;
	font-size: .8em;
}

a {
	color: maroon;
}

a:hover {
	text-decoration: none;
}


div#page {
	text-align: left;
	width: 750px;
	margin-top: 20px;
}

div#header {
	background-image: url(/image/header.png);
	background-color: maroon;
	text-align: center;
	color: white;
	width: 748px;
	padding-top: 10px;
}

div#logo img {
	border: 0;
}

div#ticker{
	visibility: hidden;
	background: maroon;
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 20px;
	line-height: 20px;
	margin: 1em;
}

div#tickerContent{
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
	
div#nav {
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	width: 100%;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

div#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#nav li {
	display: inline;
	margin: 0 5px;
}

div#nav a {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}

div#nav a:hover {
	color: silver;
}

div#subnav {
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	width: 100%;
	background: maroon;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#subnav li {
	display: inline;
	margin: 0 5px;
}

div#subnav a {
	text-decoration: none;
	font-size: .9em;
	color: white;
}

div#subnav a:hover {
	color: silver;
}

div#content {
	padding: 10px 10px 10px 10px;
	background: white;
	font-family: Arial, Sans Serif;
	font-size: .9em;
	border: 1px solid maroon;
}

div#content h1 {
	color: maroon;
	margin: 0;
	font-size: 2.1em;
}

div#footer {
	background-image: url(/image/footer.png);
	text-align: center;
	font-size: .8em;
	background-color: maroon;
	color: white;
	height: 80px;
}

div#footertext {
	padding-top: 15px;
	padding-left: 150px;
	height: 50px;
}

div#footertext p {
	margin: 5px 0 0 0;
}

div#footertext a {
	color: white;
}

div#guild {
	padding-top: 2px;
	float: right;
	width: 150px;
	height: 74px;
}

div#guild img {
	border: 0;
}

div#video {
	margin: 5px 0 0 10px;
	float: right;
	width: 350px;
	height: 225px;
}

div#imageRight {
	margin: 15px 0 10px 10px;
	float: right;
}
