#main-content 
{
	
	
}

/*********************** Images *********************************/

#main-pic
{
	width: 898px;
	height: 239px;
	margin:0;
	padding:0;
	float:left;
	
}

#shade-top
{
	width: 898px;
	height: 5px;
	margin:0;
	padding:0;
	position:relative;
	font-size:0.1px;
	background-image: url(../../../Resources/img/opaque-line.png);
}

#shade-bottom
{
	width: 898px;
	height: 36px;
	margin:0;
	padding:0;
	position:relative;
	top:198px;
	text-align:center;
	background-image: url(../../../Resources/img/opaque-bar.png);	
}

#shade-caption
{
	position:relative;
	top:6px;
	text-transform:none;
	font-size:16px;
	font-family: verdana, 'trebuchet ms', helvetica, sans-serif;
	
	
}

/**************************** Content ******************************************/
 
#main
{
	width:898px;
	height:203px;
	margin:0;
	padding:0;
}


#left-content
{
	float:left;
	width:286px;
	height:203px;
	
}

#left-content-text
{
	position:relative;
	top:22px;	
	left:110px;
	font-family:Tahoma 'trebuchet ms',helvetica,sans-serif;
	font-size:25px;
	text-transform:lowercase;
	width:160px;
	height:203px;
	color:#999999;
	text-align:right;

}

#left-content-list
{
	position:relative;
	top:40px;
	left:50px;
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size:25px;
	width:200px;
	height:203px;
	color:#999999;
	text-align:left;
}

#right-content
{
	width:594px;
	height:203px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	position:relative;
	
}

#separator
{
	float:left;
	width:18px;
	height:203px;
	background-image: url(../../../Resources/img/separator.png);
}

.content-links
{
	text-decoration:none;
	color:#c0c0c0;
}

.content-links:hover
{
	text-decoration:underline;
}

#hidden-images
{
	visibility:hidden;
}


#text-fade-top
{
	position: absolute;
	height: 26px;
	width:553px;
	top:0; left:0;
	z-index:300;
}

#text-fade-bottom
{
	position: absolute;	
	height: 26px;
	width:553px;
	bottom:0; left:0;
	z-index:300;
}


