html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	vertical-align : baseline;
	background : transparent;
}
ol, ul {
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
a img {
	border: none;
}
strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
body {
	background: url(../images/layout/bg.png) 0 0 repeat-x #ccc;
	font: 12px/16px Helvetica, Arial, sans-serif;
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #666;
}
p {
	padding: 0 0 10px;
}
h2 {
	padding: 6px 0 10px 0;
	font: bold 16px/22px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color: #333;
}
.left {
	float: left;
	margin: 5px 16px 5px 0;
}
.right {
	float: right;
	margin: 5px 0 5px 16px;
}
#outerWrapper {
	overflow: hidden;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 135px;
	background: url(../images/layout/reflection.jpg) center 431px no-repeat transparent;
}
#contentWrapper {
	position: relative;
	overflow: hidden;
	width: 558px;
	height: 278px;
	margin: 140px auto 0;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border-bottom: 0 none;
}
#content {
	position: relative;
	overflow: hidden;
	width: 558px;
	height: 278px;
	background: url(../images/layout/content-bg.gif) repeat-x 0 0 #eee;
}
#scrollWrapper {
	position: relative;
	width: 9999px;
}
.section {
	position: relative;
	float: left;
	margin-right: 50px;
	width: 538px;
	height: 253px;
	padding: 0 10px 25px;
}
#Menu {
	position: absolute;
	bottom: 0;
	left: 183px;
	overflow: hidden;
	z-index: 100;
	clear: both;
	width: 172px;
	height: 90px;
	padding: 10px 0 4px 10px;
	text-align: center;
}
#home {
	padding: 65px 10px 25px;
	height: 188px;
}
#home h1 {
	position: relative;
	margin: 0;
	padding: 30px 0 0;
	font: normal 36px/52px "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
}
#home h3 {
	font: normal 14px/18px Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
}
