@charset "UTF-8";
/*-------------------------------forces browsers to ignore the own default padding & margin*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 15px;
	background-color: #666;
	text-align: center;
	
}
#wrapper {
	position:relative;
	width:900;
	margin:0 auto;
	text-align:left;
}

#header{
	text-align:center;
}
/* CSS Document */

h2 {
	color: #069;
	border-left-style: solid;
	border-left-color: #06C;
	border-left-width: 11px;
	font-size: 11px;
	padding-left: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

#CompanyName {
	text-align:center;
	font:"Helvetica Neue", Helvetica, verdana, sans-serif;
	font-size:10px
	color:#CCC;
}

#footer {
	font-family: "Helvetica Neue", Helvetica, verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:center;
}

