@charset "utf-8";

	html, body
	{	
		height: 100%; 		
		width: 100%; 			
		margin: 0px;
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		background-color: #ffff9d;
	}

	img
	{
		border: none;
		_margin-bottom: -3px;
	}
	
	a:link, a:visited
	{
		color: #784810;
		text-decoration: none;
	}

	a:hover
	{
		color: #784810;
		text-decoration: underline;
	}
	
	table
	{
		margin-left: 7px;
		*margin-left: -3px;
		margin-bottom: 7px;
	}

	p, h2
	{
		margin: 10px;
	}
	
	#container
	{
		position: relative;
		width: 750px;
		min-height: 511px;
		_height: 511px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}

	#main
	{
		position: relative;
		width: 730px;
		min-height: 511px;
		_height: 511px;
		margin-left: 20px;
		border-left: 3px solid #ff0000;
	}

	#photoFrame1
	{
		position: absolute;
		width: 170px;
		height: 170px;
		top: 170px;
		left: -82px;
		border: 3px solid #67be53;
		background-color: #fffe5b;
		z-index: 2;
		line-height: 170px;
		vertical-align: middle;
	}

	.image, .imageRotator
	{
		margin-left: 5px;
		_margin-top: 5px;
		line-height: 170px;
		vertical-align: middle;
	}

	.imageRotator
	{
		margin-top: 5px;
	}

	#leftLine
	{
		position: absolute;
		width: 4px;
		height: 391px;
		margin-left: 71px;
		top: 20px;
		border-right: 3px solid #ff0000;
	}

	#header
	{	
		position: relative;
		width: 827px;
		height: 130px;
		margin-left: -97px;
		border-bottom: 3px solid #ff0000;
	}

	.under
	{
		position: relative;
		margin-left: 433px;
	}

	#logo
	{
		position: absolute;
		width: 260px;
		height: 85px;
		right: 14px;
		top: 20px;
		font-family: arial black;
		font-weight: bold;
		color: #fd2401;
		font-size: 48pt;
		line-height: 85px;
		text-align: center;
		border: 3px solid #67be53;
		background-color: #fffe5b;
	}

	#menu
	{
		position: absolute;
		width: 500px;
		height: 30px;
		margin-left: 70px;
		top: 90px;
		*top: 102px;
		bottom: 0px;
	}
	
	ul#menu
	{
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0px;
		list-style-type: none;
	}

	#menu li 
	{
		display: inline;
		height: 25px;
	}	

	#menu a 
	{ 
		float: left;
		width: 64px;
		margin-left: 3px;
		color: #140d4d;
		line-height: 24px;
		text-decoration: none;
		background-color: #fffe5b;
		padding: 0 0.2em 0 0.6em;
		border: 3px solid #ff0000;
	}

	#menu a:link, #menu a:visited 
	{
		width: 64px;
		height: 25px;
		text-align: center;
		font-weight: bold;
		background-color: #fffe5b;
		text-decoration: none;
		border: 3px solid #ff0000;
	}

	#menu a.this
	{
		text-decoration: none;
		border: 3px solid #ff0000;
		border-top: 3px solid #67be53;
	}

	#menu a:hover 
	{
		text-decoration: none;
		border: 3px solid #ff0000;
		border-top: 3px solid #67be53;
	}

	#text
	{
		position: relative;
		width: 570px;
		min-height: 320px;
		_height: 320px;
		margin-right: 0px;
		_margin-top: 3px;
		margin-left: 140px;
		color: #140d4d;
		background-color: #fffe5b;
		border: 3px solid #67be53;
	}
	
	#text a
	{
		color: #140d4d;
	}

	#footer
	{
		position: relative;
		height: 15px;
		margin-left: 140px;
		font-size: 7pt;
		line-height: 15px;
		color: #a3a3a3;
		width: 500px;
	}

	#footer a
	{
		color: #a3a3a3;
	}