/* generated by csscreator.com */

html,
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(design/web_bg.png);
}

#pagewidth {
	width: 955px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	height: 8em;
	background-color: #FFFFFF;
}

.example {
	margin-left: 405px;
}




#leftcol {
	width: 199px;
	float: left;
	position: relative;
	display: inline;
	height: 800px;
	background-image: url(design/left-pane.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}

#twocols {
	width: 957px;
	float: left;
	position: relative;
}

#rightcol {
	width: 199px;
	float: left;
	position: relative;
	display: inline;
	height: 800px;
	background-image: url(design/rightpane.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#maincol {
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	width: 557px;
	height: 800px;
}

#maincol2 {
	background-image: url(design/video_bg.jpg);
	float: left;
	display: inline;
	position: relative;
	width: 557px;
	height: 699px;
}

#maincol3 {
	background-image: url(design/links_bg.jpg);
	float: left;
	display: inline;
	position: relative;
	width: 557px;
	height: 800px;
}

#maincolbottom {
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	width: 955px;
	height: 140px;
}

#nav {
	height: 2em;
	background-color: #EEEEEE;
	font-size: 75%;
	z-index: 2;
}

}

#nav ul,
nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	display: inline;
}

/* style the links in the nav list */
#nav a {
	display: block;
	margin: 0;
	padding: 4px 20px;
	text-decoration: none;
	font-weight: bold;
}

#nav a:link,
#nav a:visited {
	background-color: #EEEEEE;
	color: #000000;

}


#footer {
	height: 5.63em;
	padding: 14px 12px;
	clear: both;
	vertical-align: top;
	background-image: url(/footer.html);
	background-repeat: no-repeat;
}


/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */



/*printer styles*/
@media print {

	/*hide the left column when printing*/
	#leftcol {
		display: none;
	}

	/*hide the right column when printing*/
	#rightcol {
		display: none;
	}

	#twocols,
	#maincol {
		width: 100%;
		float: none;
	}
}

A:link {
	text-decoration: none;
	color: black;
}

A:visited {
	text-decoration: none;
	color: black;
}

A:active {
	text-decoration: none;
	color: black;
}

A:hover {
	text-decoration: none;
	color: black;
}