/* CSS Document */

body {
	padding: 0;
	background-color: #F7B80E;
	text-align: center;
	color: #555555;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#main {
	width: 600px;
	padding: 30px;
	margin: 20px auto;
	border: 1px solid #ffffff;
	background-color: #CCCCCC;
	
	}

a:link, a:visited {
	color: #CC3300;
	}

a:hover, a:active {
	color: #FF3300;
	}
		
#photos {
	margin: 2px 0 0 1px;
	white-space: nowrap;
	text-align: center;
	}
	
#photos a {
	margin: 0;
	}
	
h1 {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#photos a:link img, #photos a:visited img {
	border: 1px solid #999999;
	}

#photos a:hover img, #photos a:active img {
	border: 1px solid #ffffff;
	}

#photos p a:link, #photos p a:visited {
	color: #000033;
	}

#photos p a:hover, #photos p a:active {
	color: #ffffff;
	}
	
.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

#video {
	margin: 2px 0 0 1px;
	white-space: nowrap;
	}