	html{
		height: 101%;
	}
	body {
		height: 101%;
		margin: 5px 0px 0px 0px;
		background: #c000c0;
		color: #363636;
		font: 75% arial;
		text-align: justify;
		padding: 3px 3px 0px 0px;
	}
	table {
		font: 100% arial;
		text-align: justify;
		padding: 0px 0px 0px 0px;
		line-height: 13pt;
	}
	#banner {
		font: 100% arial;
		width: 900px;
		background: #000000;
		color: #ffffff;
		text-align: center;
		letter-spacing: 3px;
		padding: 5px 5px 5px 5px;
		line-height: 13pt;
		border-top: 2px ridge #666666;
		border-right: 2px ridge #666666;
		border-left: 2px ridge #666666;
	}
	#footer {
		font: 90% arial;
		width: 900px;
		background: #000000;
		color: #cccccc;
		text-align: center;
		padding: 5px 5px 5px 5px;
		border-bottom: 2px ridge #666666;
		border-right: 2px ridge #666666;
		border-left: 2px ridge #666666;
	}
	#table1 {
		background: url(../images/background.jpg);
		width: 900px;
		font: 100% arial;
		text-align: justify;
		padding: 10px 10px 10px 10px;
		line-height: 13pt;
		border-left: 2px ridge #666666;
		border-right: 2px ridge #666666;
	}
	#gallery {
		width: 100%;
		background: #000000;
		font: 100% arial;
		text-align: center;
		padding: 10px 10px 10px 10px;
	}
	#gallery img { 
		border: 5px solid #cccccc;
	}

	h1 {
		font: 115% arial,helvetica,sans-serif;
		letter-spacing: 1px;
		font-variant: small-caps;
		font-weight: normal;
		color: #c000c0;
	}
	h2 {
		font: 110% arial,helvetica,sans-serif;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-size: 100%;
		font-weight: normal;
		color: #666666;
	}
	h3 {	
		margin: 30px 0px 0px 0px;
		}
		
	a {
		color: #cccccc;
		text-decoration: none;
	}
	a:hover {
		color: #ffffff;
		text-decoration: none;	
	}
.a2 {
		color: #666666;
		text-decoration: none;
	}
.a2:hover {
		color: #666666;
		text-decoration: underline;	
	}