body				{
				background-color: #990000;
				margin: 0;
				}

#main				{
				display: block;
				width: 940px;
				background-color: #ffffff;
				margin: 0 auto;
				position: relative;
				}

#home_link		{
				font-size: .8em;
				display: block;
				clear: right;
				color: #000000;
				font-family: helvetica;
				padding: 1em 4em 1em 0;
				}

#ads			{
				padding: 0 0 1em 0
				}

#menu_ul			{
				width: 670px;
				margin: 0 auto;
				padding: 0 0 40px 40px;
				}
			
.menu_list			{
				font-weight: 100;
				list-style-type: none;
				float: left;
				background-color: #000000;
				margin: 0 1px 0 1px;
				padding: 2px;
				border: none;
				width: 350px;

				}			

.menu_list:hover		{
				background-color:#990000;}


.menu				{
				padding: 2px;
				font-family: arial;
				font-size: .8em;
				color: #FFFFFF;
				text-decoration: none;
				}
			
.wrapper			{
				width: 659px;
				height: 1200px;
				margin: 0 auto;
				}
				
h1				{
				display: inline;
				font-family: helvetica;
				font-size: 1.4em;
				font-weight: 100;
				line-height: 1.5em;
				letter-spacing: .1em;
				color: #ffffff;
				background-color: #330099;
				padding: 5px;
				}
				
h2				{
				display: inline;
				font-family: helvetica;
				font-size: 1.4em;
				font-weight: 100;
				letter-spacing: .1em;
				color: #ffffff;
				background-color: #330099;
				padding: 5px;
				}
				
.notes			{
				font-family: helvetica;
				font-size: .9em;
				font-weight: 100;
				color: #000000;
				line-height: 1.5em;
				border-top: dotted 1px black;
				border-bottom: dotted 1px black;
				padding: 30px 0 30px 0;
				margin: 14px 0 35px 0;
				}
				
.image_wrapper		{
				margin-top: 100px;
				position: relative;
				}
			
#image_menu			{
				display: inline;
				width: 100px;
				}
				
.image_li			{
				list-style-type: none;
				font-family: arial;
				font-size: .8em;
				background-color: #ffff00;
				padding: 5px;
				border: solid 1px black;
				width: 80px;
				height: 15px;
				float: left;
				}

li:hover			{
				background-color: #009966;
				}
				
img				{
				border: solid 1px;
				border-color: #666666;
				position: absolute;
				top: 100px;
				left: 75px;
				visibility: hidden;
				}
				
#background_image
				{
				visibility: visible;
				}
				
li:hover	img		
				{
				visibility: visible;
				}
				
a				{
				color: #000000;
				text-decoration: none;
				border: 0px;
				}
				
a:hover			{				
				color: #ffffff;
				}
				
.image_wrapper		{
				width: 700px;
				}

#header_image	{
				visibility: visible;
				border: none;
				position: absolute;
				top: 30px;
				}


























