body
{
	font-family: "Georgia", Georgia, Times, Serif;
	background-image: url(../images/dunes-grey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	background-color: white;
}	

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
}

div#head {
	margin: 1em 0 ;
}

div#side
{
	float: left;
	margin: 1em;
}

div#main {
	margin: 1em;
	float:left;
}

div#text {
	margin: 0 0 2em 0;
	width: 28em;
	line-height: 1.4em;
	display: block;
}

div#pict
{
	position: absolute;
	left: 49em;
	top: 5em;
}

div#footer {
	margin:0 1em 1em 0;
}

img.logo
{
	margin: 0;
	width: 10em;
	height: 10em;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

.small
{
	font-size: 0.80em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.nav
{
}

.inv
{
	margin: 0;
	visibility: hidden;
}

.image
{
	width: 200px;
	font-size: small;
	color: white;
	padding: 0;
	border: 2px;
	border-style: solid;
	border-color: black;
}

.comment
{
	width: 200px;
	font-size: 0.85em;
	margin: 0 0 2em 0;
	text-align: justify;
}

.image2
{
	width: 28em;
	margin: 1em 0 0 0;
	padding: 0;
	border: 2px;
	border-style: solid;
	border-color: black;
}

.comment2
{
	width: 28em;
	font-size: 0.85em;
	margin: 0 0 2em 0;
	text-align: justify;
}

input.wide,textarea
{
	padding: 0.1em;
	font-family: "Georgia", Georgia, Times, Serif;
	width: 28em;
	background-color: #EEE1C8;
	font-style: italic;
}

p {
	text-align: justify;
}
h1 {
	font-size: 1.67em;
	letter-spacing: .3em;
	margin: 0.2em;
}

h2 {
	font-size: 1.33em;
	letter-spacing: 0.3em;
	margin: 0.2em;
}

h3 {
	font-size: 1.0em;
	line-height: 1.2em;
	letter-spacing: .3em;
	margin: 0.2em;
}

