@charset "utf-8";

* {
	margin:0
}

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	
	background: url(images/bg.gif) #665832;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #F2F2F2;
}

#wrapper {
	min-height:100%;
	height:auto;
	height:100%;
	margin: 0 auto -126px;
}

#footer, #push {
	height:126px;
}

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -126px;                                                             
	float: left;
}

#center {
	text-align: center;
	background: url(images/tile.png) repeat-x;
	width: 100%;
	height: 126px;
	clear: both;
	position: relative;
	top: -126px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}

/* FOOTER */

#footer {
	width:100%;
	margin:0 auto;
	color:#ffffff;
	text-align: center;
	background: url(images/footertile.png) repeat-x;
}

	#footer img {
		padding-top: 10px;
	}

/* TINYBOX */

#tinybox {
	position: absolute;
	display: none;
	padding: 10px;
	background: #e0e3c8;
	border: 10px solid #68834c;
	z-index: 2000;
	overflow-y: scroll;
	overflow-x: hidden;
}

#tinymask {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1500;
}

#tinycontent {
	background: #e0e3c8;
}

/* ABOUT */

#about {
	color: #383837;
}

	#about p.title {
		font-weight: lighter;
		font-size: xx-large;
		border-bottom: 1px solid #7b7c71;
		padding-bottom: 4px;
	}

	#about p.close {
		position: absolute;
		right: 10px;
		text-align: right;
	}
	
	#about a:link, #about a:visited, #about a:active {
		color:#383837;
		text-decoration: none;
		border-bottom: 1px dotted #383837;
	}
	
	#about p.heading1 {
		font-size: 16px;
		padding: 15px 0 10px 0;
		text-align: center;
	}
	
	#about p.heading2 {
		padding: 15px 0 10px 0;
		text-align: center;
	}
	
	#about table {
		padding-bottom: 10px;
	}
	
	#about tr {
		text-align: center;
	}

	#about tr#names {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
	}
	
	#about tr#links {
		font-size: 10px;
	}
	
	#about p.heading3 {
		padding: 10px 0 10px 0;
		text-align: left;
	}
	
	#about p.name {
		font-size: 10px;
		padding: 0 15px 4px 15px;
	}
	
	#about p.source {
		font-size: 10px;
		font-style: italic;
		padding: 0 15px 4px 15px;
	}
	
	#about a.logo:link, #about a.logo:visited, #about a.logo:active {
		text-decoration: none;
		border-bottom: none;
	}
	
	#about p.boilerplate {
		border-top: 1px solid #7b7c71;
		margin: 10px 0 10px 0;
		padding-top: 6px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 10px;
	}
