@charset "UTF-8";
/* CSS Document */
body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333333;
	line-height:1.3em;	
}
p	{
	font-size:1.2em;
}
h3	{
	font-size:1.8em;
}
.button	{
	margin-top:150px;
	text-align:center;
}
.button01	{
	margin-top:100px;
	text-align:center;
}
.button	a	{
	color:#FFFFFF;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-weight:bold;
	border:thin solid #999999;
	padding:5px;
	margin: 0px;
	background-color: #000066;
}
.button	a:hover	{
	color:#0099FF;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-weight:bold;
	border:solid 1px #0099FF;
	padding:5px;
}
#wrapper	{
	width:900px;
	overflow:hidden;
	margin:100px auto 0 auto;
}
#header	{
	height:100px;
	background-image:url(../img/header01.jpg);
	background-repeat:no-repeat;
}
#content_wrapper	{
	height:320px;
	padding:15px;
	margin-top:5px;
	overflow:hidden;
	background-image:url(../img/content_wrapper01.jpg);
	background-repeat:no-repeat;
}
#left_col	{
	width:370px;
	height:290px;
	padding:15px;
	color:#000000;
	float:left;
	margin-right:20px;
	background-image:url(../img/left_col.png);
	background-repeat:no-repeat;
}
#mid_col	{
	width:150px;
	height:320px;
	float:left;
	margin-right:20px;
}
#right_col	{
	width:250px;
	height:290px;
	padding:15px;
	float:left;	
}
#footer	{
	height:50px;
	margin-top:5px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	line-height:50px;
	text-align:right;
	padding-right:15px;
	color:#FFFFFF;
}

.fc_links	{
	width:900px;
	float:left;
	text-align:right;
	line-height:50px;
}
.fc_links a	{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:10px;
	margin-right: 10px;
}
.fc_links a:hover	{
	color:#FFFF33;
