#content {
	/* float: left; padding-left: 5px; padding-top: 5px; width: 790px; */
}


/* NEWS CLASSES */
.news_header {
	font-size: 15px;
	font-weight: bold;
}
	
.author {
	font-size: 10px;
	font-style: italic;
}
	
.source {
	font-size: 10px;
}

.ff_header {
	font-size: 25px;
	font-weight: bold;
}

input.news_textbox {
	width: 108px;
	font-family: trebuchet ms, arial, serif;
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	border: 2px solid #C4B8AF;
	color: #FFFFFF;
	background-color: #423736;
}
	
input.news_submit {
	width: 49px;
	font-family: trebuchet ms, arial, serif;
	font-size: 10px;
	line-height: 14px;
	border: 2px solid #C4B8AF;
	color: #FFFFFF;
	background-color: #423736;
}
	
input.mail_textbox {
	width: 90px;
	margin: 0px 0px 0px 15px;
	font-family: trebuchet ms, arial, serif;
	font-size: 12px;
	text-align: center;
	border: 1px solid #C4B8AF;
	color: #FFFFFF;
	background-color: #423736;
}
	
input.mail_submit {
	font-family: trebuchet ms, arial, serif;
	font-size: 10px;
	text-align: center;
	border: 2px solid #C4B8AF;
	color: #FFFFFF;
	background-color: #423736;
}

/* evil span styles */
span.yellow { color: #FFFF00; }
span.green { color: #00FF00; }
span.blue { color: #1E90FF; }
span.red { color: #FF0000; }
/* ^NEWS CLASSES */


/* COMMON STYLES (including content styles) */
.bold { font-weight: bold; }
.italics { font-style: italic; }
.underline { text-decoration: underline; }
.strike { text-decoration: line-through; }

div.center { text-align: center; }
	
div.hr1 { border: 1px solid #CAAF81; }
	
	/* Content Elements */
	div.content_infobox {
		padding: 5px;
		font-family: trebuchet ms, arial, serif;
		font-size: 11px;
		border: 2px solid #546F89;
		background-color: #1E3C5A;
	}
	
	select.content_menu {
		margin: 0px auto 0px auto;
		font-family: trebuchet ms, arial, serif;
		font-size: 12px;
		color: #546F89;
		background-color: #100C08;
	}
	
	table.content_infotable {
		width: 100%;
		padding: 0px;
		margin: 0px 0px 0px 0px;
		border-width: 0px;
		background-color: #546F89;
	}
	
	td.content_titlerow {
		height: 27px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		background-color: #1E3C5A;
	}
	
	td.content_headerrow {
		height: 28px;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		color: #FFFFFF;
		background-color: #1E3C5A
	}
	
	tr.content_row {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
		background-color: #000000
	}

	th.content_row {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
		background-color: #000000
	}
	
	td.content_rowheader {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: #1E3C5A;
	}

	th.content_rowheader {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: #1E3C5A;
	}
/* ^COMMON STYLES (including content styles) */

/* VAGRANT STORY SECTION */
.puzzle {
	border: thin solid rgb(202,175,129);
	float: right;
	margin: 0px 10px;
}
/* ^VAGRANT STORY SECTION */


/* ADVERTISEMENT CRAP */
#bannerad {
	position: absolute;
	top: 175px;
	left: 539px;
}

#contentad {
	margin: 0px 0px 0px 0px;
	float: right;
	padding: 5px 0px 5px 15px;
}
/* ^ADVERTISEMENT CRAP */
