body {
	background-color: #556a6a;
	font-size: 0.80em;
	font-family: Verdenna,Arial,Helvetica,sans-serif;
	margin: 0; 
	padding: 1em 0;
	text-align: center;
}

div#content {
	text-align: left; 
	margin: 0 auto;
	width: 90%;
	max-width: 940px;
	padding: 0;
	overflow:hidden;
	background: #FFCF64;
	background-image: url("bottom.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 2px solid;
	border-color: #7d7d7d;
	box-shadow: 6px 4px 8px rgba(0, 0, 0, 0.550);
}
	
html>body div#content {
	border-color: #5b5b5b; 
}


div#top {
	margin: 0;
	height: 169px;
	text-align: center;
	background: url("bg-top.png");
}

ul#navi {
	list-style: none;
	text-align: left;
	font-size: 0.85em;
	float: left; 
	width: 136px;
	margin: 0 0 1.2em 0;
       	padding-left: 4px;
	font-weight: bold;
}

li.subnavi {
	list-style-type: circle;
	list-style-image: url(dot.gif);
	margin-left: 15px;
}

ul#navi a {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
	
ul#navi a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
  
ul#navi a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

ul#gallery {
	list-style: none inside;
}

li.gallery {
	display: inline;
}

ul#gallery img {
	margin: 10px 10px 10px 10px;
	border: 2px solid #0033CC;
	text-decoration: none;
       	font-size: 1em;
	font-style: normal; 
}

ul#picstory {
	list-style: none outside none;
}

li.picstory {
	display: inline-block; 
	width: 200px; 
	margin: 0 20px; 
	vertical-align: top;
}

div#main {
	background-color: #fbaa1d;
	background-image: url("background.jpg");
	min-height: 380px;
	margin: 0 0 0 139px;
	padding: 0 5px;
	font-size: 1em;
}
  
* html div#main {
	height: 380px;
	margin-bottom: 0;
}

div.center {
	text-align: center;
}

h1 {
	font-size: 1.2em;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	}
      	
h2 {
	font-size: 1.0em;
	margin: 0.2em 0;
}

h3 {
	font-size: 1.0em;
	margin: 0.2em 0;
	text-align: center;
}

h4 {
	font-weight: normal;
	font-style: italic;
	margin: 0.2em 0;
	text-align: left;
}
  
p {
	margin: 0 0 1em 0;
}

p.picstory {
	border-style: solid; 
	border-width: 1px; 
	margin-top: 4px;
}
	
p#indent {
	margin: 0 0 0 1em;
}

p#back {
	text-align: center;
}
	
p.back {
	text-align: center;
}

p.indent {
	margin: 0 0 0 1em;
}
	
p.center {
	text-align: center;
}

p.error {
	background:#D22020;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid black;
}

p.info {
	background:#b3b06d;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid black;
}

a {
	color: #0033CC; 
	text-decoration: none;
       	font-size: 1em;
	font-style: normal; 
}

a:active {
       	color: #0033CC;
	text-decoration: underline;
       	font-size: 1em;
	font-style: normal;
}

a:hover {
       	color: #0033CC;
	text-decoration: underline;
	font-size: 1em;
	font-style: normal;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 0.80em;
	margin: 0; 
	padding: 0.0em;
}
