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

*
{
	margin: auto;
	text-align: center;
}
html
{
	background: url("../images/bkg2.gif") repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
}
body
{
	text-align: center;
	margin: auto;
}
img
{
	border-style: none;
}
#header
{
	width: 100%;
	height: 135px;
	background: url(../images/header.gif) repeat;
	overflow: hidden;
	text-align: center;
}
#header_name
{
	background: url(../images/header_name.png) no-repeat center top;
	border: none;
	text-align: center;
	width: 100%;
	height: 142px;
}
#header_info
{
	position: relative;
	top: 35px;
	left: 200px;
	text-align: left;
}
#info
{
	text-align: left;
}
#col
{
	color: #000000;
}
#main_table
{
	margin: auto;
	text-align: center;
}
.heading
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 50px;
	text-align: left;
}
#social
{
	width: 35px;
	height: 35px;
	
}
#footer
{
	color: #FFFFFF;
	font-wieght: normal;
	font-size: 10px;
	text-align: center;
}