img {vertical-align: bottom;} 

h1 {
	padding: 10px; 
	font-size: 16pt;
	text-align: center;
	text-decoration: underline;
}

h2 {
	font-size: 14pt;
} 

body {
	margin: 0;
	padding: 0;
	background-color: #bf9d6d;
	color: white;
}
.wrapper {
	margin: 0 auto;
	width: 740px;
	background-color:white;
	color: black;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}

.navigation {
	background-color: black;
	color: white;
	border: white 1px solid;
	padding: 10px;

}

.navigation a {
	border-right: white 1px solid;
	padding-left: 10px;
	padding-right: 	10px;
	color: white;
}

.navigation a:hover {
	color: red;
}

.content {
	width: 530px;
	font-size: 12pt;
	color: black;
	padding-left: 30px;
	padding-bottom: 10px;
}
.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;
}


