html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center; background-color:#E0E0E0;}
p, h2, h3, iframe {margin-left: 10px; margin-right: 10px}
iframe {margin-bottom: 10px;}
a{/*padding:5px;*/ text-decoration:none; color:#000000;}
/*div#header{background-color:#FFDDB3; border-bottom:2px solid #E0D0C0;}*/
div#header{
box-shadow: -1px 0 2px #AAA;
border-bottom:2px solid #E0D0C0;
background-image: linear-gradient(bottom, rgb(255,221,179) 55%, rgb(232,178,111) 97%);
background-image: -o-linear-gradient(bottom, rgb(255,221,179) 55%, rgb(232,178,111) 97%);
background-image: -moz-linear-gradient(bottom, rgb(255,221,179) 55%, rgb(232,178,111) 97%);
background-image: -webkit-linear-gradient(bottom, rgb(255,221,179) 55%, rgb(232,178,111) 97%);
background-image: -ms-linear-gradient(bottom, rgb(255,221,179) 55%, rgb(232,178,111) 97%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.55, rgb(255,221,179)),
	color-stop(0.97, rgb(232,178,111))
);
}

div#header h1{font-size: 28px; height:80px;line-height:80px;margin:0;padding-left:10px; text-shadow: 0.1em 0.1em #BBB;}
div#header h1 img{float: right; margin-top:20px; margin-right: 630px;}
div#container{text-align:left; box-shadow: 1px 0 2px #AAA}
div#content p{line-height:1.4}
div#navigation{background:#FFEFDF; box-shadow: -1px 0 2px #AAA}
div#navigation a{color:#8F6F5F;}
div#navigation a:hover{text-decoration:underline;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px; margin-left: 10px; magrin-right: 10px;}
div#extra{background:#E0D0C0; box-shadow: -1px 1px 2px #AAA}
div#extra2{box-shadow: -1px 0px 2px #AAA inset; height: 460px; width: 200px; float: left; clear: left}
/*div#footer{background:#DFBD93;}*/
div#footer{background:#FFDDB3; border-bottom:1px solid #E0D0C0;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:900px;margin:0 auto}
div#content{float:right;width:700px; background-color:#ffffff;}
div#navigation{float:left;width:200px}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%; box-shadow: -1px -1px 2px #AAA}
