body{
text-align: left;
color:#b3c0cc;
background-color: #001043;
background-image: url("images/bg.jpg");
background-repeat: repeat-x;
margin: 0px;
padding: 10px;
font-family: arial, sans-serif;
}

div.menu{
background-color: #667d97;
width: 50%;
min-width: 350px;
margin: auto;
color: #f0f0f0;
text-align: center;
}

div.saretzky{
background-image: url("images/saretzky_bg.png");
background-repeat: repeat-x;
min-height:80px;
height:5em;
border-right: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid #b3c0cc;
}

.menu a{
display:block;
height:1em;
padding:1.5em;
border-left: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid #b3c0cc;
text-decoration:none;
}

.menu a:hover{
background:#53687c;
color:orange;
}

a:hover{
color:orange;
}

a:link {
	color: white;
}
a:visited {
	color: #d0d0d0;
}

p{
margin:1.6em;
}

h1{
text-align:center;
}

div.bottom{
margin:auto;
width: 50%;
min-width: 350px;
background: #8090aa;
height:10px;
border-bottom:1px solid white;
}

div.bottom img{
border: none;
display: inline;
position:relative;
float:left;
margin:0px;
padding:0px;
}

.footer{
position:fixed;
bottom:1em;
right:1em;
}

