@charset "utf-8";
/* CSS Document */
/* Document Designed and Published by Redforge Innovatives . Copying or reproducing is strictly prohibited.*/
.body
{
	background: #E41448;
	width : 100%;
	font-family:Verdana, Geneva, sans-serif;
}
.head
{
	background-color:#00C;
	color:#FFF;
	font-size: 22px;
	width: 355px;
	height: 40px; 
	padding-top: 5px;
	padding-left:25px;
	position:relative;
	left: 150px;
	top: 20px;
}
.fbody
{
	font-family:Verdana, Geneva, sans-serif;
	top: 15px;
	position:relative;
	margin-left: auto;
	margin-right:auto; 
	width: 70%;
	background-color:#FFF;
	padding-top: 10px;
	padding-bottom: 10px; 
	padding-right: 10px;
	padding-left: 30px;
	font-size: 10px;
}
#left1
{
	padding-left: 100px;
	position: relative;
	left:100px;
}
#left2
{
	padding-left: 200px;
}
.footer
{
	poaition: relative;
	position:relative;
	margin-left: auto;
	margin-right:auto; 
	width: 80%;
	height: 70px;
	padding-top:2px;
	text-align:center;
	background-color:#00C;
	color:#FFF;
}