/* 	Cascading Style Sheet for the Objects and Memory website
	http://www.objectsandmemory.org
	Created: September 8, 2008
	Author: Mead Dixon http://www.meaddixon.com
*/

/* main css */

#container
{
	background-image: url(img/duck1028x710.jpg);
	background-repeat: no-repeat;
	width: 1028px;
	margin: 0 0 0 0;
	height: 710px;
}

#head
{
	width: 1028px;
	margin: 0 0 0 0;
	background-image: url(img/webheader1028x140.png);
	background-repeat: no-repeat;
	padding: 108px 10px 10px; 18px;
	height: 140px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 28px;
}

html>body #head {
  height: 28px;
} 


div.menu
{
	display: inline;
}

ul.menu
{
	list-style-type: none;
}


ul.menu li
{
	float: left;
	margin-right: 10px;
}

div.leftside
{
	width: 400px;
	float: left;
	margin: 41px 0 0 87px;
	display: inline;
}

div.rightside
{
	width: 504px;
	float: left;
	margin: 41px 0 0 0;
	
}

h2
{
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 1.5em;
	font-weight: 100;
	color: #FFEE8D;
}

.leftside p
{
	font-family: Garamond, Times, Times New Roman, serif;
	font-size: 1.1em;
	font-weight: 100;
	color: #dadada;
	width: 355px;
}

.outlink
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.08em;
	font-weight: 100;
	color: #ffee8d;
	text-decoration: underline;
}

.newsline
{
	margin-left: 0px;
	width: 315px;
	display: block;
	border: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}