@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica Neue;
	color: #CCC;
	height: 100%;
}
#header { 
	background-image: url(images/header-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 14px;
}
#header a { 
	color: #FFF;
	text-decoration: none;
}
#header a:hover { 
	color: #FFF;
	text-decoration: underline;
}
#header-content a { 
	color: #FFF;
	text-decoration: none;
}
#main-image { 
	background-image: url(images/main-image.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#content { 
	font-size: 12px;
	text-align:left;
}
#content h1 { 
	font-size: 18px;
	font-family: Georgia;
	font-style: normal;
	text-align: left;
	color: #FFF;
}
#content h2 { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
#content h3 { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ff0000;
}
#content h4 { 
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffcc00;
}
#content a { 
	color: #ffcc00;
	text-decoration: none;
}
#content a:hover { 
	color: #ffcc00;
	text-decoration: underline;
}
#content img { 
	margin: 0px 20px 10px 20px;
}
#content img-pdf { 
	margin: 0px 0px 0px 0px;
}
#FlickrImages {
	float:left;
}
#FlickrImages ul, li {
    float:left;
    margin: 0 5px 5px 0;
	list-style-type: none;
}
#FlickrImages img {
    width:80px;
	height:80px;
	border-style:solid;
	border-width:1px;
}
#footer { 
	background-image: url(images/footer-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 9px;
}
#footer a { 
	color: #FFF;
	text-decoration: none;
}
#footer a:hover { 
	color: #FFF;
	text-decoration: underline;
}