@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- Page layout */

body {
	family: Verdana;
	font-size: 1em;
}
a {
	color: #0000cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 100px;
	background-image: url('../img/headerbg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#content {
	margin: 2em;
	padding: 0.4em;
	color: #000000;
	margin-top: 0em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
}
p {
	margin-left: 0.4em;
	font-size: 0.8em;
	margin-bottom: 0.8em;
	line-height: 1.6em;
}
table {
	margin-left: 1.2em;
	font-size: 0.8em;
	line-height: 2em;
}
