body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	margin:0;
	padding:0;
	background:url(images/background.jpg) no-repeat #FFF;
	background-color:#FFF;
}

#logo {
	position:absolute;
	top:41px;
	left:276px;
}
#banners {
	position:absolute;
	left:320px;
	top:130px;
}
#content_wrapper {
	width:803px;
	position:absolute;
	top:197px;
	left:103px;
}
#content {
	background:#DEDFE7 url(images/Content_Bg_Top.gif) top no-repeat;
}
#content_bottom {
	background:url(images/Content_Bg_Bottom.gif) no-repeat;
	width:830px;
	height:15px;
	position:relative;
	bottom:-10px;
	clear:both;
}
#footer_wrapper {
	width:830px;
	position:relative;
	top:10px;
	clear:both;
	text-align:center;
}
#footer_wrapper A {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
#footer_wrapper A:hover {
	text-decoration:underline;
}
.box_outer {
	margin:0 1px 0 7px;	
	width:191px;
	
}
.box_header {
	padding:5px;
}	
.box_inner {
	padding:5px;
	height:220px;
}
#box_blue {
	background:#FFF url(images/content_bg_blue.gif) no-repeat;
	position:relative;
	float:left;
	top:7px;
}
#box_green {
	background:#FFF url(images/content_bg_green.gif) no-repeat;
	position:relative;
	float:left;
	top:7px;
}
#box_yellow {
	background:#FFF url(images/content_bg_yellow.gif) no-repeat;
	position:relative;
	float:left;
	top:7px;
}
#box_red {
	background:#FFF url(images/content_bg_red.gif) no-repeat;
	position:relative;
	float:left;
	top:7px;
}
#box_bottom {
	height:10px;
	background:url(images/content_bottom_1.gif) no-repeat;
	position:relative;
	bottom:-10px;
	z-index:100;
}
#toneTable {
	font-size:12px;
}
#toneName {
	color:#000000;
	font-weight:bold;
}
#more_info {
	background:#FFF;
	clear:both;
	margin:10px;
	padding:10px;
	position:relative;
	top:25px;
}
#jsError {
	background:#FFF;
	border:2px solid red;
	margin:5px;
	padding:5px;
	position:relative;
	z-index:999;
	height:100px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}