/*  --- General --- */
body {
	background:url(images/bkg.gif) #8a0e0f;
	background-repeat:repeat-x;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;

}

.nav {
	text-align:center;
}

.footer{
	font-size:11px;
	text-align:center;
}

hr {
	width: 100%;
	color:#FFFFFF;
}
p {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.4em;
	padding:0 15px 0 15px;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#d7d9d8;
	font-size:230%;
	font-weight:bold;
	text-align:center;
}
h2 {
	color:#f6f6f4;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}


/*  --- Links --- */
a {
	text-decoration:none;
	color: #FFFFFF; 
}

a:hover{
	background-color: #50050B;
}

/*  --- Tables --- */
#tableoutside {
	width: 1010px;
	background:url(images/bluebg.jpg) #003D6B;
	border: solid 1px #808080;
	margin-left:auto;
	margin-right:auto;
}

#tablehome {
	width: 769px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #ffffff;
}


/*  --- Images and Photos --- */
.photos {
	border: solid 2px #ffffff;
}

.mphotos_left {
	border: solid 2px #ffffff;
	margin: 0px 10px 0px 10px;
	float:right;  /* aligns photos in the left column to the right */
}

.mphotos_right {
	border: solid 2px #ffffff;
	margin: 0px 10px 0px 10px;
	float:left;  /* aligns photos in the right column to the left */
}

.header img {
	border:0px;
}


