/* css reset code from http://rikrikrik.com/log/css-reset/ */

*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

html {
	font: normal normal normal 1em/1.5em Georgia, serif;
}

body {
	background-color: #D1E1F8;
	text-align: center;
	background: #D1E1F8 url(images/bkg.gif) repeat-y center top;
}

a {
	color: #494F5A;
}

a:hover {
	color: red;
}

#site {
	width: 760px;
	padding-top: 2em;
	text-align: left;
	margin: 0 auto;
}

h1 {
	font-size: 4em;
	color: red;
}

#navigation {
	background: white url(images/navbkg.gif) no-repeat center center;
	height: 40px;
	text-align: center;
	margin: 20px 0;
	font-size: 22px;
}

#navigation li {
	position: relative;
	top: 6px;
	margin: 0px 20px;
	display: inline;
}

#navigation li a {
	text-decoration: none;
}

h2 {
	font-size: 28px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #494F5A;
	clear: both;
}

.imagelist {
	clear: both;
}

.imagelist li {
	float: left;
	margin: 10px;
}

#footer {
	font-size: 14px;
	margin-top: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
	border-top: 1px solid #5A5349;
	border-bottom: 1px solid #5A5349;
}

p+p {
	text-indent: 1.5em;
}