/*CSS file for the F2P FAQ*/


body{
	font-size: 14px;
}

#top_menu{
	margin-bottom: -65px;
	text-align: center;
	position: relative;
	z-index: 999;
	width: 913px;
}

#main_content{
	background-image: url("images/bg_content.jpg");
	padding-top: 65px;
	margin-top: 11px;
	width: 913px;

}

#content_container{
	margin: 15px 30px 0 37px;
	padding-bottom: 50px;
	width: 738px;
}

#button{
	height: 87px;
	width: 198px;
	display: block;
	background-image: url("images/button_free.png");
	background-position: top;
	float: right;
	margin-right: 50px;
	margin-top: -20px;
}

#button:hover{
	background-position: bottom;
}

/*q and a formating*/

h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

/*feature comparison table*/

#features{
	background-image: url("images/comparison_table.png");
	height: 215px;
	width: 736px;
}

table{
	font-size: 16px;
	color: #efefef;
}

th{
	text-align: left;
	padding: 4px 30px;
}

td{
	padding: 2px 30px;
}


#footer{
	background-image: url("images/footer.png");
	width: 874px;
	margin-top: -15px;
	padding: 20px;
}

