/* Random */

body {
	margin: 0;
	padding: 0px;
	background: #e8ebf4 url(http://fan.ayunation.org/walkingproud/bg_img.jpg) repeat-x;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	background-color: transparent;
}

h1 {
	font-size: 30px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8ca0a9;
	text-align: left;
	line-height: 35px;
	text-transform: lowercase;
	letter-spacing: 2px;
}

h2 {
	font-size: 15px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

a {
	color: #3f9bc5;
	text-decoration: none;
}

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

img {
	border: 0px;

}

hr {
	display: none;
}

/* Navigation */

.nav a,.nav a:link,.nav a:active,.nav a:visited {
  	display: block;
	background-color: #e8ebf4;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #8a9ea9;
	font-family: "Georgia", "Times New Roman", serif;
 	text-decoration: none;
  	line-height: 18px;
  	text-transform: lowercase;
  	text-align: center;
	}
.nav a:hover {
  	display: block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #8a9ea9;
	font-family: "Georgia", "Times New Roman", serif;
 	text-decoration: none;
  	line-height: 18px;
  	text-transform: lowercase;
  	text-align: center;
	}

/* Header */

#header {
	width: 905px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: transparent;
}

/* Content */

#content {

	background-color: transparent;
	margin: 0 auto;
	position: absolute;
	top: 370px;
	left: 10px;
	padding: 5px;
	width: 875px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}

/* Footer */
	clear: both;
}