/* CSS Document */

html  {
	height: 100%;
	}

body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	height: 100%;
	text-align: center;
	}

#container {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #053247;
	}	
	
.demoContent  {
	background-image: url(../images/demoPopup_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	}
	
.demoHeader  {
	padding: 10px 0px 0px 0px;
	}

.demoFlash  {
	clear: both;
	padding-top: 10px;
	}
	
.demoText  {
	text-align: left;
	padding: 10px 0px 0px 5px;
	}	
	
.profileContainer  {
	width: 562px;
	}
	
.profileTopLeft  {
	width: 244px;
	height: 142px;
	float: left;
	}
	
.profileTopRight  {
	width: 318px;
	height: 142px;
	float: right;
	}
	
.profileBottomLeft  {
	float: left;
	}
	
.profileBottomRight  {
	float: right;
	background-image: url(../images/profiles/profilePopup_bg.gif);
	background-repeat: repeat-x;
	height: 277px;
	width: 247px;
	}
	
.profileBottomRightContent  {
	padding: 35px 10px 0px 10px;
	text-align: left;
	}