body {
	background-color: #f7f3c6;
    #2b3140;
    #fffef0;
    #FFFFFF;
    color: #000000;
    text-align: center;
    font-family: sans-serif;
    #background-image: url(page-bg.jpg);
    #background-repeat: repeat;
}

div#page {
    max-width: 800px;
    min-width: 600px;
	margin: 0px auto;
	padding: 0px;
    text-align: left;
	background-color: white;
    #fff1cc;
    color: #000000;
    box-shadow: 0 0px 8px #333;
}

div#logo {
	text-align: center;
    color: black;
    background-color: #9090F0;
    background-image: url(banner-stretch.jpg);
    background-repeat: repeat-x;
    height: 60px;
}

div#banner {
    background-image: url(banner.jpg);
    background-repeat: no-repeat;
	background-color: #a89f87;
    height: 80px;
}

div#menu {
    #border-top: 1px solid white;#32384a;#black;
    border-bottom: 1px solid #32384a;
	background-color: #6c7ba1;
    text-color: white;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    word-spacing: 15px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
    text-align: center;
	list-style-type: none;
}

#menu li {
    display:inline;
}

#menu a:link {
	color: white;
    text-decoration: none;
}
#menu a:hover {
	color: red;
}
#menu a:focus {
	color: red;
}
#menu a:active {
	color: red;
    text-decoration: underline;
}
#menu a:visited {
	color: white;
}

div#content {
    margin: 0px;
    padding: 20px;
}

div#footer {
    clear: both;
    text-align: center;
    font-size: smaller;
	background-color: #32384a;
    color: white;
}

div#foto {
    border: 2px solid white;
    box-shadow: 0px 0px 4px #333;
    margin: 10px;
}
.right { float: right; }
.left { float: left; }
