@charset "UTF-8";
/* CSS Document */

		div.tabbedNav {
			float:left;
			margin:0px;
			padding:15px 5px 0 0;
			height:98%;
	}
			div.tabbedNav h2,
			div.tabbedNav iframe {
				float:left;
				margin:0;
			}
			div.tabbedNav h2 {
				margin:6px 0 0 0;
			}
			div.tabbedNav iframe {
				height:98%;
				width:17px;
				border:none;
			}
			
			
		
		#TabAbout {background:#e2deba;}
		#TabBackstamps {background:#e4e0bc;}
		#TabMakers {background:#e6e2be;}
		#TabStories {background:#e8e4c0;}
		#TabDonors {background:#eae6c2;}
		#TabEssays {background:#ece8c4;}
		#TabNewsEvents {background:#eeeac6;}
		#TabLinksThanks {background:#f0ecc8;}
		#TabContribute {background:#f2eeca;}
		
		html {height:100%;}
		
		body {
			background:#f2eeca url("../img/bg_index.gif") repeat-y;
			margin:0;
			padding:0;
			color:#82745a;
			width:1040px;
			height:100%;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		#TabContext {
			width:200px;
			margin:-15px 10px 0 15px;
		}
			#TabContext #iContext {
				height:100%;
				width:215px;
				display:none;
			}
			
			#TabContext #LightsOut {
				display:block;
				margin-top:36px;
			}

			#TabContext>#LightsOut {
				margin-top:22px;
			}			
		
		h1 {
			font-family:Verdana, sans-serif;
			font-size:11px;
			font-weight:bold;
			text-transform:uppercase;
		}
		
		a img { border:none;}
		
		#About {width:355px;}
		
		a:link {
			color: #ab5b33;
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
			color: #ab5b33;
		}
		a:hover {
			text-decoration: underline;
			color: #ab5b33;
		}
		a:active {
			text-decoration: none;
			color: #ab5b33;
		}
		
		