﻿html, body, form
{
	margin:0px;
	padding:0px;
	font: 12px arial;
	line-height:1.7;
}
body
{	
	color:#555555;
}
img
{
	margin:0px;
	border:0px;
}
a
{
	outline: none;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.mainBlock
{	
	width:750px;
	margin:0 auto 0 auto;
}


#header
{
	background-image:url(/public/images/home/mainTopBg.jpg);
	background-repeat:repeat-x;	
	height:200px;
}
.headerTitle
{
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	padding-top:20px;
}


#body
{
	text-align:center;
}


#footer
{
	background-image:url(/public/images/home/footerBg.jpg);
	background-repeat:repeat-x;
	margin: 50px 0 0 0;
	padding-top: 30px;
	text-align:center;
	font-size:12px;
	height:93px;
}
#footer a
{
	color:#555555;
	margin-left:10px;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
