
/* CSS Document */

body { font-family:Arial, Helvetica, Verdana, Tahoma, sans-serif;
 
margin:0;
padding:0;
border: 0;
outline: 0;
font-size: 100%;

background: transparent;
background-color:#f7f7f7}

body {
	line-height: 1;
}

html, div, span,head,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, font, img,
small, strong, ol, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;



 }
 
.container {
width: 885px;  
margin: 0 auto;   
 }  


/*------header styles-----*/
#header
{
	margin:auto;
	margin-top:40px;
	height:50px;
	}

/*------content styles-----*/	
#content
{
	padding:50px 44px;
}
.text
{
	text-align:center;
	margin-top:60px;
	padding-bottom:40px;
}
.text h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#555555;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:2px;
	margin-top:60px;
	}