#ranWrap
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
}
#ranTop
{
	float:left;
	background-color:black;
	width:100%;
	height:25%;	
}
#ranLeft
{
	float:left;
	width:35%;
	height:60%;
	background-color:black;
}
#ranContent
{
	position:relative;
	float:left;
	width:30%;
	height:60%;
}
#ranHeader
{
	width:100%;
	height:50px;
}
#ranHeaderLast
{
	float:left;
	width:5%;
	height:50px;
	background-image:url('../images/ranHeaderLeft.png');
	background-repeat:no-repeat;
	background-position:left;
	
}
#ranHeaderTitle
{
	padding-top:10px;
	float:left;
	width:90%;
	height:39px;
	background-color:white;
	background-image:url('../images/ranHeader.jpg');
	background-repeat:no-repeat;
	background-position:center; 
	
}
#ranHeaderNext
{
	float:left;
	width:5%;
	height:50px;
	background-image:url('../images/ranHeaderRight.png');
	background-repeat:no-repeat;
	background-position:right;
	
	
}
#ranNext
{
	height:45px;
	width:30px;
	background-image:url('../images/next.png');
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	bottom:52px;
	right:5px;
}
#ranDescription
{
	width:100%;
	height:80px;
	position:absolute;
	bottom:19px;
	left:0px;
	background-color:white;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#BBBDC0;
}
#ranDescriptionPadding
{
	padding:10px;
}
#ranFooterLeft
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:19px;
	width:50%;
	background-image:url('../images/ranFooterLeft.png');
	background-repeat:no-repeat;
	background-position:left;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#BBBDC0;
}
#ranFooterRight
{
	position:absolute;
	bottom:0px;
	right:0px;
	height:19px;
	width:50%;
	background-image:url('../images/ranFooterRight.png');
	background-repeat:no-repeat;
	background-position:right;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	border-color:#BBBDC0;
}
#ranRight
{
	float:left;
	width:35%;
	height:60%;
	background-color:black;
}
#ranBottom
{
	float:left;
	width:100%;
	height:15%;
	background-color:black;
}
div.transparent
{
	opacity: 0.70;
	-moz-opacity: 0.70; /* older Gecko-based browsers */
	filter:alpha(opacity=70); /* For IE6&7 */
}
