body {
	text-align:center;
	padding-right: 0px;
	padding-left: 0px;
	background: #356793;
	padding-bottom: 0px;
	margin: 0px;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	padding-top: 0px
}
	
#main {
	border:1px solid #000; 
	background: White;
	width:624px;
	text-align:left;
	margin-left : auto;
	margin-right: auto;
	margin-top: 10px;
	}

#menu {
	width:100%;
	background: #cccccc;
	margin: 0px 0px 5px 0px;
	border-bottom:1px solid black;
	border-top: 1px solid black;
	float: left;
}

#menu a {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	color: black;
	background-color: #cccccc;
	border-right: 1px solid #797979;
	border-left: 1px solid #F0F0F0;
	border-bottom:1px solid #797979;
	border-top: 1px solid #F0F0F0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 72px;
	float: left;
}

#menu a:hover {
	color: Navy;
	background-color: #DCDCDC;
	border-right: 1px solid Silver;
	border-left: 1px solid White;
	border-bottom:1px solid Silver;
	border-top: 1px solid White;
}
	
	
#footer {
	width: 100%;
	color: black;
	background: #cccccc;
	border-bottom:1px solid black;
	border-top: 1px solid black;
	text-align: right;
	font-size:10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

/* LOGO SECTION */
#logo-news  {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/news_banner.gif);
	float: left;
}

#logo-about {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/about_banner.gif);
}

#logo-characters {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/characters_banner.gif);
}
#logo-games {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/games_banner.gif);
}
#logo-resources {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/resources_banner.gif);
}
#logo-fanart {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/fanart_banner.gif);
}

#logo-fanfiction {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: url(images/fanfiction_banner.gif);
}

#logo-admin {
	width: 100%;
	font-size: 68px;
	color: white;
	letter-spacing: -2;
	text-align: right;
	font-weight: bold;
	letter-spacing: -2px;
	background: #191970;
}
/* END LOGO SECTION */

/* STANDARD STYLES */
p,h1,h2,h3,pre,form {
	margin: 0px 25px 10px 25px;
}

p {
	text-align: justify;
}	

h1 {
	font-size:14px;
	padding-top:5px;
	}
	
h2 {
	font-size:12px;
	padding-top:5px;
}

h3 {
	font-size: 11px;
	font-style: italic;
	display: inline;
}

pre {
	font-size: 11px;
	color: blue
}

/* Link styles */
a {
	color: Navy;
	text-decoration: none
}

a:hover{
	color: #4169E1;
	text-decoration: underline;
}

/* Paragraph Styles */
p.clear {
	clear: both;
	text-align: right;
}

p.greek {
	color: #555
}

p.entry_date {
	background : #ccc;
	color : black;
	padding-bottom : 1px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 1px;
	text-align : right;
	font-weight : bold;
	border-bottom: 1px solid black;
	clear: both;
}

p.posted_by {
	font-size: 11px;
	font-style: italic;
}

div.contentfloatedright {
	float: right;
	width: 78%;
}

/* Image Styles */
img {
	border:1px solid black;
	margin-bottom: 1px;
}

img.floatright {
	float: right;
	margin-left: 3px;
	margin-bottom: 5px;
}
img.floatleft {
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
}

img.icon {
	float: left;
	border: 0;
	margin-right: 3px;
}
img.displayblock {
	display: block;
	margin-right: 5px;
}

img.noborder {
	border: 0;
}

img.center {
	margin-left: auto;
	margin-right: auto;
}
/* List Styles */
ul, ol {
	margin-right: 25px;
	list-style-position : outside;
}

li {
	margin-bottom: 10px;
	margin-left: 15px;
}

/* CHARACTER BIOS */
div.bio {
	float: left;
	text-align: center;
	width: 100px;
	height: 150px;
	margin-left: 25px;
}

div.bio p {
	text-align: center;
	margin: 0px;
}

/* Fan art */
div.art {
	float: left;
	text-align: center;
	width: 110px;
	height: 300px;
	margin-left: 25px;
}

div.art p {
	text-align: center;
	margin: 0px;
}

div.art img {
	border: 1px solid black;
	width: 105px;
}

/* Game Details Page */
div.ratingsbox {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	padding: 2px;
	color: black;
	background: silver;
	border: 1px dotted black;
	text-align: center;
	width: 200px;
}

div.ratingsbox a {
	font-size: 20px;
}

div.ratingsbox span.rating {
	font-size: 24px;
	font-weight: bold;
}

div.downloadbox {
	float: right;
	margin-right: 30px;
	margin-top: 5px;
	padding: 2px;
	color: black;
	background: white;
	text-align: left;
	clear: right;
}

div.ratingsbox hr {
	width: 198px;
}
/* form styles */
input {
		background-color: white;
		color:black;
		font-size: 11px;
		/*border: 1px solid black;*/
		border-left: 1px solid #666666;
		border-top: 1px solid #666666;
		border-right: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
		width:200px;
		font-family : Arial, Helvetica, sans-serif;
		padding-left:3px;
		display: block;
	}
		
	select {
		background-color: white;
		color:black;
		font-size: 11px;
		font-family : Arial, Helvetica, sans-serif;
		padding-left:3px;
		display: inline;
		border-left: 1px solid #666666;
		border-top: 1px solid #666666;
		border-right: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
	}
	
	textarea {
		background-color: white;
		border-left: 1px solid #666666;
		border-top: 1px solid #666666;
		border-right: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
		color:black;
		height:100px;
		width:300px;
		font-size:11px;
		font-family : Arial, Helvetica, sans-serif;
		padding-left:3px;
	}
	
	input.button {
		background-color:#cccccc;
		color:black;
		font-size: 11px;
		width:100px;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #DEDEDE;
		border-top: 1px solid #DEDEDE;
	}

	input.checkbox {
		background-color: white;
		border: 0px solid White;
		width:30px;
	}
	
	input.radiobutton {
		background-color: white;
		border: 0px solid White;
		width:30px;
	}	
	
	input.file {
		width:300px;
	}