	body
	{
		background-color:#FFFFFF;
		margin-top:0px;
		background-image:url(../images/header_bg.jpg);
		background-repeat:no-repeat;
	}
	
	#home
	{
	position:absolute;
	top:125px;
	left:148px;
	clear:none;
		}
	
	#container
	{
	padding-top:215px;
	padding-left:151px;
	overflow:hidden;
	width: 675px;
	}
	
	#container .content
	{
	    margin-left:200px;
		margin-top:0px;
	}
	
	#container .content p
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:24px;
	color:#111111;
	}
	#container .text
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#111111;
	}
	#container .head
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#65a4d6;
	font-variant:small-caps;
	}
	#container .nav
	{
		float:left;
		background-color:#f7f4f1;
		text-align:left;
		width:180px;
		margin-bottom: -2000px; 
		padding-bottom: 2000px;
	}
		
	#footer	
	{
	    clear:both;
	    background-image:url(../images/footer_bg.jpg);
		background-repeat:repeat-x;
		margin-left:151px;
		margin-top:5px;
		width: 675px;
		height:100px;
		text-align:center;

	}
	#footer p
	{
		padding-top:8px;
	   	font: bold 10px Georgia;
	   	color:#333333;
	}
	#footer a:link, a:active
	{
		padding-top:8px;
	   	font: bold 10px Georgia;
	   	color:#333333;
		text-decoration:none;
	}
		#footer a:hover
	{
		padding-top:8px;
	   	font: bold 10px Georgia;
	   	color:#333333;
		text-decoration:underline;
	}
	
	#memory
	{
	background-image:url(../images/memverse_bg.jpg);
	background-repeat:no-repeat;
	height:176px;
	padding:15px;
	text-align:center;
	}
	
	#memory p.mem
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	}
	
	#memory h1.mem
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1px;
	color:#9f7d5d;
	font-variant:small-caps;
	}
	
	a.link, a.link:active, a.link:visited
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-decoration:none;
	color:#65a4d6;
	}
	
	a.link:hover
	{
	background-color:#f7f4f1;
	text-decoration:none;
	color: #4c3b09;
	}
	
	a.link2, a.link2:active, a.link2:visited
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color: #4c3b09;
	}
	
	a.link2:hover
	{
	background-color:#f7f4f1;
	text-decoration:none;
	
	color:#65a4d6;}
	

/* MENU START */

ul#menu {
list-style-type: none;
border-top:solid 10px #f0ebe6;
margin: 0;
padding-left: 25px;
}

ul#menu ol {
display: none;
text-align: left;
list-style-type: none;
margin: 0;
padding: 5px;
}

ul#menu ol.visible {
display:block;
color:#65a4d6;
text-align: left;
list-style-type: none;
margin: 0;
padding: 5px;

}

ul#menu a.scndlvl{
	color:#4c3b09;
	line-height: 20px;	
	font-size: 12px;
	font-weight:normal;
	font-variant:normal;
}	
ul#menu a.scndlvl:hover{
	color:#be5028;
	}

ul#menu li, 
ul#menu a {
font-family: serif;
font-weight:bold;
font-variant: small-caps; 
font-size: 14px;
color: #65a4d6;
line-height:24px;
}

ul#menu li {
border-bottom: none;
line-height: 17px;
}

ul#menu ol li {
line-height: 11px;
border-bottom: none;
}

ul#menu ol li:before {
content: "• ";
}

ul#menu a {
text-decoration: none;
outline: none;
}

ul#menu a:hover {
color:#4c3b09;
background-color:#f0ebe6;
padding-left:5px;
}

ul#menu a.active {
color: #be5028;
}

/* Tabular Structures */
	
	table{
	width: 100%;
	text-align:left;
	margin:15px 0 15px 0;
	}
	
	table th{
	border:0;
	font-weight:bold; color:#413E3E;
	padding: 10px;
	}
	
	table tbody tr.odd{
	background-color:#F5F5F5;
	}
	
	table tbody tr.even{
	background-color:#FFF;
	}
	
	table tbody tr.even:hover tr.odd:hover{
	background-color:#A8D1F3;
	}
	
	table tbody td{
	text-align:left;
	color:#616C2F;
	font:Arial, Helvetica, sans-serif; font-size:13px;
	padding: 10px 10px 5px 10px;
	margin:3px;
	}
	
	table tbody tr:hover td{
	color:#080808;
	}
	

/* End Tabular Structures */
