html, body
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	behavior: url(http://www.ffotaku.com/csshover.htc);
}

body
{
	background-color: #333333;
	text-align: center;
}

a
{
	color:#1c1c1c;
	text-decoration: none;
} 

a:hover, a:active
{
	text-decoration: underline;
}

table
{
	width: 570px;
	background-color: #cfcfcf;
}

td
{
	background-color: #afafaf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th
{
	background-color: #cfcfcf;
	text-align: left;
	font-size: 10pt;
}

hr
{
	clear: both;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	border-left: 0;
	border-right: 0;
}

ul
{
	margin: 0 auto;
}

h1
{
	font-size: 16pt;
	border-bottom: 1px solid #999999;
	clear: both;
}

h2
{
	font-size: 14pt;
	color: #333333;
	margin: 0;
	clear: both;
}

h3
{
	font-size: 13pt;
	color: #666666;
	margin: 0;
	clear: both;
}

#page_width
{
	margin: 25px auto;
	width: 810px;
	text-align: left;
	background-color: #8e8e8e;
	background-image: url(http://www.ffotaku.com/images/bg-color.gif);
	background-repeat: repeat-y;
}

#header
{
	background-color: #8e8e8e;
	padding: 10px;
	clear: both;
}

#footer
{
	height: 50px;
	background-color: #8e8e8e;
	clear: both;
}

#wrapper
{
	clear: both;
}

#left_column
{
	width: 200px;
	float: left;
	clear: left;
	background-color: #8e8e8e;

}

#main_column
{
	width: 600px;
	margin-right: 10px;
	background-color: #bfbfbf;
	float: right;
	clear: right;
}

#content
{
	margin: 0 15px;
	text-align: left;
	width: 570px;
	background-color: #bfbfbf;
	clear: both;
}

#navigation li
{
	background-color: #a3a3a3;
	margin: 5px;
	margin-left: 10px;
	height: 22px;
}

#navigation li:hover, #navigation li:active
{
	background-color: #b1b1b1;
	background-image: url(http://www.ffotaku.com/images/cursor.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#navigation li a
{
	padding-left: 25px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation_title
{
	text-align: center;
	line-height: 25px;
	background-color: #bfbfbf;
	height: 25px;
	margin-left: 10px;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(http://www.ffotaku.com/images/navigation_title.gif);
}

#eye_candy
{
	margin: 15px;
	clear: both;
}

#eye_candy table, #eye_candy td
{
	background-color: #bfbfbf;
}

#chocobo
{
	height: 250px;
	margin-right: 10px;
	background-image: url(http://www.ffotaku.com/images/chocobo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	clear: both;
}

#copyright
{
	float: right;
	clear: right;
	font-size: 14pt;
	line-height: 50px;
	width: 610px;
}

#buttons
{
	float: left;
	clear: left;
	width: 200px;
	text-align: center;
	margin-top: 10px;
}

#buttons img
{
	width: 88px;
	height: 31px;
	border: 0;
}

#buttons a img
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#buttons a:hover img, #buttons a:active img
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.news
{
	clear: both;
}

.news_category
{
	float: left;
	clear: left;
	width: 100px;
	padding-bottom: 10px;
}

.news_info
{
	font-size: 8pt;
	font-weight: bold;
}

.news_content
{
	float: right;
	clear: right;
	width: 465px;
	padding-bottom: 10px;
}

.profile
{
	clear: both;
}

.profile_picture
{
	float: left;
	clear: left;
	width: 100px;
	padding-bottom: 10px;
}

.profile_content
{
	float: right;
	clear: right;
	width: 465px;
	padding-bottom: 10px;
}

.thumbnails
{
	text-align: center;
}

.thumbnails img
{
	margin: 5px;
}