@charset "utf-8";
/* CSS Document */

body
{
	margin:0em;
}

#wrapper
{
	width:616px;
	margin:auto;	
}

#navigation
{
	width:616px;
	height:36px;
	background-image:url(../images/layout/navigation.png);
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:0.9em;
}

#navigation a
{
	color:#FFF;
	text-decoration:none;
}

#navigation a:hover
{
	color:#09f;
	text-decoration:none;
}

	#navigation_content
	{padding-top:6px;}

#header
{
	width:616px;
	height:149px;
	text-align:center;
	float:left;
	margin-top:26px;
}

#content
{
	width:616px;
	float:left;
	margin-top:26px;
}

#content a
{
	text-decoration:none;
	font-weight:600;
	color:#272727;
}

#content a:hover
{
	text-decoration:none;
	font-weight:600;
	color:#09F;
}


	#content_fp
	{
		width:381px;
		height:63px;
		text-align:center;
	}
	
#footer
{
	width:616px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	font-variant:normal;
	padding-top:60px;

}


#footer_content
{
	text-align:center;
}
#footer a
{
	color:#000;
	text-decoration:none;
}

#footer a:hover
{
	color:#09F;
	text-decoration:none;
}

.floatright
{
	float:right;
}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#272727;
	letter-spacing:0.05em;
}
	
p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#272727;
	text-align:justify;
	letter-spacing:0.05em;
	line-height:1.2em;
}

.table
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#272727;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1.2em;
}

.table_row
{
	background-color:#CCC;
}

.table_cell
{
	font-size:0.5em;
	letter-spacing:0.05em;
}

.left
{
	float:left;
	width:308px;
}

.right
{
	float:right;
	width:308px;
}
