/*
	Layout styles for revamped ProDev site. -Tom 28/08/2008
*/
body
{
	background: #111;
	color: #eee;
	margin: 0;
	padding: 0;
}
div#head
{
	height: 205px;
	background: url('images/head_background.png') 0 0 repeat-x;
	position: relative;
}
div#head img
{
	border: 0 none;
}
div#head h1#title
{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 20px;
	top: 10px;
}
div#head div#number
{
	position: absolute;
	right: 5px;
	bottom: 30px;
}
div#head div#woman
{
	position: absolute;
	right: 60px;
	top: 5px;
}
table#body
{
	background: #212121;
	border-collapse: collapse;
	clear: both;
	width: 100%;
}
table#body td.trick
{
	height: 1px;
	vertical-align: top;
}
table#body td#left
{
	padding: 7px 10px 10px 10px;
	width: 200px;
	vertical-align: top;
}
table#body td#center
{
	background-image: url('images/body_background.png');
	background-repeat: repeat-x;
	padding: 10px;
	vertical-align: top;
}
table#body td#right
{
	background: #212121;
	padding: 7px 10px 10px 10px;
	width: 200px;
	vertical-align: top;
}

table#body td#center
{
}
table#body td#center p.breadcrumb
{
	margin: 0;
	padding: 2px 5px;
}
table#body td#center p.breadcrumb a
{
	font-weight: bold;
}
table#body td#center p.legal
{
	text-align: center;
}
table#body td#center p.legal.copyright img
{
	vertical-align: middle;
}


.user.area h2
{
	margin-top: 1.5em;
	margin-bottom: -0.5em;
}
* html .user.area p,
* html .user.area table
{
	position: relative;
}


/**
 * Google ad styles.
 */
div.google_left
	{ width: 120px; margin: 10px auto; }
div.google_right
	{ width: 120px; margin: 10px auto; }
div.google_main_top
	{ width: 468px; margin: 10px auto; }
div.google_main_bottom
	{ width: 468px; margin: 10px auto; }
