/*  ———————————————————————————+   GLOBAL   +———   */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	background-color:#ffffff;
	background-image:url( "../_g/pgbg.gif" );
	background-repeat:repeat-x;
}
#wrapper { 
	 margin: 0 auto;
	 width: 800px;
}
h1, h2, h3, h4, h5, h6 {
	color:#9A0033;
}
/*  ———————————————————————————+   HEADER   +———   */
#header {
	 color: #ffffff;
	 width: 820px;
	 height: 161px;
	 background-color:#000000;
	 background-image:url( "../_g/home_header.jpg" );
	 background-repeat:no-repeat;
	 background-position:top;
}
/*  ———————————————————————————+   CONTENT   +———   */
#content { 
	 width: 800px;
	 text-align: justify;
	 color: #000000;
	 margin: 0px 0px 0px 0px;
	 padding: 10px;
}
/*  ———————————————————————————+   LINKS   +———   */
a {
	color:#0F4E90;
	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;
}