body { 
	margin-left: 20px;
	background-color: #ffffff;
	font: .7em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode"; 
	color: #003974;
	text-align: left;
	}
	
#container {
	position:absolute;
	left:auto;
	top:0px;
	width:853px;
	height:857px;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:238px;
	height:173px;
}

#header {
	position:absolute;
	left:238px;
	top:0px;
	width:615px;
	height:93px;
}

#main {
	position:absolute;
	left:238px;
	top:93px;
	width:615px;
	height:249px;
	background: url(../images/main.jpg) no-repeat;
}

#nav2 {
	margin: 211px 10px 20px 350px;
}

#strap {
	position:absolute;
	left:0px;
	top:173px;
	width:238px;
	height:84px;
	background: url(../images/strap.jpg) no-repeat;
}

#nav {
	position:absolute;
	left:0px;
	top:257px;
	width:238px;
	height: 100%;
}

#content {
	position:absolute;
	left:238px;
	top:352px;
	width:530px;
	height:100%;
	margin-left: 20px;
	background: url(#) no-repeat;
}


/* ROLLOVERS */

.rollover_1 {
	display: block;
	width: 238px;
	height: 87px;
	background: url(../images/nav1.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_1:link, a.rollover_1:visited, a.rollover_1:active {
	background: url(../images/nav1.jpg) no-repeat;
	}
a.rollover_1:hover {
	background-position: -238px 0;
	}

.rollover_2 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav2.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_2:link, a.rollover_2:visited, a.rollover_2:active {
	background: url(../images/nav2.jpg) no-repeat;
	}
a.rollover_2:hover {
	background-position: -238px 0;
	}

.rollover_3 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav3.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_3:link, a.rollover_3:visited, a.rollover_3:active {
	background: url(../images/nav3.jpg) no-repeat;
	}
a.rollover_3:hover {
	background-position: -238px 0;
	}

.rollover_3b {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav3b.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_3b:link, a.rollover_3b:visited, a.rollover_3b:active {
	background: url(../images/nav3b.jpg) no-repeat;
	}
a.rollover_3b:hover {
	background-position: -238px 0;
	}
	
.rollover_4 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav4.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_4:link, a.rollover_4:visited, a.rollover_4:active {
	background: url(../images/nav4.jpg) no-repeat;
	}
a.rollover_4:hover {
	background-position: -238px 0;
	}

.rollover_5 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav5.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_5:link, a.rollover_5:visited, a.rollover_5:active {
	background: url(../images/nav5.jpg) no-repeat;
	}
a.rollover_5:hover {
	background-position: -238px 0;
	}

.rollover_6 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav6.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_6:link, a.rollover_6:visited, a.rollover_6:active {
	background: url(../images/nav6.jpg) no-repeat;
	}
a.rollover_6:hover {
	background-position: -238px 0;
	}

.rollover_7 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav7.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_7:link, a.rollover_7:visited, a.rollover_7:active {
	background: url(../images/nav7.jpg) no-repeat;
	}
a.rollover_7:hover {
	background-position: -238px 0;
	}

.rollover_8 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav8.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_8:link, a.rollover_8:visited, a.rollover_8:active {
	background: url(../images/nav8.jpg) no-repeat;
	}
a.rollover_8:hover {
	background-position: -238px 0;
	}

.rollover_9 {
	display: block;
	width: 238px;
	height: 79px;
	background: url(../images/nav9.jpg) no-repeat;
	text-indent: -9999px;
	margin-bottom: -20px;
	}
a.rollover_9:link, a.rollover_9:visited, a.rollover_9:active {
	background: url(../images/nav9.jpg) no-repeat;
	}
a.rollover_9:hover {
	background-position: -238px 0;
	}

/* MISC */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 10px 0;
	}
	
.footer	{
	color: #c1c1c1; 
	text-align: left;
	margin: 20px 0 20px 0;
	}
	
a:link, a:visited, a:active	{
	color: #003974; 
	font-weight: bold; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
	
#nav2 a:link, #nav2 a:visited, #nav2 a:active	{
	color: #ffffff; 
	font-weight: normal; 
	text-decoration: none;
	margin-right: 12px;
	}

#nav2 a:hover {
	text-decoration: underline;
	}

.footer a:link, .footer a:visited, .footer a:active	{
	color: #c1c1c1; 
	font-weight: normal; 
	text-decoration: none;
	}

.footer a:hover {
	color: #003974;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}
	
.left {
	text-align: left;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
img {
	border:0;
	}
	
h1 + p {
	font-weight: bold;
}
