@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
    margin: 0; padding: 0;
}

body {
	background-image: url(../images/homeBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	background-color: #FFF;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#flashHeader {
	height: 270px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#video {
	background-color: #333;
	height: 312px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 93px;
}
#footer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}
.whiteText {
	font-weight: normal;
	color: #FFF;
	padding-right: 3px;
	padding-left: 3px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.imgLink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vimeoHome {
	border: 2px solid #CC0100;
}

