body
{
	margin: 10px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 100.01%;
	background: #999;
	text-align: center;
}

#site-container
{
	width: 995px;
	margin: auto;
	text-align: left;
	background: #fff;
}

#header-box
{
	background: url(../img/header-bg.png) repeat-x;
}

#header
{
	height: 90px;
	padding-right: 20px;
	background: url(../img/head_logo_main.png) 180px 0 no-repeat;
}

#left-box
{
	float: left;
	width: 180px;
	background: url(../img/nav-bg.png) repeat-y;
}

#menu-box
{
	padding: 20px 0;
	margin: 0;
	list-style: none;
}

#menu-box a
{
	display: block;
	padding: 3px 0 4px 20px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a:hover
{
	text-decoration: underline !important;
}

a img {

	border: 0;
}

#content
{
	padding: 10px 30px 20px 0;
	margin-left: 200px;
	min-height: 400px;
	background: url(../img/main-bg.png) center center fixed no-repeat;
}
.pTable {
	width: 100%;
	border: none;
	text-align: center;
}
.pTable td {
	border: 3px solid #fff;
	padding: 6px;
	
}
.pTable .hRow {
	background: #e9e9e9;
}
