	@charset "UTF-8";
/* CSS Document */

body,html {
	position:relative;
	background-color: #000;
	margin:0;
	/* [disabled]background-image:url(../images/wood.jpg); */
	background-repeat:repeat;
	
}

#container {
	/*margin:0 auto;*/
	background-image:url(../images/black40.png);
	background-repeat:repeat;
	width:100%;
	overflow: auto;
	min-height:718px;
	position: relative;
}

#logodiv {
	width: 100%;
	height: 150px;
	float: left;
	margin-left: 32px;
}

#logodiv img{
	float: left;
	position: relative;
	top: 15px;
	padding-bottom:32px;
}

#central {
	width:100%;
	height: 100%;

}

#preloader {
	background-color:#000;
	width:100%;
	padding-left: 500px;
}

.clearfloat {
	clear: both;
}

#navigation {
	float:left;
	width:500px;
	position:relative;

}

#imagearea {
	float:left;
	width:524px;
	min-height: 310px;
}

#galleryImg {
	padding-top: 15px;
}

#textarea {
	width: 510px;
	float: left;
	padding-right: 14px;
	margin-left: 500px;
}

#textarea2 {
	width: 510px;
	padding-bottom: 40px;
	padding-left: 500px;
	padding-top: 30px;
	margin-left: 500px;
}

#table {
	padding-left:500px;
	width:300px:
}

#vid_link{
	position:absolute;
	bottom: 25px;
	left: 35px;
}

#award_link{
	position:absolute;
	bottom: 90px;
	left: 35px;
}

#footer {
	width:100%;
	float: left;
	padding: 30px 0 15px 0;
	display: none;
}
	
	
