/*  ———————————————————————————+   GLOBAL   +———   */
body {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	margin:0px;
	background-color:#0F4E90;
}
#wrapper { 
	 margin: 0 auto;
	 width: 800px;
}
hr {
	color: #fff;
	background-color: #fff;
	height: 4px;
	margin-top:35px;
}

/*  ———————————————————————————+   CONTENT   +———   */
#content { 
	 width: 800px;
	 margin: 0px 0px 0px 0px;
	 padding: 10px;
}
/*  ———————————————————————————+   H TAGS   +———   */
h1 { 
	font-family:"Georgia", Times New Roman, Times, serif;
	font-style:italic;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
/*  ———————————————————————————+   LINKS   +———   */
a {
	color:#000;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
/*  ———————————————————————————+   PHOTOS   +———   */
img.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
img.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
/*  ———————————————————————————+   NAVIGATION   +———   */
#navigation {
	color: #ffffff;
	padding-top:10px;
	height:22px;
}
#navigation a {
	color:#ffffff;
	padding:10px 35px 10px 35px;
	background-color:#9A0033;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}
#navigation a:hover {
	color:#9A0033;
	text-decoration:underline;
	background-color:#ffffff;
}
/*  ———————————————————————————+   LINK SEPERATION LINES   +———   */
.sep {
	color:#000000;
}
/*  ———————————————————————————+   FOOTER   +———   */
#navContainer { 
	 font-size: 11px;
 	 width:100%;
	 margin: 0 auto;
	 color: #333;
	 border-top:2px solid #ffffff;
	 border-bottom:2px solid #ffffff;
	 background-color:#000000;
	 text-align:center;
}
address {
	font-size:12px;
	text-align:center;
	color: #709ECF;
	font-style:normal;
}