@charset "utf-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
}


body {
	background-color: #FFFFFF;
}
#page {
	width: 900px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(header_branded_144x900p.gif);
	background-repeat: no-repeat;
	height: 144px;
	background-color: #FFFFFF;
	border-right-width: 0.2pt;
	border-left-width: 0.2pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CD1041;
	border-left-color: #CD1041;
	width: 900px;
	padding-left: -3px;
	margin-top: 2%;
	border-top-width: 0.2pt;
	border-top-style: solid;
	border-top-color: #CD1041;
}
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: -999px;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: -9999px;
}
#nav {
	background-color: #000000;
	height: 60px;
	border-right-width: 0.2pt;
	border-left-width: 0.2pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CD1041;
	border-left-color: #CD1041;
	width: 900px;
	margin-top: -20px;
}
#content {
	width: 900px;
	border-right-width: 0.2pt;
	border-left-width: 0.2pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CD1041;
	border-left-color: #CD1041;
	background-image: url(../flicks/clear_background.png);
	background-repeat: no-repeat;
}

#filler {
	margin-right: 40px;
	margin-left: 70px;
	font-size: 12px;
	padding-top: 30px;
}
#filler h2 {
	font-size: 14pt;
	font-weight: bold;
}
#filler h3 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}
#filler ul li {
	margin-left: 50px;
}
#filler ol li {
	margin-left: 50px;
}
#filler a {
	color: #CD1041;
	text-decoration: none;
	font-weight: bold;
}
#filler a:hover {
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline overline;
}
#filler a:visited {
	color: #CD1041;
	text-decoration: none;
	font-weight: lighter;
}


#pics {
	width: 226px;
	float: right;
	margin-right: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: small;
	padding-top: 30px;
}

#footer {
	clear: both;
	background-image: url(footer_blank.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 900px;
	border-right-width: 0.2pt;
	border-bottom-width: 0.2pt;
	border-left-width: 0.2pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CD1041;
	border-bottom-color: #CD1041;
	border-left-color: #CD1041;
	margin-bottom: 2%;
}
strong {
	color: #000;
}
#page #content #filler {
	color: #000;
}
#page #content #filler p {
	color: #000;
}

