body {
	background: #fff;
	font: .8em georgia;
	color: #003366;
	}

#outer {
	background: #fff;
	margin: auto;
	height: 545px;
	width: 800px;
	border: 3px outset;
	}

#form {
	position: relative;
	background: #fff url(http://omnifam.org/header.gif) top center no-repeat;
	margin: auto;
	top: 40px;
	height: 500px;
	width: 750px;
	}

#nav {
	background: #F8EFEC;
	position: absolute;
	margin-top: 80px;
	margin-bottom: 10px;
	height: 350px;
	width: 150px;
	border: 2px outset #ddb7a3;
	}

#menu {
	position:relative; 
	margin-top:20px; 
	left:5px; 
	display:block; 
	background:#f8efec; 
	width:120px;
	}

#menu .tab {
	position:relative; 
	top:0; 
	left:0;
	}
#menu a:visited {
	display:block; 
	width:120px; 
	height:18px; 
	border:2px outset #6d3023; 	
	margin-bottom:-1px; 
	background-color:#f8efec; 
	color:#6d3023; 
	padding-left:3px; 
	border:2px outset #f8efec; 
	text-decoration:none;
	}
#menu a:hover {
	color:#f8efec;
	background-color:#6D3023;
	border:2px solid #6d3023;
	text-decoration:none;
	}
#menu a {
	display:block; 
	width:120px; 
	height:18px; 
	border:2px solid #6d3023; 
	margin-bottom:-1px; 
	background-color:#f8efec; 
	color:#6d3023; 
	padding-left:3px; 
	border:2px outset #6d3023; 
	text-decoration:none;
	}
#menu a span {
	position:absolute; 
	left:130px; 
	top:2px; 
	width:0px; 
	height:0px; 
	border-left:4px solid #f8efec; 
	border-top:4px solid #f8efec;
	border-bottom:4px solid #f8efec;
	overflow:hidden;
	}
#menu a:visited span {
	position:absolute;
	left:130px;
	top:2px;
	width:0px;
	height:0px;
	border-left:4px solid #f8efec;
	border-top:4px solid #f8efec;
	border-bottom:4px solid #f8efec;
	overflow:hidden;
	}
#menu a:hover span {
	position:absolute; 
	left:130px; 
	top:2px;
	width:0px; 
	height:0px; 
	border-left:4px solid #6d3023; 
	border-top:4px solid #f8efec; 
	border-bottom:4px solid #f8efec; 
	overflow:hidden;
	}

#ticker {
	background: #f8efec;
	position: absolute;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	height: 100px;
	width: 142px;
	border: 1px inset #ddb7a3;
	}	
#info {
	background: #f8efec url(http://omnifam.org/fader.jpg) center fixed no-repeat;
	position: absolute;
	margin-left: 162px;
	margin-top: 80px;
	margin-bottom: 10px;
	height: 350px;
	width: 558px;
	border: 2px outset #ddb7a3;
	overflow: auto;
	}
#info p {
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	
	}

#info h2 {
	margin-left: 15px;
    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: #d6e0ea ;
	height: 30px;
	position: absolute;
	margin-top: 445px;
	width: 380px;
	margin-left: 340px;
	border: 2px outset #d6e0ea;
	}
#login .text {
	margin-left: 2px;
	margin-right: 8px;
	width: 75px;
	}
	
#login .button {
	font: 10px verdana;
	color: #6d3023;
	background-color: #f8efec;
	margin-right: 5px;
	}

