/* Used for pages containing mostly pictures 

2007-Sep-28, created by Steve Rose
*/
body {
	text-align: center;
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #ffe;
	background: #333;
	padding: 0 5%;
}
#wrapper {
	text-align: left;
	background: #666;
	border-top: 10px solid #8B3051;
	border-bottom: 10px solid #085E80;
	margin: 0px auto 40px;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #F1EBCF;
}
#header h1{
	font-size: 1.5em;
	color: #F1EBCF;
	margin: 20px 0px; 
}
#header h1 a{
	text-decoration: none;
	color: #F1EBCF;
}
#header a:hover{
	text-decoration: underline;
}
#header h2{
	font-size: 1.8em;
	margin: 30px 0px; 
}
#header p{
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
}
#content {
	text-align: center;
	padding: 0 0 60px;
}
#content p{
	color: #ffc;
	margin: 10px 0 30px
}
#content img{
	display: block;
	background: #F1EBCF;
	border: 1px solid #ccc;
	border-color: #fff #333 #333 #fff;
	border-width: 0px 1px 1px 0px;
	margin: 40px auto 0; padding: 5px;
}

