body, html {
	margin: 5px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	color: #0000ff;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: underline;
	background-color: #ffff00;
}


#main {
	width: 600px; vertical-align: top; font-size: 13px;
	background-image: url(bg.gif);
	border: none;
}

.photo_description {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px; font-weight: normal; font-style: italic;
	color: #666666;
	margin: 10px 0 5px 0;
}

.footer {
	font-size: 10px;
	text-align: center
}

.footer a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Arial, Tahoma, sans-serif;
	font-weight: normal; letter-spacing: -1px;
	text-align: center;
}

h1 {
	font-size:28px;
	margin: 10px 0 10px 0;
	letter-spacing: -2px;
}

h2 {
	font-size:26px;
	margin: 15px 0 5px 0;
}

h3 {
	font-size:22px;
	line-height: 20px;
	margin: 15px 0 15px 0;
}

h4 {
	font-size:18px;
	margin: 15px 0 5px 0;

}




