		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		
		div.domtab{
			width: 590px;
		}
		ul.domtabs{
			float:left;
			width:590px;
			margin-top: 35px;
			border-bottom: 1px solid #000;
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:8em;
			padding:.2em 1em;
			display:block;
			background:url(images/tabs/tab_default.png);
			color:#ccc;
			font-weight:bold;
			text-decoration:none;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			min-height:3em;
		}
		
		ul.domtabs a:hover{
			background: url(images/tabs/tab_hover.png);
		}
		div.domtab div{
			float:left;
			width:590px;
			color:#000;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background: url(images/tabs/tab_hover.png);
			color:#fff;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		
		
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}

#tabbottom {
	clear:both;
	width:590px;
	height:15px;
	background:url(images/tabs/tab_bottom.png);
}

/* Featured Article Styling */

#feattabcontent{
	width:590px;
	background:url(images/tabs/tab_content_bg.png);
	}
	
#featstuff {
	width:570px;
	padding-top:10px;
	margin-left:10px;
	}
	
#featstuff a:hover {
	color:#000;
	}
	

.feattitle {
	float:none;
	text-align: center;
	font-size:30px;
	color: #891a1e;
	text-transform:uppercase;
	}
	
#feattabthumb {
	width:250px;
	height:250px;
	margin-right:10px;
	float:left;
	}
	
.featcontinue {
	float:right;
	text-align:right;
	}
	
/* END Featured Article Styling */


/* Featured Video Styling */

#featvid {
	width:590px;
	background:url(images/tabs/tab_content_bg.png);
	}
	
#featvidcontent {
	width:570px;
	margin-left: 10px;
	padding-top: 10px;
	}
	
/* END Featured Video Styling */


/* Most Popular Posts */

#featpop {
	width:590px;
	background:url(images/tabs/tab_content_bg.png);
	}
	
#featpopcontent {
	width:570px;
	margin-left: 10px;
	padding-top: 10px;
	}
	
#featpopcontent a:hover {
	color:#000;
	}
	
/* END Most Popular Posts */


/* Most Popular Posts */

#aboutauthor {
	width:590px;
	background:url(images/tabs/tab_content_bg.png);
	}
	
#aboutauthorstuff {
	width:570px;
	padding-top:10px;
	margin-left:10px;
	}
	
#authorthumb {
	width:250px;
	height:200px;
	margin-right:10px;
	float:left;
	background:url(images/tabs/authorpic.jpg);
	}
	
