body {
	font-family: Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.content {
	background: #fffddc;
	color: inherit;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	color: #000000;
	background-color: #000000;
	width: 600px;
	height: 175px;
	text-align: center;
	float:left;
	border-bottom:2px solid #fffddc;
}

#footer {
	font-size: smaller;
	float: none;
	width: 800px;
	text-align: center;
	background-color:#9b6b2e;
	color:#ffffff;
	padding: 0px 0px 15px 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: inherit;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	background-color: inherit;
}


#advert
	{
	width:160px;
	height:600px;
	border-top:15px solid #fffddc;
	background-color:#fffddc;
	float:right;
	display:inline;
	padding:0px 10px 0px 30px;
	}

.advertisement
	{
	}

.newsscroll
	{
	background-color:#000000;
	width:200px;
	height:205px;
	font-size:10px;
	font-family:verdana;
	color:#ffffff;
	float:right;
	}

.navigation
	{
	width:600px;
	background-color:#9B6B2E;
	height:28px;
	float:left;
	font-size:13px;
	display:block;
	text-align:left;
	text-decoration:none;
	}


.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #ffffff;
	background-color: #9B6B2E;
	font-weight:bold;
	display:block;
	height:20px;
	padding:3px 0px 0px 0px;
	border-top:5px solid #d2a469;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #aabb88;
	font-weight:bold;
	display:block;
	height:20px;
	border-top:5px solid #c9d6ae;
}

iframe {
	height:350px;
	width:590px;
	border:none;
	overflow-x: false;
	}

.left {
	border-right:2px solid #fffddc;
}

.middle {
	border-right:2px solid #fffddc;
	}

img, .transparent {
	border: 0px none;
}

img.transparent {
	behavior: url("/stylesheets/pngbehavior.htc"); 
}



/************************\ 
|  Page Specific Things  |
\************************/

/* News Posts */

#rightbar {
	display: inline;
	float: right;
	width: 200px;
	height: auto;
	background-color:#aabb88;
	font-size:10px;
}

.newest
	{
	background-color:#aabb88;
	font-family:arial;
	font-size:12px;
	width:190px;
	color:#482a04;
	text-align:left;
	padding:5px;
	}

.title
	{
	diplay:block
	height:30px;
	background-color:inherit;
	color:#482a04;
	border-bottom:2px solid #482a04;
	width:150px;
	font-size:20px;
	font-weight:bold;
	padding:10px 0px 2px 0px;
	}

.something1
	{
	width:100px;
	font-size:12px;
	float:left;
	}

.motto
	{
	width:100px;
	font-size:12px;
	font-weight:bold;
	color:#808080;
	}

.text2
	{
	color:#482a04;
	float:right;
	width:190px;
	font-size:12px;
	height:auto;
	padding:10px 0px 10px 0px;
	}

.time
	{
	color:#808080;
	padding:10px 0px 2px 0px;
	font-size:12px;
	font-weight:bold;
	}

#news {
	clear: left;
	float: left;
	display: inline;
	height: auto;
	width: 600px;
	background-color:#fffddc;
}

.newspost {

}

.newspost .postbody {
	line-height: 1.3em;
	color:#000000;
	padding: 0px 10px 10px 10px;
	font-size:12px;
}


#about
	{
	width:590px;
	clear:left;
	float:left;
	display:inline;
	height:auto;
	background-color:#fffddc;
	}

.header
	{
	font-family: verdana;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:10px 0px 10px 0px;
	}

.postbody {
	line-height: 1.3em;
	color:#000000;
	padding: 0px 10px 10px 10px;
	font-size:14px;
}


.postbody a:link, .postbody a:visited {
	text-decoration: none;
	color: #ff0000;
	background-color: inherit;
}

.postbody a:hover, .postbody a:active {
	text-decoration: underline;
	color: #ff0000;
	background-color: inherit;
}

.postimage {
	line-height: 1.3em;
	color:#000000;
	padding: 0px 10px 10px 10px;
	font-size:9px;
	text-align:center;
}

.postimage a:link, .postimage a:visited {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}

.postimage a:hover, .postimage a:active {
	text-decoration: none;
	color: #ff0000;
	background-color: inherit;
}

.subpost {
	padding: 0px 20px 0px 20px;
}

/* 404 page */

#ERROR404
{
	clear: both;
	height: auto;
	color: inherit;
	padding-bottom: 10px;
	background-color: #092655;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#ERROR404 #ERROR404header
{
	color: inherit;
	padding: 3px 0px 3px 0px;
	background-color: #494949;
	border: 1px solid #F9A906;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* Other */


