body
{
	margin: 0;
	padding: 0;
	background: white url('../img/bg.jpg') repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: black;
}

a
{
	text-decoration: none;
	color: #062a73;
}

h1,h2,h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 10px;
}

h1
{
	font-size: 1.6em;
}

p
{
	text-align: justify;
}

#frame
{
	width: 719px;
	margin: auto;
	background: url('../img/frame.jpg') no-repeat;
	padding: 0;
}

#header
{
	width: 719px;
	height: 103px;
	margin: auto;
	background: white url('../img/header.jpg') no-repeat;
}

#header h1,
#header h2,
#header h3
{
	display: none;
}

#menu
{
	list-style: none;
	margin: 0;
	padding: 0;

	position: absolute;
	top: 70px;
	margin-left: 200px;

	width: 487px;
	height: 23px;
	padding-top: 3px;
	padding-bottom: 6px;
	background: url('../img/menu_bg.jpg') no-repeat;

	overflow: auto;
}

#menu li
{
	font-size: 10px;
	display: inline;
	margin: 0 15px 0 10px;
}

#menu ul
{
	display: none;
}

#sidebar
{
	float: left;
	width: 157px;
	padding: 0;
	margin: 0;
	margin-left: 16px !important;
	margin-left: 8px;
	background: url('../img/menu_mid.jpg') repeat-y;
	text-align: left;
	font-size: 0.8em;
}

#sidebar .phi_title
{
	border-bottom: 1px solid #ccc;
}

#briefs
{
	background: url('../img/menu_bottom.jpg') no-repeat 0 100%;
	border-bottom: 1px solid white; /* fixes firefox positioning bug */
	padding: 0 15px 30px 5px;
}

#left,
#right
{
	width: 245px;
}

#left
{
	float: left;
}

#right
{
	margin-left: 264px;
}

#main2
{
	width: 514px;
	float: left;
}

#content
{
	text-align: left;
	margin-left: 180px;
	margin-right: 25px;
}

#footer
{
	clear: both;
	margin: auto;
	font-size: 10px;
}
