@charset "utf-8";
/* CSS Document */

BODY
{
	margin:0px;
	background-image:url("../images/backgroundImage.png");
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	width:100%;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
#dblLine
{
	height:3px;
	width:100%;
	background-image:url("../images/dblLine.png");
	background-repeat:repeat-x;
}
#content
{
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:left;
	clear:both;
}
#pageContainer
{
	width:100%;
	height:auto;
}


#PROFILE
{
	float:left;
	margin-right:10px;
	width:570px;
}
#PICASA
{
	width:100%;
	height:auto;
	margin-bottom:25px;
}
#imgTitle
{
	left:-30px;
	position:relative;
}
