html { 
	background: #3f3f3f url(background.jpg) top no-repeat fixed; 
	margin-left:auto;
	margin-right:auto;
	}
body { background: transparent none; }
#siteHeader { background-image: url(siteHeader.jpg);
	position: fixed;
	top: 30px;
	z-index: 1000;
	width:940px;
	}
	
#siteContainer2 #topNav {
	position: fixed;
	top: 180px;
	z-index: 1000;
	}
	
#pageContentContainer {	margin-top: 200px; 	}

#accountNav {
	position: fixed;
	top: 0;
	width: 940px;
	z-index:1000;
	}

/* Single Column Thumbnails */
.customColumn {	float:left; }

.customColumn a:link { 
	width:210px;
	height:128px; 
	float:left; 
	margin:0px;
	border:3px solid #e11804;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px; 
}

.customColumn a:hover { 
	background-color:red;
	opacity:.75;
	filter:alpha(opacity=75);
	width:213px;
	height:129px; 
	float:left;
	margin:-3px; 
	border:3px solid #e11804;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
	
/* Two Column Thumbnails */
.customColumn2 { float:left; }

.customColumn2 a:link { 
	width:104px;
	height:63px; 
	float:left; 
	margin:0px;
	border:3px solid #e11804;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.customColumn2 a:hover { 
	background-color:red;
	opacity:.75;
	filter:alpha(opacity=75);
	width:106px;
	height:65px; 
	float:left;
	margin-bottom:-2px; 
	border:3px solid #e11804;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}	

.customColumn2 .pageElement { margin: 10px 5px 0 0; }
	
.layout_classic .newsSlideShow-headline {
	color: rgba(255,255,255,0.75);
	padding-bottom: 0;
	width: 100%; }

.layout_classic .newsSlideShow-headline h1 {
	background: url(http://app.assets3.ngin.com/app_images/utils/black-75.png?1328761233);
	background: rgba(0,0,0,0.5);
	padding: 1% 1%; }

.layout_classic .newsSlideShow-headline h1 a {
	height: auto;
	overflow: hidden; }

.layout_classic .newsSlideShow-headline p {
	background: rgba(0,0,0,0.75);
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	padding: 0% 0%;
	position: absolute;
	text-align: left; }
	
.newsSlideShow-thumbnails {
	bottom: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
	position: absolute !important;
	right: 0;
	text-align: right;
	z-index: 3; }
	
.layout_classic .newsSlideShow-headline p span {
	float: right;
	padding-right: 44em; }	

.layout_classic .newsSlideShow-more {
	line-height: 160%;
	position: absolute !important;
	left: 10%;
	top: .4em; }
	
.header-name {font-size: 10px;} 
.header-screen-name {font-size: 14px;}