* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	padding:20px;
	font-size:76%;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#ddd;
}

body.home {
	background:#f6f4f0 url(images/art.jpg) 50% 50% no-repeat fixed;
}

body.home a:hover, body.home #navigation li.current a {
	color:#983025;
}

body.galleries {
	background:#669cb6 url(images/background-galleries.jpg) 50% 50% no-repeat fixed;
}

body.galleries a:hover, body.galleries #navigation li.current a {
	color:#669cb6;
}

body.contact {
	background:#7fbc5d url(images/background-contact.jpg) 50% 50% no-repeat fixed;
}

body.contact a:hover, body.contact #navigation li.current a {
	color:#7fbc5d;
}

h1 {
	margin:.5em 0;
	clear:left;
	font-size:2em;
}

body.home h1 {
	margin-top:0;
	border-bottom:1px solid #555;
}

strong {
	font-size:1.25em;
}

a {
	text-decoration:none;
	color:#ddd;
}

#content {
	margin:0 auto;
	padding:20px;
	width:600px;
	background:#181818;
	opacity:.75;
	filter:alpha(opacity=75);
}

body.home #content {
	margin-top:1%;
}

#navigation {
	margin-bottom:1.5em;
	padding-bottom:3.5em;
	border-bottom:1px solid #555;
}

#navigation li {
	float:left;
	margin:0 1.4em 0 5px;
	list-style:none;
	font-size:1.4em;
}

ul.galleries li {
	padding:5px;
	list-style:none;
	border-bottom:1px solid #555;
}

ul.galleries li.last {
	border:none;
}

ul.galleries li span {
	font-size:1.4em;
}

.copyright {
	margin-top:2em;
}
