.color1 {
    background-color: #d5ceb8; /* white rock */
}
.color2 {
    background-color: #42491b; /* verdun green */
}
.color3 {
    background-color: #363e29; /* olive green */
}
.color4 {
    background-color: #886c58; /* cement */
}
.color5 {
    background-color: #8f8180; /* venus */
}
.color6 {
    background-color: #e1dfdb; /* vista white */
}
.color7 {
    background-color: #966f62; /* toast */
}
.color8 {
    background-color: #e2c1b4; /* cavern pink */
}
.color9 {
    background-color: #2d282f; /* jaguar */
}
.color10 {
    background-color: #a87f7b; /* opium */
}
.color11 {
    background-color: #e4e4e1; /* seashell */
}
.color12 {
    background-color: #e8e8e8; /* white lilac */
}
.color13 {
    background-color: #211b21; /* nero */
}
.color14 {
    background-color: #151010;
}
.color15 {
    background-color: #3e2d1b; /* brown pod */
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Corbel, Segoe UI, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #d5ceb8;
}
.pagewrapper {
	background-color: #151010;
	padding: 0 0 50px 0;
}

h1 {
	color: #e1dfdb;
	font-family: Georgia;
	font-size: 48px;
	font-weight: normal;
	line-height: 0.7em;
	float: left;
}
h1 small { 
	letter-spacing: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #e4e4e1;
}

h1 a,h1 a:active,h1 a:visited,h1 a:hover{
	text-decoration: none;
	color: #e4e4e1;
}

.content .nav li { float: none; font-size: 18px; margin: 0; 	font-family: Georgia; text-align: left;}
.nav { float: right; list-style: none; margin: 0;  width: 400px;}
.nav li { float: left; display: block;text-align: center; padding: 43px 0 0 20px;}
.nav li a, .nav li a:visited { color: #e8e8e8; text-decoration: none;}
.nav li a:hover { color: #e8e8e8; text-decoration: underline; }
.header { border-bottom: 2px solid #a87f7b; width: 760px; margin: 0 auto; padding: 50px 0 0 0;
	background: url(header.png) right top no-repeat;}
.palete { margin: 500px 0 0 0; } 
.palete div { width: 100px; height: 100px; float: left; margin: 10px;}
.clear{ clear: both; }
.footer, .contentwrapper {width: 760px; margin: 0 auto; }

.footer { padding: 50px 0 0 0; line-height: 1.4em; }
.footer a { text-decoration: none; border-bottom: 1px dotted; }
 
.content { color: #e8e8e8;  float: left; width: 400px; margin-top: 20px;}
.content  h1 { font-size: 36px; float: none; margin: 0 0 0.5em 0; }
.content a { color: #e2c1b4; text-decoration: none; border-bottom: 1px dotted;}
.content a:hover, .content a:active { color: #a87f7b; text-decoration: none; border-bottom: 1px solid;}

dt {
	color: #e1dfdb;
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	border-bottom: 1px dotted;
	padding: 0 0 0.25em 0;
	margin: 0 0 0.5em;
}
.attrib { padding: 0 25px; font-style: italic; font-family: georgia; text-align: right; }
blockquote { padding: 0 25px; font-style: italic; font-family: georgia; }

p { margin: 0 0 1.5em 0; }
p.front-page { font-size: 18px;}
h1.front-page {   }

h1 a,h1 a:active,h1 a:visited,h1 a:hover
{
	text-decoration: none;
	color: #e4e4e1;
	border: none;
}