html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----END OF CSS-RESET----*/

@font-face {
	font-family: monotype;
	src: url('fonts/MTCORSVA.TTF');
	font-family: walkway;
	src: url('fonts/Walkway.TTF');
}

body {
	background: url('images/background.png');
	/*background-position: 0px;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 20px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	align: center;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	align: center;
}

b {
	font-weight: bold;
}

#wrapper {
	position: absolute;
	margin-top: 0px;
	margin-left: -480px;
	left: 50%;
	width: 960px;
	z-index: 1;
}

#header {
	width: 960px;
	height: 254px;
	background: url('images/header.png');
}

#menu {
	width: 960px;
	height: 45px;
	background-color: #68c05f;
	font-family: monotype;
	color: white;
	font-size: 26px;
	text-shadow: 0.2em 0.2em 0.1em black;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu ul {
	list-style-type:none;
	padding-top: 6px;
}

#menu li {
	display: inline;
	margin-left: 90px;
}

#content {
	width: 960px;
	min-height: 400px;
	background: rgba(255, 255, 255, 0.75);
}

#context {
	padding: 15px;
	/*font-family: walkway;
	letter-spacing: 2px;*/
}

.indent {
	margin-left: 30px;
}

.gallery-item {
	height: 130px;
	margin: 5px;
	clip:rect(0, 0, 10px, 20px);
}

#footer {
	width: 960px;
	height: 55px;
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
}

#footerline {
	width: 960px;
	height: 14px;
	background-color: #68c05f;
}