/* CSS Document */


body {
	margin: auto;
	width: 1000px;
	background-color: #000000;
	background-image: url(rtbthin.png); 
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #FFFFFF;
	} 

a {
	text-decoration: none;
	}

#logo img {
	border: none;
	float: left;
	margin-top: 25px;
	margin-right: 60px;
	}
	

#navigation img {
	border: none;
	background-color: none;
	padding: 10px 10px;
	margin-top: 100px;
	}  
	
	

/*-------this line marks the start of the photo gallery coding-------*/

#gallery {
width: 1000px;
height: 615px;
margin: 30px auto;
padding-top: 15px;
background-color: #000000;
border: thin solid;
}

#gallery object{ 
	width: 600px; 
	padding-top: 1px;
	padding-left: 200px;
	}

/*-------the two sections below edit the left and right gallery arrow icons-------*/

#copyright {
	border: none; 
	margin-top: -15px;
	}

#copyright p{
	margin: auto;
	width: 1000px;
}