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


body
{
	background-color:#185eac;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#545454;
	font-size:14px;
	line-height:21px;
	margin:0px;
	padding:0px;
}


#container
{
	position:relative;
	margin:0px auto;
	width:758px;
	border-left:solid 4px #f8ab1c;
	border-right:solid 4px #f8ab1c;
	border-bottom:solid 4px #f8ab1c;
	background-color:#FFFFFF;
}

#header
{
	display:block;
	width:758px;
	height:239px;
	background-image:url(/images/fblanding/top.gif);
	background-repeat:no-repeat;
	
}

	.mainAd
	{
		float:right;
		padding:10px 15px 5px 0px;
		text-align:center;
	}
	
		.mainAd img
		{
			display:block;			
			border:none;
		}
		
h1
{
	margin:0px;
	padding:0px;
	height:34px;
	font-size:24px;
	line-height:34px;
	background-color:#185eac;
	color:#FFFFFF;
	text-indent:12px;
	margin:0px 15px;
	clear:both;
}

a
{
	display:block;
	font-size:12px;
	color:#185eac;
	text-decoration:none;
	padding:4px 0px 0px 0px;
}

p
{
	margin:0px 0px 15px 0px;
}

#leftCol
{
	float:left;
	width:331px;
	padding:25px 34px 0px 38px;
}

#rightCol
{
	float:right;
	width:340px;
	padding:25px 15px 0px 0px;
}

	#rightCol .smallAd
	{
		float:left;
		padding:0px 0px 20px 10px;
		text-align:center;
	}
	
		#rightCol .smallAd img
		{
			display:block;
			border:none;
		}
		
#contest
{
	display:block;
	margin:0px 15px;
}

.clear
		{
			display: block;
			overflow: hidden;
			clear: both;
			height: 1px;
		}
