* {
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #ffffff url(img/bg.png) repeat-x;
	font-family: arial, helvetica;
	font-size: 11pt;
	margin: 0px;
	color: #333333;
}

a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 25px 0px;
	letter-spacing: -2px;
}

h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	letter-spacing: -1px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 190%;
}

td {
	vertical-align: top;
	padding-bottom: 10px;
}

img {
	border: none;
}

#wrapper {
	background: url(img/top.jpg) no-repeat center top;
	width: 1000px;
	margin: auto;
}

#menu {
	padding: 190px 0px 0px 320px;
	height: 28px;
}

#menu a {
	color: #ffffff;
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
}

#left {
	clear: both;
	float: left;
	background: url(img/graystripe.png) right top no-repeat;
	min-height: 405px;
	width: 290px;
	padding: 20px 10px 0px 0px;
}

#main {
	width: 560px;
	float: right;
	padding: 30px 100px 40px 0px;
}

#footer {
	clear: both;
	font-size: 0.8em;
	padding-left: 340px;
}

#piechart-bg {
	position: absolute;
	z-index: -10;
	bottom: 0px;
	left: 500px;
	width: 298px;
	height: 220px;
	background: url(img/piechart-bg.png) no-repeat;
}

#notepad-bg {
	position: absolute;
	z-index: -10;
	top: 300px;
	right: 0px;
	width: 196px;
	height: 319px;
	background: url(img/notepad-bg.png) no-repeat;
}