*	{ margin:0; padding:0; }
html	{ height: 100%; }
body { overflow:hidden;/*Needed to eliminate scrollbars*/ background:#FFF; /*padding-top: 20px;*/ font-family: "Helvetica", "Arial", Helvetica, Arial, sans-serif, "Verdana"; color: #FFF; font-size: 12px; height:100%; }

#content{ margin: 0px auto; width: 100%; top: 0; z-index: 3; position: absolute; }

#contentframe{ z-index: 100; position: absolute; overflow: hidden; height: 46px; width: 100%; background: url("../images/homeTopBar.png") 0 0 repeat-x; }

#mainNav	{ display: block; }

ul.navigation	{ display: block; position: relative; color: white; z-index: 200; width: 744px;  margin-left: auto; margin-right: auto; margin-top: -1px; }
ul.navigation li.links	{ display: block; float: left; color: #0d48a9; font-size: 14px; list-style: none; }
ul.navigation li.links a	{ display: block; float: left; color: #0d48a9; text-decoration: none; text-transform: uppercase; padding: 15px 10px 9px 10px; }
ul.navigation li.links a:hover	{ color: #E86F00; }
ul.navigation li.links a.active	{ background: url("http://whit10.tv/wp-content/themes/an-ordinary-theme/images/homeTopBarHover.png") 0 1px repeat-x; color: #FFF; }
ul.navigation li.whit	{ font-size: 16px; margin: 0 10px 0 0; padding: 13px 10px 6px 10px; }


/*
#mainNav	{ display: block; margin-left: auto; margin-right: auto; margin-top: -1px; padding-right: 40px; }
.navigation	{ display: block; position: relative; color: white; z-index: 200; width: 744px;  margin: 0 auto; }
.links	{ display: block; float: left; color: #0d48a9; font-size: 14px; list-style: none; text-decoration: none; text-transform: uppercase; padding: 15px 10px 9px 10px; }
.links a	{ display: block; float: left; color: #0d48a9; text-decoration: none; }
.links a:hover	{ color: #E86F00; }
.links a.active	{ background: url("/images/hometopbarhover.png") 0 0 repeat-x; }
*/


#leftcolumn {
	width: 117px;
	float: left;
	display:inline-block;
	overflow:hidden;
}

#rightcolumn {
	width: 78%;
	float: right;
	display:inline-block;
	overflow:hidden;
}

#rightcolumn ul li {
	list-style-position: outside;
	list-style-type: circle;
	line-height: 20px;
	margin-left: 15px;
}

#rightcolumn ul {
	padding-bottom: 10px;
}

#rightcolumn span.tabel {
	display: inline-block;
	width: 200px;
}

#g2{
	height: auto;
	width: auto;
	float: left;
	z-index: 2;
}

#slidecounter{
	float:left;
	color:#4F4F4F;
	font:50px "Helvetica Neue", Arial, sans-serif;
	font-weight:bold;
	margin:18px 20px;	
}
#slidecaption{
	overflow: hidden;
	float:right;
	color:#008ac9;
	font-size: 20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	bottom: 20px;
	right: 40px;
	position: absolute;
}
/*Supersized Stamp*/
.stamp{
	float: left;
	position: top;
	margin: 0;
	height: 20%;
	width: 20%;
}
/*Supersize Plugin Styles*/
#navigation{
	background: url('../images/navbg.gif') no-repeat;
	float: right;
	margin:22px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	background-image: url('../images/ajax-loader.gif');
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

.clear {
	clear:both;
}