@charset "UTF-8";
/* CSS Document */
body{background:#e6e6e6; margin:0 auto; text-align:center; font-family: Arial, Helvetica, sans-serif; color:#666; font-size:14px;}
.content{background:#fff; margin:0 auto; padding-top:10px; text-align:center; width:1000px; border:1px solid #ccc; border-top:none;
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	
	-moz-box-shadow: 0 4px 18px #999999;
	-webkit-box-shadow: 0 4px 18px #999999;
	-khtml-box-shadow: 0 4px 18px #999999;
	box-shadow: 0 4px 18px #999999;
	}

a{text-decoration:none; color:#ff9900;}
a:hover{text-decoration:underline;}
.red{color:#990000;}
.blue{color:#225eac;}
.orange{color:#ff9900;}

h1{font-size:2em; padding:5px; margin:0px;}

.maincontent{margin-top:50px;}

#vid{float:left; border:1px solid #ccc; margin:0px; margin-left:50px; margin-right:30px;}
#welcome{margin-bottom:30px; margin-right:0px; padding-right:0px; text-align:left;}


.footer{width:950px; margin:0 auto; margin-top:20px; margin-bottom:75px;}
.footlogo{float:right; border:none;}
.footerlinks{float:right; padding:0px; margin:0px 25px;}
.footerlinks li{display:inline; padding-left:40px;}
.footerlinks li a{color:#666; font-size:.8em;}
