.standard
	{
		font-family:  Courier New;
		font-size: 12px;
		color: #999;
		background-color: #FFFFFF;
	}
.linktitle
	{
		font-family:  Courier New;
		font-size: 20px;
		color: #999;
		font-weight: normal;
		text-decoration: none;
		background-color: #FFFFFF;
	}
.table
	{
		margin-right: auto;
		margin-left: auto;
	}
.mainmenu
	{
		width: 200px;
	}
.image
	{
		border: 1px solid;
		border-color: #BBBBBB;
	}
.imageindex
	{
		border: 1px solid;
		border-color: #BBBBBB;
	}
.imageindex:hover
	{
	border: 1px solid;
	border-color: #333;
	}
#linktitle
	{
		height: 250px;
		vertical-align: middle;
		background-color: #cc0000;
	}
#menu1
	{
		height: 160px;
		width: 93px;
		text-align: right;
		background-color: #FFFFFF;
	}
#menu2
	{
		height: 24px;
		width: 93px;
		font-size: 24px;
		font-weight:  normal;
		text-align: right;
		background-color: #FFFFFF;
	}
#menu3
	{
		height: 200px;
		width: 93px;
		text-align: right;
		background-color: #FFFFFF;
	}
.small
	{
		font-family:  Courier New;
		font-size: 10px;
		color: #FFFFFF;
	}
.bold
	{
		font-family:  Courier New;
		font-size: 100%;
		color: #999;
		font-weight: bolder;
		background-color: #FFFFFF;
	}
.link
	{
		font-family:  Courier New;
		font-size: 14px;
		font-weight: normal;
		color: #999;
		text-decoration: none;
		letter-spacing: 0px;
	}
.linksmall
	{
		font-family:  Courier New;
		font-size: 12px;
		font-weight: normal;
		color: #999;
		text-decoration: none;
		letter-spacing: 0px;
	}
.linkbold
	{
		font-family:  Courier New;
		font-size: 12px;
		font-weight: bold;
		color: #999;
		text-decoration: none;
		letter-spacing: 0px;
	}
.submenu
	{
		font-family:  Courier New;
		font-size: 16px;
		font-weight: bolder;
		color: #999;		
		text-decoration: none;
	}
.submenu2
	{
		font-family:  Courier New;
		font-size: 12px;
		color: #999;	
		text-decoration: none;
	}
.text
	{
		line-height: 20px;
		text-align: left;
	}
.intro
	{
		font-family: Courier New;
		font-weight: normal;
		letter-spacing: 4px;
		font-size: 200%;
		color: #636363;
	}
.menu
	{
		font-family: Courier New;
		font-size: 14px;
		font-weight: normal;
		color: #999;	
		text-decoration: none;
	}
.activemenu
	{
		font-family: Courier New;
		font-size: 14px;
		font-weight: normal;
		color: #333;
		text-decoration: none;
	}
a:hover
	{
		color: #000000;
	}
.content
	{
		width: 797px;
		height: 560px;
		border-color: #BBBBBB;
		font-family:  Courier New;
		font-size: 12px;
		color: #BBBBBB;
		text-align: left;
		vertical-alignment: top;
	}
.galleryBorder
	{
		width: 815px;
		height: 530px;
	}
.indexBorder
	{
		width: 815px;
		height: 530px;
		overflow: auto;
	}
	
/* vertical centering */
body, html {height: 98%;}
#outer
	{
		display: table; 
		height: 98%; 
		width: 100%;  
		#position: relative; 
		overflow: hidden;
	}
#middle
	{
		#position: absolute; 
		width: 100%; 
		#top: 50%; 
		display: table-cell; 
		vertical-align: middle;
	}
#inner
	{
		#position: relative;  
		#top: -50%;
	}
#inner_blank
	{
		#position: relative;  
		#top: -50%;
	}
