/******
Default settigns
******/
body{
	font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
	background: #e9e9e9;
}

#wrapper{
	width: 960px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background: url(../images/allbg.jpg) repeat;
}

h4{
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	letter-spacing: 1px;
}

h5{
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	letter-spacing: 1px;
}

h3{
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px;	
	font-weight: bold;
	text-transform: uppercase;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,table,address,fieldset{
	margin-bottom:10px;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}

.clear15{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height: 15px;
}

.clearfix{
	display:inline-block;
}

* html .clearfix{
	height:1%;
}

.clearfix{
	display:block;
}

/******
Divisions
******/
.col_9, .col_7{
	display:inline;
	float:left;
	position:relative;
	margin-left:10px;
	margin-right:10px;
}

.col_9{	
	width: 520px;
}

.col_7{	
	width: 400px;
}

/*Index*/
.bio img{
	float: left;
	margin: 0 10px 10px 0;
	border: none;
}

.bio a{
	float: left;
	margin-right: 50px;
	text-decoration: none;
	color: #44ba62;
}

.bio{
	margin-left: 10px;	
}

.bio a:hover{
	text-decoration: underline;
}

.vid_box{
	background: url(../images/videobg.jpg) no-repeat;
	width: 491px;
	height: 412px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 15px;
	padding: 50px 0 0 20px;
	
}

.vid_box img{
	border: 2px solid #7b7b7b;
	margin-right: 5px;
}

.col_7 .downloads{
	text-align: center;
}

.col_7 a img{
	float: right;
	margin-right: 20px;
}

.footer{
	text-align: center	
}

.downloadslinks a{
	text-decoration: underline;	
	color: #44ba62;
	font-weight: bold;
}

.top{
	background: url(../images/topbanner.jpg) no-repeat;
	height: 198px;
	width: 960px;
	
}

.lang{
	text-align: center;
	margin-bottom: 10px;
}

.lang a{
	color: #000000;
	background: #44ba62;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #000000;
}