body
{
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
}
a, a:active, a:visited
{
	color: #0496cc;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h2
{
	font-size: 18px;
	margin: 6px 0 6px 17px;
	color: #0496cc;
	font-weight: normal;
}
h1
{
	font-size: 21px;
	margin: 4px 0 4px 2px;
	color: #0496cc;
	font-weight: normal;
}
p
{
	margin: 4px 2px;
}
.button, input, select, textarea, checkbox
{
	border: solid #000 1px;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
}
div#phx_container
{
	width: 720px;
	margin: 8px auto;
	text-align: left;
	color: #505050;
	overflow: hidden;
}
div#phx_header_logo
{
	width: 100%;
	height: 58px;
	background: #000 url(phoronix-media.png) no-repeat;
	border: solid #b3b3b3;
	border-width: 0 0 3px;
}
div#phx_header_links
{
	overflow: hidden;
	width: 100%;
	background: #f6f4f5;
	border: solid #FFF;
	border-width: 0 0 1px;
}
div#phx_header_links_back
{
	background: #e9e7e8;
	border: solid #FFF;
	border-width: 0 0 1px;
	padding: 0 1px 2px;
}
div#phx_header_links a
{
	float: left;
	text-align: center;
	padding: 8px 0 7px;
	display: block;
	width: 93px;
	border: solid #e9e7e8;
	border-width: 0 1px 0 0;
	color: #2f2f2f;
	font-size: 13px;
}
div#phx_header_links a:hover
{
	text-decoration: none;
	background-color: #dcdbdb;
	color: #000;
}
div#phx_header_blurb
{
	padding: 2px 0;
	border: solid #f6f6f6;
	border-width: 0 1px;
}
div#phx_header_blurb p
{
	margin: 4px 17px;
}
div#phx_header_blurb_bottom
{
	width: 100%;
	height: 20px;
	background: #FFF url(phx-head-bottom.png) no-repeat;
}
div#phx_body
{
	margin: 20px 0;
	overflow: hidden;
}
div#phx_bottom
{
	background-color: #ededed;
	color: #000;
	overflow: hidden;
	padding: 5px 4px;
	font-size: 9px;
	text-align: right;
}
div.phx_bi_left
{
	margin-left: 4%;
	width: 50%;
	float: left;
}
div.phx_bi_right
{
	margin-right: 4%;
	width: 41%;
	float: right;
}
div.phx_group
{
	overflow: hidden;
	margin: 3px 0 24px;
}
div.phx_box
{
	margin: 0 auto;
	width: 281px;
	border: solid #d4d4d4 1px;
	padding: 10px 10px 4px;
	font-size: 12px;
}
div.phx_box img
{
	border: solid #d4d4d4 1px;
}


