@charset "utf-8";
/* CSS Document */

body  {
	background: #363636;
	margin: 0;
	padding: 0;
	text-align: center;
}


#wrapper {
	width: 950px;
	background: #363636;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #999;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
#mainNav {
	background: #363636;
	margin: 0px;
	padding: 0px;
	height: 25px;
}



#mainContent {
	background: #363636;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 600px;
	float: left;
}
#logoArea {
	background: #363636;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 350px;
	float: right;
}
#logoTablet {
	background: #363636;
	margin: 45px;
	height: 260px;
	width: 260px;
}
#logoTablet img {
	display: inline;
	padding: 3px;
	height: 80px;
}


#footer {
	background: #363636;
	margin: 0px;
	padding: 0px;
	height: 100px;
	clear: both;
}
#wrapper p {
	font-family: "Swis721 Lt BT";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: "Swis721 Lt BT";
	font-size: 0.8em;
	line-height: 1em;
	color: #474747;
	text-align: center;
}
