@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D1D0CE;
	background-image: url(filler.png);
}
#wrapper {
	width: 850px;
	min-height: 2000px;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25;
	margin-left: auto;
	padding-bottom: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #999;
	clear: none;
	visibility: inherit;
	box-shadow: 6px 6px 10px #333;
	-moz-box-shadow: 6px 6px 10px #333;
	-webkit-box-shadow: 6px 6px 10px #333;
	-ms-box-shadow: 6px 6px 10px #333;
	-o-box-shadow: 6px 6px 10px #333;
}
#banner{
	width: 850px;
	height:auto;
	
	
	}

/*#nav {
	width: 850px;
	height: 25px; 
	background-color:#999;
	} */

section.text{
	display:block;
	padding-bottom: 10px;
	background-color:#FFF;
}

section.video{
width: auto;
height: 300px;
	display:block;
	padding-bottom: 10px;
	background-color:#FFF;
}

section.images{
width: 650px;
height: auto;
	display:block;
	padding-bottom: 10px;
	/*background-color:#D1D0CE;
	border: 3px solid #000;*/
	overflow: hidden;
}

.article{
display:block;
	padding: 10px;
	background-color:#FFF;	
}
#aside {
	float: left;
	width: 150px;
	min-height: 500px;
	background-color: #FFF;
	padding-top: 20px;
}
#content {
	float: right;
	height: 1775px;
	width: 655px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
	overflow-y: scroll;
	overflow-x: none;
}
#copyright {
	width: 850px;
	height: 30px;
	/*background-color: #FFF;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	text-align:center;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000;
}
a:hover {
	color: #03F;
}
a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


h1,h2,h3,h4,h5,h6 {
	font-family: ARIAL, HELVETICA, SANS-SERIF;		
}
	
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h6 {
	font-size: 10px;
	color: #999999;
}

.title_link{
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.multimedia {
	float: left;
	height: 240px;
	width: 600px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #333;
}
.image {
	margin: 10px;
	float: left;
	width: 247px;
}

canvas {
	background-color: #333;
	padding: 10px;
	
	}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #666;
	height: 700px;
	width: 600px;
	margin-top: 15px;
	margin-right: 20px;
	border: thin solid #eee;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
}
#textHolder {
	padding: 0px;
	height: 417px;
	width: 450px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
#contactBox {
	padding: 10px;
	height: 600px;
	width: 550px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;	
}
