

body {
margin: 0;
padding: 0;
background-color: #fff;
font:10pt verdana, arial, helvetica, sans-serif;
font-weight: 400;
font-style: normal;
text-decoration: none;
text-align: normal;
font-variant: normal;
}

#wrapper {
position: relative;
/*wrapper for fixed width*/
width:795px;
margin:0 auto;
/*wrapper for fluid width
margin: 0 5% 0 5%;*/
/*background-color:#803c05;*/
background-color:#803c05;
border-top: 1px solid #803c05;
border-right: 1px solid #333;
border-bottom: 1px solid #803c05;
border-left: 1px solid #333;
}


#wrapper #memoryheader {
height:237px;
text-align:center;
}

#wrapper #memorycontent {
margin-top:10px;
height:400px;
background-image: url(grfx/memory_brainScan.gif); 
/*width of image = 288  height = 395 */
background-repeat: no-repeat;
background-position: top left;
}
	#wrapper #memorycontent .memorytext{
	width:auto;
	margin:0 0 0 175px;
	text-align:right;
	font-size:1.4em; 
	line-height:1.4em;
	color:#f4eca2;
	}
	#wrapper #memorycontent .memorytext p {
	margin:0;
	padding:45px 50px 0 0;
	}

/**************
temporary area for no lists
**************/
#memoryLinks2 {
width: 795px;	
margin: 0 auto;
font-size:.95em; 
color:#f4eca2;
}

#MemoryList2 {
text-align:right;
margin:0;
padding:0 70px 25px 0;
font-size:1.4em;
color:#f4eca2;
}
	#MemoryList2 a, a:link, a:visited {
	color:#f4eca2;
	text-decoration:none;
	}
	#MemoryList2 a:hover {
	color:#fff;
	text-decoration:none;
	}

#memoryLinks {
width: 795px;	
margin: 0 auto;
font-size:.95em; 
color:#f4eca2;
}

#memoryLinks_center {
width: 277px;
float: left;
}
#memoryLinks_left {
width: 241px;
float: left;
font-size:1.1em;
line-height:1.2em;
}
#memoryLinks_right {
width: 277px;
float: left;
font-size:1.1em;
line-height:1.2em;
}


.clearfloat {
clear: both;
height: 15px;
line-height: 0;
font-size: 0;
}



#MemoryList {
width:auto
margin:0;
padding:0;
}

	
	#MemoryList ul {
	margin: 0;
	padding: 5px 0 0 8px;
	}
	#MemoryList li {
	list-style-type: none;
	color:#f4eca2;
	padding:0 0 5px 0;
	}
	
	#MemoryList
	li a, li a:link, li a:visited { 
	background-image: url(grfx/memory_list_bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0 0 14px 0;
	padding:0 0 0 15px;
	color:#f4eca2;
	text-decoration:none;
	}
	
	#MemoryList
	li a:hover {
	color:#fff;
	text-decoration:none;
	}

	
#footer {
/*wrapper for fixed width*/
width:795px;
margin:0 auto;
/*wrapper for fluid width
margin: 0 5% 0 5%;*/
padding:0;
/*height:35px;*/
background-color: #d8c47a;
text-align: center;
font:8pt verdana, arial, helvetica, sans-serif;
border-top: 1px solid #803c05;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
}

#footer #position {
padding:3px 0 0 0;
}

#footer .statement {
padding:0 0 8px 0;
font-size:1.2em; 
line-height:1.2em;
font-weight:bold;
color:#803c05;
}

#footer p {
padding:0 0 5px 0;
margin:0;
}









