body,html
{
	margin:0px;
	padding:0px;
	background-color:#727272;
}

.CP_Container
{
	position:absolute;
	top:40px;
	left:50%;
	width:790px;
	margin-left:-395px;
	border:4px solid white;
}

.CP_Title
{
	float:left;
	width:790px;

	color:white;
	background-color:black;
}

.CP_Body
{
	float:left;
	width:790px;
	background-color:#D9D9D9;
}

.CP_Body_Zone_Text
{
	padding-top:20px;
	padding-bottom:20px;
	float:right;
	width:760px;
	color:black;
	margin-right:10px;
	font-family:Bookman;

	text-decoration:none;
}

.CP_Link
{
	float:left;
	width:790px;
	height:30px;

	color:white;
	background-color:black;
	font-family:Bookman;
	text-align:center;
}

a.siteEnterLink
{
	display:block;
	text-decoration:none;
	color:white;
}

