@charset "UTF-8";
body {
	
	background-image:url(images/images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #333333;

}

#header {
	width: 990px;
	height: 150px;
	}

#container { 
	width: 990px;  /* this will create a container 80% of the browser width */
	height: 800px;
	background: #000000;
	align: center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;	
}


.bodytext {
	width: 870px;
	height: auto;
	float: right;
	background-color: #000000;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	color: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding: 7px 10px 10px 10px;
	}
	
.bodytextforo {
	width: 850px;
	height: 600px;
	float: right;
	background-color: #333333;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: none;
	color: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding: 7px 10px 10px 10px;
	}
	
.bodycontent {
	width: 100%;
}

.menucontainer {
	width: 100px;
	height: auto;
	float: left;
}

#extraspace {
	width: 960px;
	float: center;
	height: auto;
}

#sponsorsad {
	color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	text-align: center;
	text-size: 8px;
	text-color: #FFFFFF;
	width: 100%;
	float: center;
	}
	
.copyright {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
	text-align: center;
	text-size: 8px;
	text-color: #FFFFFF;
	width: 100%;
	float: left;
	
}

#motioncontainer {
float: right;
}

#videoselector {
float: left;
width: 200px;

}

#showvideo {
float: right;
width: 400px; 
}


#aboutcontainer	
#contactcontainer {
height: 425px;
width: 100%;
}

#contactintro {
float: right;
padding: 10px 20px 10px 20px;
text-align: left;
}

#contactsheet {
float: right;
background-color: #333333;
padding: 10px 20px 10px 20px;
}

#sponsorcontainer {
width: 100%;
height: 425px;
float: right;
}




