div#body 
{
	/*Insert bg image to create outside border*/
	margin: auto;
	background-color: #fff;
	width: 640px;
	border-left: 170px; 
	border-right: 170px;
}

/* Styling for left column */

div#leftsidebar {
	float:left;
	width: 170px;
	padding-top: 2px;
	margin-left: -170px;
	position:relative;
	background-color: #fff;
}

/* Styling for central column */

div#main 
{
	float:left;
	width: 640px;
	margin-right: -500px;
}

/* Styling for right column */

div#rightsidebar 
{
	float: right;
	width: 170px;
	padding-top: 10px;
	margin-top: 30px;
	margin-right: -170px;
	position: relative;
	background-color: #fff;
}

div#rightSideBarPH 
{
	background-color: white;
	padding: 5px;
}

div#rightSidebarLowerPH ul
{
	margin: 0 0 50px -35px;
	#margin: 0px 0 85px 0px;
	_margin: 0px 0 85px 5px;
}

div#rightSidebarLowerPH li
{
	position: relative;
	background-color: #b2e6fa;
	list-style: none;
	width: 170px;
	margin-top: 2px;
}

div#rightSidebarLowerPH li a:hover
{
	background: #b2e6fa;
	color: black;
}

div#rightSidebarLowerPH li a
{
	display: block;
	background-color: #00a4cd;
	color: white;
	text-decoration: none;
	padding: 4px;
	margin-left: 5px;
}

/* Styling for intro page */

div#introtext 
{ 
	background-color: white;
	padding: 5px; 
	font-family: Verdana;	
}

img#introimage 
{ 
	float: left;
	margin: 0 10px 20px 0;
}
