@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
      font-family: "Futura LT BT";
      src: url("styles/fonts/FUTURAL.TTF");
    }
a:focus {
	outline:none;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../images/home-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container  {
	width: 727px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainImg {
	margin-left: 19px;
}
#header {
	background-image: url(../images/transparency-2.png);
	background-repeat: repeat-y;
	margin-bottom: 2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center;
}
#header h1 {
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	height: 101px;
	width: 230px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-position: center 45px;
}
#header h1 a  {
	display: block;
	height: 51px;
	width: 230px;
	padding-top: 45px;
}
#main_nav {
	padding-bottom: 15px;
	margin-left: 12px;
}
#main_nav li {
	display: inline;
	list-style-type: none;
	font-size: 9px;
	font-family: "Futura LT BT";
	text-transform: uppercase;
}
#main_nav li a {
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-decoration: none;
	color: #999;
}
#main_nav li a.noPadLeft{
	padding-left: 0px;
}
#main_nav li a.noPadRight{
	padding-right: 0px;
	border-right-style: none;
}
#mainContent {
	background-image: url(../images/transparency-2.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-bottom: 2px;
	height: 520px;
}
#mainContent img.marTop {
	margin-top: 15px;
}
#mainContent p {
	color: #999;
	font-size: 11px;
	margin-bottom: 12px;
	display: block;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#mainContent h1{
	font-family:"Futura LT BT","Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	padding-top:200px;
	font-weight:normal;
	color:#666;
	
}
#mainContent p.marg30 {
	padding-top: 30px;
}
#footer {
	padding: 0 10px;
	background-image: url(../images/transparency-2.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Futura LT BT";
	text-transform: uppercase;
	font-size: 9px;
	color: #999;
	padding-top: 10px;
	text-align: center;
}
#footer p.small {
	font-size: 8px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 26px;
}
