body
	{
		background-image: url(/images/bgGradient.gif); 
		background-repeat: repeat-x; 
		background-color: #606579; 
		margin: 0; 
		font-family: Helvetica, Arial, Helvetica, Sans Serif; 
		font-size: 75%;
	}

body p, li, h1, h2, h3, h4, h5
	{
		color: white;
	}


#frame
	{
		width: 750px; 
		margin-left: auto; 
		margin-right: auto;
	}

#head
	{
		
	}

#nav
	{
		background-image: url(/images/navBG.gif); 
		background-repeat: no-repeat; 
		margin: 0;
		padding: 0;
		height: 30px;
	}

#nav ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

#nav ul li
	{
		padding: 0;
		margin: 0;
		display: inline;
		/* padding-left: 20px;  */
		padding:16px 10px 0px 20px;
	}


#nav ul li a
	{
		display: inline;
		text-decoration: none;
		color: white;
		margin: 0;
		padding: 6px;
		position: relative;
		top: -6px;
		background-image: url(/images/navBtnMid.gif);
		background-position: bottom;
	}

#nav ul li a:hover
	{
		
	}

#nav ul li a.nav2
	{
		background-image: url(/images/navBtnMid2.gif);
		color: black;
		/* font-weight: bold;  */
	}


#contentFrame
	{
		float: left;
		width: 728px;
		background-color: #2b314c; 
		border-left: 1px solid white; 
		border-right: 1px solid white; 
		padding: 0 10px 10px 10px;
	}

#contentFrame p
	{
		color: white;
	}

#contentFrame a
	{
		color: white;
	}

#contentLeft
	{
		float: left;
		padding: 0 15px 15px 15px;
		width: 325px;
		border-right: 1px solid white;
	}

#contentRight
	{
		float: right;
		background-image: url(/images/logoLargeWM.gif);
		background-repeat: no-repeat;
		width: 350px;
		height: 350px;
	}

#thumbnails
	{
		padding: 0 5px 5px 5px;
		width: 650px;
/* 		border-bottom: 1px solid white;  */
	}

#contentRightPhoto
	{
		
	}

#footer
	{
		text-align: center;
		background-image: url(/images/footerBG.gif); 
		background-repeat: no-repeat; 
		padding: 10px; 
		color: white;
		margin-bottom: 3px;

	}

#footer  a
	{
		color: white;
	}

#footer ul li a:hover
	{
		color: #fff;
		background-color: #8a8fa8;
	}

.photoThumbs
	{
		padding: 5px;
		border: 1px solid #8f92ad;
		background-color: #4e536c;
	}

