*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF;
	background-image: url(../design/page_bg.gif);
	background-repeat: repeat-x;
}

#container
{
	width: 974px;
	
}

h1
{
	font-family: Times;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}



#topleftlogo
{
	top: 0px;
	left: 0px;
	float: left;
}


#topnav
{
	float: right;
	color: #000;
	font-family: Arial;
	font-size: 14px;
	width: 700px;
	height: 50px;
	display: block;
	padding: 50px 0px 0px 0px;
}


#topnav a
{
	color: #5d599c;
	text-decoration: none;
}

.navitem { padding: 0px 0px 12px 0px; }

#pipe
{
	position: relative;
	top: 10px;
}

#content
{
	padding: 0px 0px 0px 144px;
	position: absolute;
	top: 150px;
	width: 789px;
}



#content p
{
	color: #000;
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 40px 0px 0px;
}

#content h3 { padding: 20px 0px 0px 0px; }

#header
{
	width: 789px;

}

#photo
{
	border-color: #9C3;
	border-width: 1px;
}


.photo_wrap
{
	float: right;
	padding: 25px;
}


#hp_sig
{
	color: #5d599c;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 20px 0px 16px 0px;
	font-weight: lighter;
}

#hp_sig a
{
	color: #5d599c;
	text-decoration: none;
}

#copyright
{	color: #5d599c;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	width: 100%;}
	
	#footer
	{
		width: 100%;
		margin: 100px 0px 0px 0px;
		border-color: #CCC;
		border-width: 1px 0px 0px 0px;
		border-style: solid;
	}
