body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#a8bf44;
	margin:0px;
}
body, html {
	overflow-x:hidden;
}
a {
outline: 0;
}
a:visited {
	color:white!important;
}

#presscontainer {
	margin: 0px;
	height: 100%;
	width: 100%;
}

#contentcontainer {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color:#a8bf44;
}

#tabbed_box_1 {
	margin: 0px;
	width: 100%;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	letter-spacing:0px;
}
.tabbed_area {
	background-color:#212121;
	height: 40px;
}

ul.tabs {
	margin:0px;
	padding:0px;
}

ul.tabs li {
	list-style:none;
	display:inline;
}

ul.tabs li a {
	background: none;
	color:#a8bf44;
	text-decoration:none;
	line-height: 40px;
	padding: 13px 30px 13px 30px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

ul.tabs li a:hover {
	background-color:#2f343a;
	color:#fff;
}
ul.tabs li a.active {
	background-color:#a8bf44;
	color:#282e32;
}
.content {
	background: none;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3, #content_4 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 10px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#fff;
}
.content ul li a small {
	color:#fff;
	font-size: 9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

a:link	{
	color: #fff;
	font-weight: normal;
	text-decoration:none;
}

a:visited {
	color: #a8bf44;
	font-weight: normal;
	text-decoration:none;
} 

a:hover   {
	color:#bfe227;
	font-weight: normal;
	text-decoration:underline;
} 

a:active  {
	color: #a8bf44;
	font-weight: normal;
	text-decoration:none;
	outline: none;
}


/* Mast Head Styles
------------------------------------------------------------------------ */

#leftcolumn_magazines{
	float:left;
	color:#000000;
	width:200px;
	height: 100%;
	border-right: 1px solid;
	border-color:#849634;
	padding: 10px;
	padding-left: 8px;

}

#leftcolumn_tv{
	float:left;
	color:#000000;
	width:200px;
	height: 100%;
	border-right: 1px solid;
	border-color:#849634;
	padding: 10px;
	padding-left: 8px;

}

#leftcolumn_magazines a{
	padding: 3px 10px 3px 10px;
	font-size:11px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #849634;
}

#leftcolumn_tv a{
	padding: 3px 10px 3px 10px;
	font-size:11px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid;
	border-color: #849634;
}

#leftcolumn_magazines a:hover{
	background-color: #666666;
}

#leftcolumn_tv a:hover{
	background-color: #666666;
}



#rightcolumn_magazines{
	float:left;
	width:500px;
	min-height: 500px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 5px;
	padding-bottom: 8px;
}

#rightcolumn_tv{
	float:left;
	width:500px;
	min-height: 500px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 5px;
	padding-bottom: 8px;
}


#cvideo{
	height: 550px;
}

#centervideo{
    position:relative;
    left: 50%; 
	width: 100%;
	text-align: center;	
	margin-left: -400px; /* half of the width */
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}