@charset "UTF-8";
/* CSS Document */

a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #9b705b;
}
body {
	background: #e9cfc1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
}

#container {
	width: 920px;
	margin: 0 auto;
}
#header_home {
	height: 60px;
}
#header_gallery {
	text-align: center;
	padding: 40px 0 10px;
}
#nav a {
	font-size: 18px;
	text-transform: uppercase;
}
#nav a .bigger {
	font-size: 24px;
}
#content {
	background-color: white;
	padding: 25px;
	margin-bottom: 5px;
}

td {
	text-align: center;
	vertical-align: top;
}
#content a {
	color: black;
	text-decoration: underline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: right;
}
#footer .watermark {
	float: left;
}
