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

body {
	font:100% Verdana, Arial, Helvetica, sans-serif;
	background-color:black;
	margin:0;
	padding:0;
}
#container {
	width:1024px;
	margin:0 auto;
	background-color:#ffc;
	overflow:hidden;
}
#header {
	width:100%;
	height:auto;
	border-bottom:2px solid #000;
}
#content {
	background-color:#ffc;
	width:824px;
	border-left:200px solid #9cf; /*the width and colour of the navbar - idea from article by Alan Pearce A List Apart*/
	margin-left:-200px; /* with a tip of the hat to Ryan Brill */
	float:right;
	padding:4px;
}
#content a {
	text-decoration:underline;
	font-weight:bolder;
	color:red;
}
#content a:hover {
	color:green;
}
#footer {
	width:100%;
	height:30px;
	background-color:#0F6;
	clear:both;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
	border-top:3px solid #000;
}
#extlinks {
	background-color:#9cf;
	width:192px;
	height:auto;
	float:left;
	display:inline-block;
}
#extlinks a {
	display:block;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bolder;
	color:#ff3;
}
#extlinks a:hover {
	color:black;
	border-left:12px solid black;
}
#mainNav {
	background-color:#9cf;
	width:192px;
	height:auto;
	float:left;
	display:inline-block;
}
#mainNav a {
	display:block;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bolder;
	color:#ff3;
}
#mainNav a:hover {
	color:black;
	border-left:12px solid black;
}
h1 {
	font-weight:bold;
	font-size:120%;
	color:#000000;
}
h2 {
	font-weight:bold;
	font-size:110%;
}
h4 {
	font-weight:bold;
	font-size:100%;
	padding:10px;
}
p {
	font-size:1em;
	line-height:1.3em;
	text-align:justify;
	padding:5px 0 0 0;
}
table {
	text-align:left;
	margin:0 auto;
	vertical-align:top;
}
#full_gallery {
	background-color:#ffc;
	margin:15px 10px 15px 10px;
	padding:10px;
}
#full_gallery tr {
	vertical-align:top;
}
#full_gallery p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:16px;
}
#full_gallery td {
	background-color:#ffc;
	width:25%;
	height:auto;
	padding:10px;
}
#full_gallery img {
	margin-bottom:10px;
}
#full_gallery h1 {
	font-family:arial, sans-serif;
	letter-spacing:.1em;
	font-weight:normal;
	padding:16px 0px 5px 0px;
	margin:0px 0px 12px 0px;
	font-size:200%;
}
#full_gallery h2 {
	text-align:center;
	text-decoration:none;
}
.photo {
	margin:0 auto;
	background-color:#ffffff;
	border:1px dotted #000000;
	margin-top:10px;
	padding:2%;
	-moz-box-shadow:10px 10px 10px #b0b2b2;
	-webkit-box-shadow:10px 10px 10px #b0b2b2;
	box-shadow:10px 10px 10px #b0b2b2;
}
span .line {
	display: none;
}
section {
	padding: 10px 10px 0 10px;
}

