body {
	background: #FFE055;
	font: .8em Verdana;
	color: #003366;
	}

#outer {
	background: #FFE677;
	margin: auto;
	height: 560px;
	width: 800px;
	}

#header {
	background: #FFE677 url(images/header.jpg) 0 5px no-repeat;
  font-size: 0;
	margin: 5px 25px 0 25px;
	height: 110px;
	width: 750px;
	}

#info {
	background: #FFE677 url(images/bgfade.jpg) 0 0 no-repeat;
	position: absolute;
	margin: 0 25px;
	height: 430px;
	width: 750px;
	overflow: auto;
	}

#info p {
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	}

h2 {
    background: #81171D;
  	margin: 0 25px;
    color:#FFE677;
    font-style: oblique;
    font-size: 1.4em;
}

#info h3 {
	  margin-left: 15px;
    margin-top: 10px;
    margin-bottom: -5px;
    font-size: 1em;
    font-weight: bold;
    font-style: oblique;
}

form#login {
	background: #FFF7A8;
	height: 90px;
	position: absolute;
	margin-top: 325px;
	width: 420px;
	margin-left: 355px;
	}

#login .text {
  margin-top: 3px;
	margin-left: 10px;
	margin-right: 8px;
	width: 75px;
	}
	
#login .button {
	font: 10px verdana;
	color: #6d3023;
	background-color: #ffcc33;
	margin-left: 10px;
	margin-right: 5px;
	}

