@charset "utf-8";
/* CSS Document */

body {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	background-color: #000000;
	
	
	
	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 */
	
	


	
}





#navigation-block3 {
	margin: 10px;
	font-size: 12px;
	float:right;
}




#logo3 {
	
	float:left;
}

#logo3 p	
{
	color: #ffff66;
	font-size: 12px;
	padding-left:15px;
	text-align: center;
}


ul
{
	list-style: none;
	font-size: .75em;
	margin: 30px 0;
	padding: 0;
}


#navigation-block3 li 
{
	display: inline;
list-style-type: none;
padding-right: 20px;
}

ul li h3
{
	color: #fff;
	background:#333 url(heading_bg.jpg) repeat-y;
	font-weight: normal;
}

ul li a
{
	color: #999;
	background:#222 url(tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul li a:hover { color: #ffff66; }
#first-container {
	width: 96%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height:50px;
	
}


#container {
	width: 96%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	/*border: 10px solid #666666;*/
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#mainContent {
clear:right;
width: 800px;
text-align:center;
padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#mainContent h1 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #ffff66;
	text-align:left;
	margin-left: 120px;
}

#mainContent p {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-left: 120px;
	
	
}

.photos {
	
	margin-left: 10px;
	width: 900px;
	
}



h1 {
	text-align: center;
}
h2 {
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	clear:both;
	position:absolute;
	bottom:4px;
	margin-left:22%;
	
}
#footer h4 {font-size:8px;}
