body {
	padding: 0px;
	margin: 0px;
	background: #EFEFEF;
}
h1 , h2 , h3 {
	text-align: center;
}
h1 
  {
 line-height: 0.5;
}
h3 {
 font-size: small;
 background-color: orange;
}
img {vertical-align: bottom;}
a:link {color: blue;  }
a:active {color: blue;  }
a:visited {color: blue; }
a:hover {color: blue;  }



.wrapper {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('./images/background.gif');
	margin: 0 auto;
	width: 750px;
	
}


.navigation { 
	font: 16px Arial, Helvetica, sans-serif;
	background-color: black;
	color:black;
	text-align: center;
	font-weight: bold;
}

.navigation a {
	padding: 10px;
	padding-top: 60px;
	padding-bottom: 0px;
	color: white;
	text-decoration: none;
}

.navigation a:hover {
	background-image: url('./images/menu2.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

.content {
	margin: 0 auto;
	padding: 10px;
	background-color: white;
	width: 700px;
}
.footer {
        padding: 10px;
        border: 1px dotted black;
        width: 670px;
        text-align:center;
        margin: 0 auto;
        background-color: white;
        color: black;
        font: 12px Arial, Helvetica, sans-serif;
}

.footer ul li {
        float:left;
        width: 180px;
        list-style: none;
        padding: 0px 10px 0px 10px;
        height: 100px;
        text-align: left;
}
.footer ul li ol li {
        height: 20px;
        display: block;
        width: 120px;
        border-left: 1px solid red;
	clear:both;
}
.footer a, .footer a:hover, .footer a:visited, footer a:active {
        color: blue;
        text-decoration: none;
}


