html {
	background: #CB6964;
}

body {
	font-family: 'Verdana';
	font-size: 10pt;
	padding: 30px;
	background: #FFF;
	width: 779px;
	border: solid 1px #999;
	margin: 30px auto;
}

a img {
	border: 0;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	float: right;
	padding-right: 10px;
	padding-top: 20px;
}

#header ul li img {
	display: block;
}

#header h1 {
	margin: 0;
	padding-bottom: 35px;
}

#header h1.home {
	padding-bottom: 0;
}

#header h1 a {
	display: block;
	width: 310px;
	height: 110px;
	background: url('logo-small.png') no-repeat center center;
}

#header h1.home a {
	width: 410px;
	height: 150px;
	background: url('logo.png') no-repeat center center;
}

#header span {
	display: none;
}

#nav {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px 10px;
	float: left;
	width: 200px;
	font-family: 'Arial';
	font-size: 11pt;
	font-variant: small-caps;
/*	text-transform: uppercase;*/
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	color: #B11812;
	text-decoration: none;
}

#nav a:hover {
	color: #EFAD00;
}

#content {
	margin-left: 210px;
	border-left: solid 1px #CCC;
	padding: 1px 20px 20px 20px;
	color: #666;
	min-height: 500px;
	_height: 500px;
}

#content h1 {font-size: 20pt;}
#content h2 {font-size: 15pt;}

#content a:link, #content a:visited {
	color: #00F;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	border-top: solid 1px #CCC;
	margin: 30px 0 0 0;
	padding-top: 10px;
	color: #8E8E8E;
	font-size: 8pt;
}

#footer #address {
	margin: 0;
	float: left;
}

#footer #design {
	margin: 0;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #8E8E8E;
	text-decoration: underline;
}

textarea {
	font-family: 'Arial';
	font-size: 10pt;
}

table {
	border-collapse: collapse;
}

/* Folders */

#gallery {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

#gallery li {
	float: left;
	text-align: center;
	margin: 0 10px 20px 10px;
	font-size: 8pt;
	width: 96px;
}

#gallery img {
	width: 94px;
	height: 94px;
	display: block;
	border: solid 1px #ECE9D8;
}