
/*
Kolory:
http://colorschemedesigner.com/#0B51EcceeuDwt
*/

img
{  border-style: none;
}


body{
	background-color: #000000;
	margin: 30px;
} 

#all{
	width: 1100px;
	margin-left: auto;
        margin-right: auto;
	background-color:#FFFFFF;
}

#header{
	background-color: #715d46;
        text-align:center;
	padding:1em;
}

#middle{
	min-height: 420px;
	background-color: #b9a793;
	overflow: auto;
}

#menu{
	float: left;
	width: 800px;
	text-align: center;
	font-weight: bold;
	background-color: #b9a085;
}
#menu ul{
margin: 0;
padding: 0;
}

#menu li{
display: inline;
}

#menu a{
color: black;
text-decoration: none;
padding: 0 10px; /*spacing between each menu link*/
}

#menu a:hover{
background: #564a3d;
color:white;
}

#content{
	float: left;
	width: 800px;
	min-height: 400px;
	color: black;
	background-color: #564a3d;
	font-size: 110%;
}
#content p{
	margin: 30px 40px;
	text-align: justify;
} 

#content h2{
	text-align: center;
}

#content a{
    color: black;
}

#content a:hover{
background: black;
color:white;
}

#sidebar{
	float: right;
	width: 300px;
	min-height: 400px;
	text-align: center;
	padding: 20px 0 0 0;
	background-color: #b9a793;
}

#footer{
	background-color: #b9a085;
	clear: both;
	margin: 0;
	padding: 10px 0;
	border: none;
	font-size: 80%;
        text-align:center;
}

#footer p
{    vertical-align: middle;
}

