/* CSS Document */
body {
	font-family:sans-serif;
	font-size:12px;
	color:white;
	background:black;
}

p { 
	font-size:12px;
	margin: 0px 50px 20px 50px;
	line-height: 1.3em;
}

h3 {
	font-size:18px;
	font-weight: bold;
	color: #F1D670;
	margin: 30px 50px 20px 50px;
}
h4 {
	font-size:12px;
	font-weight: bold;
	color:white;
	margin: 30px 50px 20px 50px;
}

img { border:0; }
#gallery img { padding-left:15px; }

a {
	text-decoration: none;
	}
a:link {
	color: #F1D670;
	}
a:visited {
	color: #BCA445;
	}
a:active {
	color: #227F09;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
#logo img {z-index:1;}
#logo p { margin-top: -36px; margin-left: 102px; }
p#nav { float:right; padding-top:15px; }
p#footer { margin-top: -20px; }
