html, body {
	margin:  0;
	padding:  0;
	background-color:  rgb(62,62,62);
	font-family:  arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:  rgb(240,167,40);
}

h1 {
	margin-left:  auto;
	margin-right:  auto;
	width:  715px;
	padding-left: 27px;
	margin-top:  30px;
	padding-top: 20px;
	height: 110px;
	color: rgb(255, 255, 255);
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

h1 span.phpa {
	font-size: 18px;
}

h1 span.edition {
	font-size: 16px;
}

h2 {
	width:  512px;
	height:  20px;
	background-image:  url(../images/nav_bg.jpg);
	margin-left:  auto;
	margin-right:  auto;
	text-align:  center;
	text-transform:  lowercase;
	font-size:  14px;
	line-height:  20px;
	color:  rgb(255, 255, 255);
}

h3 {
	font-size:  12px;
	font-weight:  bold;
	padding-bottom:  0;
	margin-bottom:  -10px;
}

dt {
	margin-top:  1em;
	margin-bottom:  1em;
	text-decoration:  underline;
}

dd {
	list-style: circle outside;
	display:  list-item;
}

img {
	border:  0px;
}

#content {
	width:  554px;
	margin-top:  -22px;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom:  0;
	background-image:  url(../images/bg.jpg);
	padding-right:  196px;
	padding-top:  20px;
	padding-bottom:  10px;
}

#content p, #content table, #content ul, #content ol, #content dl, #content h3 {
	width:  512px;
	margin-left:  auto;
	margin-right:  auto;
}

#content table p {
	width: auto;
}

div#other {
	width:  160px;
	color:  black;
	font-size:  10px;
	float:  right;
	margin-right:  -180px;
	margin-top:  -260px;
	z-index:  10000;
}

div#callout {
	position:  absolute;
	top:  75px;
}

div#legal, div#legal a {
	color:  rgb(255, 255, 255);
	width:  20%;
	margin-left:  auto;
	margin-right:  auto;
	padding-top:  30px;
	padding-bottom:  30px;
}

#footer {
	clear:  both;
	width:  100%;
	min-height: 300px;
	margin-left:  auto;
	margin-right:  auto;
	margin-top:  -10px;
	margin-bottom:  0px;
	padding-bottom:  10px;
	background-color: rgb(240, 167, 40);
	text-align:  center;
}