@CHARSET "UTF-8";
html  {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#ffffff;
	font-family: arial;
	font-size:10pt;
}

body {
	margin:0px;
	padding:0px;
	width: 100%;
	height: 100%;
}	
#outterWrapper {
	scroll center top;	
}	


#mainWrapper {
	width: 760px;
	margin:0px auto;
	background-color: #ffffff;
}


#header {
	height: 100px;
	background-image: url(../img/layout/header/headerLogo.jpg);
	background-repeat: no-repeat;

}



#footer {
	color: #cccccc;
	font-size: 12px;
	font-family: arial;
	background-color: #036;
	height: 100px;
	/*border-bottom: 1px solid black;*/
	decoration: none;
	height: 50px;
	text-align: center;
	clear: left;

}
#footer a	{
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
#footer a:hover	{
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
	color: #000000;
}