body { 
	margin:0; 
	padding:0; 
	background: url(../images/body_rep.gif) repeat center top;
	text-align: left;
}

input, textarea, p, li {
	font-family: 'Actor', Verdana; 
	font-size: 14px; 
	line-height: 20px;
}

#content {
	display: table;
	width: 90%;
	max-width:1100px;
	min-width: 960px;
	margin: 0px auto;
	font-size: 14px;
}

#backgd {
	display: block;
	background-color: #e6e4e0;	
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	
	-moz-box-shadow: 2px 2px 12px #000000;
	-webkit-box-shadow: 2px 2px 12px #000000;
	box-shadow: 2px 2px 12px #000000;
}

#col1 {
	display: table;
	float: left;
	width: 238px;
}
#col2 {
	display: table;
	width: auto;
	float: right;
	margin: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Istok Web', Verdana;
	font-size: 18px;
	color: #006699;
	line-height: 20px;
}



#content .block{
	display: block;
	background:url(../images/block_bg.png) repeat-x #333333;
	width:100%;
	color:#f6f6f6;
	width: 218px;
	padding:10px;
	border-bottom-left-radius: 6px;
}

#content .block li {
	color:#fff;
	line-height: 21px;
	margin-top: 8px;
}

#content .block a{ color:#7bcbfa}
#content .blockA a{ color:#ffffff}

#navbarbox {
	display: table;
	background-color: #333;
	width: 100%;
	background-image: url(../images/navbarbackground.png);
	background-repeat: repeat-x;
	height: 50px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #ffffff;
	font-family: 'Abel', Verdana, Arial;
	font-size: 16px;
	padding-top: 15px;
	text-align: center;
	-moz-box-shadow: 2px 2px 12px #000000;
	-webkit-box-shadow: 2px 2px 12px #000000;
	box-shadow: 2px 2px 12px #000000;
	text-shadow: 1px 1px 6px #000000;
	}
	
#navbarbox a, #footer a {
	color: #ffffff;
	text-decoration: none;
}
#navbarbox a:hover, #footer a:hover {
	color: #F90;
	text-decoration: underline;
}
#header {
	display: block;
	height: 224px;	
	width: 90%;
	margin: 0px auto;
}
p {
	font-family: 'Actor', Verdana;
	font-size: 14px;
}



.block ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Actor', Verdana;
	font-size: 16px;
	text-align: left;
	margin-top: 18px;
	color:#000000;
	line-height: 24px;
}
.block ul li{ 
	background:url(../images/list-bullets.png) no-repeat; 
	padding-left:21px; 
	padding-right: 8px; 
}
.block ul li a { color:#069; text-decoration: none;}
.block ul li a:hover{ text-decoration:underline;}

#content td a{ 
color:#069;
text-decoration: none;
font-family: 'Actor', Verdana;
}
#content td a:hover{ text-decoration:underline; }

/*footer*/

#footer {
	display: table;
	background-color: #333;
	width: 100%;
	background-image: url(../images/navbarbackground.png);
	background-repeat: repeat-x;
	height: 50px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #ffffff;
	font-family: 'Abel', Verdana, Arial;
	font-size: 16px;
	padding-top: 15px;
	text-align: center;
	-moz-box-shadow: 2px 2px 12px #000000;
	-webkit-box-shadow: 2px 2px 12px #000000;
	box-shadow: 2px 2px 12px #000000;
	text-shadow: 1px 1px 6px #000000;
	margin-top: 10px;
	background-position: -20px;
}


#inthenews {
	text-align: center;
}
#industrysummit {
	 color:#fff;
	 text-align:left;
	 padding-left:20px;
	 padding-right:20px;
	 margin-bottom:8px;
	 font-size:14px;
	 line-height:21px;
	 padding-top: 8px;
	 margin-top: 0px;
}

#content #backgd .tubpress_single_video {
    float: none;
    text-align: center;
}
