*{
margin: 0;
padding: 0;
}
body{
background: #827e7e url(../image/background-image.jpg) repeat;
}
div#wrapper{
width: 648px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
background-color: #80b0d5;
min-height: 700px;
	}
	div#header{
	width: 633px;
	height: 180px;
	position: relative;
	padding-top: 40px;
	margin-bottom: 13px;
	background: url(../image/top-banner.jpg) right no-repeat;
		}
		div#top-menu{
		position: relative;
		top: 146px;
		left: 105px;
		background: url(../image/horizontal-menu-background.jpg) no-repeat;
		width: 528px;
		height: 35px;
		z-index: 1;
			}
			div#top-menu .menu-button{
			padding-top: 7px;
			float: left;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 14px;
				}
				div#top-menu div.menu-button a{
				color: #000000;
				text-decoration: none;
				}
				div#top-menu div.menu-button a:hover{
				color: #FFFFFF;
					}
					div#top-menu div.menu-button a.menu-cursor{
					cursor: default;
					}
			div#top-menu div.headlink ul{
			display: none;
			}
			div#top-menu div.headlink:hover ul{
			display: block;
			list-style-type: none;
			margin-top: 10px;
			font-size: 12px;
			background-color: #717573;
			border: 1px solid #000000;
			}
		div#header img{
		position: absolute;
		top: 4px;
		left: -72px;
		}
	div#left-navigation{
	float: left;
	width: 105px;
	min-height: 467px;
	}
	div#content{
	float: left;
	width: 513px;
	min-height: 467px;
	padding: 30px 0 0 17px;
		}
		div#content h3{
		color: #a73f12;
		}
		div#content p{
		margin: 10px 10px;
		font-size: 14px;
		}
		img#dad-corner{
		float: right;
		margin: -30px 27px 0 0;
		border: none;
		}