body {
	background-color:#fff;
	font-family:serif;
	font-size:1em;
	margin:0;		
}



div.imgframe {
	border-radius:0px 28px 28px  0px;
	line-height:1.1em;

	margin:64px 0 64px 0;

	background-color:#000;
	color:#ddd;
	font-style:italic;	
	width:770px;
}

div.imgframe br.clear {
	clear:right;
}

div.imgframe div.caption {
	padding:32px;
	line-height:1.3em;
	width:200px;
}

div.imgframe img {
	float:right;
	margin-right:64px;
	max-width:470px;
}

#footer {
	padding:8px;
	font-style:italic;
	font-size:0.8em;
	background-color:#fed;
	padding-left:256px;
	
}


#header h1 {
background-color:#000;
	background-image: url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;	
	font-size:8.5em;
	line-height:0.7em;
	margin:0;
	padding:240px 0px 0px 32px;
	//text-shadow:#000 1px 1px 1px;
}


#header h2 {
	color:#444;
	font-size:2.3em;
	
	margin:0;
	margin-top:8px;
	padding:0px 0px 16px 32px;
	text-shadow:#888 1px 1px 1px;
	letter-spacing:-0.01em;
}


#mainMenu {

	background-color:#fed;
	border-radius:0px 0px 8px 8px;
	//box-shadow: 2px 2px 2px #ba9;
	font-style:italic;
	width:170px;
	padding:4px 8px 4px 8px;
	top:0px;
	left:32px;
	position:fixed;
}


#mainMenu ul {
	display:none;
	padding:0;	
}

#mainMenu:hover ul {
	display:block;
}


#mainMenu a {
	border-radius:4px;
	text-decoration:none;
	color:#432;
	padding:4px 6px 4px 6px;	
	margin:4px 0 4px 0;
	display:block;
}

#mainMenu a:hover {
	background-color:#dcb;
}


#mainMenu li {
	font-style:italic;
	list-style:none;
	border-top:1px dotted #555;
	margin:0;
}


#maintext {
	width:700px;	
	font-size:1em;
	color:#222;
}

#maintext a {
	color:#864;
	font-style:italic;
	text-decoration:none;
	border-bottom:1px dotted #666;	
}

#maintext a:hover {
	background-color:#dcb;
}


#maintext h2, #maintext h3 {

	letter-spacing:-0.05em;
	
	margin: 0;
	padding:64px 0px 0px 256px;	
}


#maintext h2 {
	color:#333;
	font-size:4em;
	line-height:1.1em;
	text-shadow:#888 1px 1px 1px;
}


#maintext h3 {
	color:#606060;
	font-size:2.5em;
	line-height:1.2em;
	margin-bottom:32px;
	padding-top:24px;
	text-shadow:#000 1px 1px 1px;
}



#maintext p {		
	line-height:1.7em;	
	margin: 32px 0px 32px 256px;
	margin-left:256px;
	text-align:justify;	
}

#maintext ul {	
	margin-left:280px;
}

#maintext li {
	margin-bottom:16px;
}
