html, body { 
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	background: #e1e1e1 url(../_media/bg_main.gif) repeat-x top left;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
p { 
	font-size: 11px;
	color: #555555; 
}

h3 {
	border-left:1px solid white;
	color: #555555; 
}
.incompatible {
	display: none;
	z-index: -1;
}
.br_clear {
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

a:link, a:visited, a:hover, a:active { 
	color: #ffffff;
	text-decoration: none;
}
#extraDiv1 span {
	position: absolute;
	top: 0px;
	display: none;
	z-index: -1;
}
#pageholder {
	position: relative;
	background: url(../_media/bg_center.gif) repeat-y top center;
   text-align: left;
	margin-left: auto;
   margin-right: auto;
	padding: 0px;
	width: 751px;
	z-index: 1;
}
#header h1 {
	position: relative;
	background: transparent url(../_media/masthead.gif) top left no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 543px;
	height: 65px;
}
#header h1 span {
	display: none;
}
#header h2 {
	position: relative;
}

#contentholder {
	position: relative;
	top: -20px;
	margin: 0px;
	padding: 0px;
	width: 543px;
}

#content h3 {
	position: relative;
	top: 0px;
	left: 1px;
	float: left;
	display: block;
	width: 195px;
	margin: 0px;
	padding: 0px;
}

#home p{
	float: left;
	vertical-align: top;	
	width: 305px;
	margin: 0px;
	padding: 10px 0 10px 20px;
	background: url(../_media/px_v_dotted.gif) repeat-y center left;
}

#text p{
	float: left;
	vertical-align: top;
	width: 305px;
	margin: 0px;
	padding: 10px 0 10px 20px;
	background: url(../_media/px_v_dotted.gif) repeat-y center left;
}

#footer {
	position: relative;
	bottom: -15px;
	background: url(../_media/foot.gif) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	display: block;
	width: 751px;
	height: 40px;
}

#copyrights {
	text-align: left;
	color: #696969;
	padding: 20px;
	font-size: 9px;
}