@charset "utf-8";
/* CSS Document */
header{
	height:auto;
	width:800px;
	background-color:#f8f5ec;
	text-align:center;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius:2em;
	-moz-border-radius-topleft:2em;
	-moz-border-radius-topright: 2em;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
	margin-top:20px;}
	
nav{
	height:auto;
	width:800px;
	background-color:#f8f5ec;
	text-align:center;
	font-size:larger;}
	
body{ 
	width:800px;
	color: black; 
	background-color:#663;
	margin:auto;}

footer{
	text-align:center;
	color:#000;
	width:800px;
	height:auto;
	background-color:#f8f5ec;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius:1em;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright: 1em;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;}
	
#logo{
	text-align:center;
	height:auto;}
	
#menu{
	text-align:center;
	height:auto;}
	
section{
	width:800px;
	height:auto;
	background-color:#f8f5ec;}

section #left{
	padding:10px 10px;
	background-color:#f8f5ec;
	color:#600;
	width:380px; 
	height:350px;
	float:left;
	border:none;}

section #right{
	padding:10px 10px;
	background-color:#f8f5ec;
	color:#600;
	width:380px; 
	height:350px;
	float:left;
	border:none;}

section #middle{
	padding:10px 10px;
	width:780px;
	height:auto;
	background-color:#f8f5ec;
	color:#600;
	border:none;
	float:left;}

a{ 
	color: #600;
	text-decoration:none;}
	
a:link{
	color: #600;
	text-decoration:none;}
	
a:hover{
	color:blue;}

