/* Copyright 2009, WingMutt.com. All Rights Reserved. */

html, body {
	height:100%;
	min-height:100%;
	text-align:center;
	background:#DEB762;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0;
	margin-top:0;
	margin-bottom: -1.2em;
		}

		h1 { 
			position:absolute;
			font-size: 16px;
			font-weight: bold;
			bottom:7px;
			} 

		h2 { 
			font-size: 14px;
			font-weight: bold; 
			}
			
		h3 { 
			font-size: 12px;
			font-weight: bold; 
			}

		p {
			color:#603312;
			text-align: left;
			font-size: 14px;
			font-style: normal;
			}
			
		.main_text_centered {
			text-align: center;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			}
			
		.main_text_padded {
			text-align: center;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			padding:5px;
			}
			
		a:link {
			color:#000000;
			text-decoration: none;
			}
		a:visited {
			color:#000000;
			text-decoration: none;
			}
		a:hover {
			color:#000000;
			text-decoration: underline;	
			}
		a:active {
			color:#000000;
			text-decoration: none;
			}
			
		.centered_text {
			text-align:center;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			}
			
		.buttons {
			font-size: 14px;
			font-weight: bold;
			padding:5px;
			}
				
	#container {
	    background:#fff url(images/site/bg.gif);
		width:800px;
	    margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
	
	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		}

	#contentheader {
		background-image: url(images/site/chimpair.jpg);
		background-color: #9D631F;
		background-repeat: no-repeat;
		background-position: left;
		height:140px;
		width:760px;
		}

	#page_title_bar {
		position:relative;
		float:left;
		width:750px;
		height:130px;
		padding: 5px;
		}

	#contentleft {
		overflow: hidden;
		float:left;
		width:130px;
		padding: 10px 5px 5px 5px;
		}
	
	#content_title {
		margin-left:140px;
		width:610px;
		padding: 10px 5px 5px 5px;
		}

	#content {
		margin-left:140px;
		width: 610px;
		min-height:600px;
		padding:5px;
		text-align: left;
		}
		
	#content_wide {
        overflow: auto;
		width:750px;
		min-height:600px;
		padding:5px;
		text-align: left;
		}
		
	#prefooter {
  		clear:both;
		text-align:center;
		padding: 30px 0 5px 0;
		}

	#contentfooter {
		text-align:center;
		padding:5px;
		background: #9D631F;
  		height: 20px;
		}

		.small {
			color: #fff;
			font-size: 12px;
			font-weight:bold;
			line-height: 2em;
			}
			
		#nav {
  			list-style: none;
  			margin: 0;
  			padding:  0;
			}
			
		#nav li {
  			border-bottom: 1px solid #CCC;
  			padding: 0.4em 0 0.2em 0;
  			font-size:  90%;
			}
			
		#nav li a:link, #nav li a:visited {
  			text-decoration: none;
  			color: #000000;
  			font-weight: normal;
			}
			
		.buttonAsLink{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-align: left;
			background-color: #ffffff;
			border: 0;
			width:200px;
			}