body
{
	background-image:url(../images/p_background.gif); 
	margin-top: 20px;
	
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#frame
{
	width:768px;
	background:#ffffff;
	border:1px solid #31319C;
	
	margin:auto;
	overflow:visible;
	text-align:left;
}

#navigator
{
	position:relative;
	left:0px;
	top:0px;
	height:70px;
	width:100%;
	background:transparent;
	border:none;
}

#navigatorline
{
	position:relative;
	left:0px;
	top:0px;
	height:5px;
	width:100%;
	background:#31319C;
	border:none;
}

#content
{
	position:relative;
	left:0px;
	top:0px;
	min-height:600px;
	height:auto;
	_height: 600px;
	
	width:728px;
	background:transparent;
	border:none;
	
	padding:20px
}
 
#footer
{
	position:relative;
	left:0px;
	top:0px;
	height:30px;
	width:100%;
	background:transparent;
	border:none;
	
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#31319C;
}

