body { 
			background-color: #684946;
			font: 12pt Geneva, sans-serif;
			}

#wrapper {
			width: 700px;
			height: 400px;
			border: 0px;
			font: .7em Geneva, sans-serif;
			margin: 5% auto;
			}
			
#content { 
			width: 69.25%;
			height: 95%;
			padding: 10px;
			color: #9F6A51;
			background-color: #332D29;
			float: left;
			}
			
#header {
			z-index:-1;
			position:relative;
			bottom: 50px;
			}
			
#navigation {
			width: 25%;
			height: 95%;
			float: right;
			padding: 10px;
			position:relative;
			z-index: 1;
			bottom: 125px;
			}

#copyright {
			width: 69.25%;
			height: 5%;
			text-align: center;
			color: #EBDBBF;
			}

#compatible {
			width: 25%;
			height: 5%;
			}
			
em, strong{ 
			color: #EADBBF;
			}
			
h2 {
			font: 2.5em Georgia, Serif;
			text-transform: uppercase;
			text-align: right;
			letter-spacing: 5px;
			text-align: center;
			margin: 0px;
			}

p {			margin: 0px;
			}

#navigation a, a:link, a:active, a:visited {
			text-decoration: none;
			font: 3em Georgia, Serif;
			text-transform: uppercase;
			color: #EBDBBF;
			background-color: #332C28;
			}

.hover {
			background-color: #332C28;
			}

.nothover {
			background-color: #332C28;
			}

.smalltext {
			font: .2em;
			}

body {
			overflow:hidden;
			}