	html, body {
		height: 100%;
		overflow: hidden;
	}

	body {
		margin: 0;
		padding: 0;
		background-color: #BBB070;
		color: #202020;
		font-size: 14px;
		text-align: center;
		font-family: "Times New Roman", serif;
	}

	#flashcontent {
		width: 100%;
		height: 75%;
	}
	
	a {	
		color:#202040;
	}

	#header { 
		padding: 4px;
		margin: 15px 0px 0px 0px;
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		font-variant: small-caps;
		color: #202020;
		background: #bbb070 url('/img/sfheader.gif') repeat-x;
		border: 1px solid #ddd;
	}

	#lnk {
		padding: 4px;
		margin: 0px 0px 15px 0px;
		text-align: right;
		vertical-align: middle; 
		font-weight: bold;
		font-variant: small-caps;
	}
	#lnk a:hover {background-color: #cbcb80; border-right: 5px ridge #BBB070; }
	#lnk a {border-right: 5px groove #BBB070; height: 90%; padding: 4px; white-space:nowrap;  text-decoration:none; vertical-align: middle; }

	#footer {
		padding: 4px;
		margin: 15px 0px 15px 0px;
		text-align: center;
		font-size: small;
		font-weight: bold;
		font-variant: small-caps;
		background: #bbb070 url('./img/sffooter.gif') repeat-x;
	}

	table {width: 50%; text-align: center; margin: 0px auto 0px auto; padding: 0px 0px 0px 0px; border: none;}
	td    {text-align: center; vertical-align: middle;}
	td.mnu   {text-align: center; vertical-align: middle; width: 200px;}
	td.mnu a:hover {background-color:#cbcb80; border-right: 5px ridge #BBB070; }
	td.mnu a {border-right: 5px groove #BBB070; height: 90%; padding: 4px; white-space:nowrap;  display:block;  text-decoration:none; text-align: center; vertical-align: middle;}

	#by {
		text-align:right;
		font-size:x-small
	}

	#contactform LABEL { width:11em; }
	#contactform INPUT { width:40em; }
	#contactform TEXTAREA  { width:40em; vertical-align: middle;}

	.counter {vertical-align: middle; float: left}
