@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	
}

img {
	border: 0;
}

a:link, a:visited {
	color: #0d4c8f;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #002b45;
	background:  url(graphics/bg.jpg) #000000 top left repeat-x;
	color: #FFFFFF;
}

#wrapper {
	width: 650px;
	margin: auto;
	background: url(graphics/page-bg.jpg) top repeat-x #000000;
}

#content {
	padding: 0 20px 20px 20px;
}

p {
	padding: 0;
	margin: 0px 0px 15px 0px;
}

h1 {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.4em;
}

#mainPhoto {
	margin: 20px 0 20px 0;
}

#footer {
	margin-top: 50px;
	text-align: center;
}

#footer a {
	margin: 50px;
}

