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

html, body {
	/* \*/
	height:100%;
	/* hide from Mac IE 5.x */ 
	background-color: #181C25;
	margin: 0;
	padding: 0;
	border: 0;
	/* overflow-y: hidden; */
	overflow-y: auto;
    overflow-x: auto;
} 
#heading, #heading a, #heading a:visited {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#footer, #footer a, #footer a:visited {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin-bottom: 5px;
	margin-right: 5px;
}

#photo_nav{	/* Menu object */
	margin:0 auto;
	padding:0px;
	width:650px;
	}
	
#flashcontent{	/* Menu object */
	width:650px;
	}
	
#photo_show{	/* Menu object */
	margin:0 auto;
	padding:0px;
	margin-top: 20px;
	width:650px;
	height:500;
	}

/* Start Photo Navigation Menu CSS */

#photo_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:500px;/* Width of menu */ 	
	}
	#photo_menu li{
	margin-left:0px;	/* Space between each menu item */
	/* Don't change these four values */
	list-style-type:none;
	clear:both;
	display:inline;
	overflow:auto;
	}
	
	#photo_menu li a{	/* Text rules for the menu items */
		color:#CCCCCC;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Georgia, "Times New Roman", Times, serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:1.2em;	/* Fixed font size */
		/*font-weight:bold;*/	/* Bold font */
		/*float:left;*/
		text-align:center;
		background-color:#181C25;
		padding-left:15px;
		padding-right:15px;
		line-height:25px;	/* Height of menu links */

	}
	#photo_menu li div{
		float:left;*/

	}
	
/* End Photo Navigation Menu CSS */


