html, body
{
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font: 75%/150% arial, verdana, sans-serif;
	background-color: #fff;
}

#container
{
	background-color: #333;
}


#masthead
{
	position: relative;
	height: 100px;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	background-color: #8aa1be;
}

#masthead img
{
	position: relative;
	margin: 2px 0 0 10px;
}

#footer
{
	position: relative;
	padding: 5px 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #8aa1be;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#nav
{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #333;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
}

#nav ul
{
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
#nav ul li
{
	margin: 0;
	padding: 5px;
	margin: 0 5px;
	float: left;
}

#nav a:link
{
	color: #fff;
	font-weight: normal;
}
#nav a:visited
{
	color: #ccc;
	font-weight: normal;
}
#nav
{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #333;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	font-size: 1.3em;
}

#nav ul
{
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
#nav ul li
{
	margin: 0;
	padding: 5px;
	margin: 0 5px;
	float: left;
}

#nav a:link
{
	color: #fff;
}
#nav a:visited
{
	color: #ccc;
}

#theBigThree
{
	width: 585px;
	margin: auto;
	border: 1px solid transparent;
}			

#theBigThree a
{
	display: block;
	float: left;
	font-size: 1.5em;
	height: 125px;
	width: 125px;
	border: 0;
	padding: 0;
	margin: 30px 35px 0;
	overflow: hidden;
	text-indent: -5000px;
}

#gimmeGimme
{
	background: url(../img/btn_gimmeGimme.png) no-repeat;	
}

#teachMeGimme
{
	background: url(../img/btn_teachMeGimme.png) no-repeat;
}

#showMeGimme
{
	background: url(../img/btn_showMeGimme.png) no-repeat;
}

#gimmeGimme:hover,
#teachMeGimme:hover,
#showMeGimme:hover
{
	background-position: 0 -125px;
	cursor: pointer;
}			

#main, #extra1, #extra2, #extra3
{
	width: 800px;
	height: 400px;
}

#main
{
	position: relative;
	margin: 50px auto;
	border: 1px solid #333;
	z-index: 10;
}

#extra1, #extra2, #extra3
{
	position: absolute;
	top: 154px;
	left: 50%;
	margin-left: -400px;
}

#extra1
{
	background: url(../img/main_gradient.gif) repeat-y;
}			
#extra2
{
	opacity: .2;	
	background: url(../img/main_stripe.gif);
}
#extra3
{
	opacity: .09;	
	background: url(../img/main_watermark.gif) no-repeat;
}

#main h1
{
	position: relative;
	height: 57px;
	width: 706px;
	left: 50%;
	margin: 50px 0 0 -353px;
	background: url(../img/main_h1.png) no-repeat;
}
#main h1 span
{
	position: absolute;
	left: -5000px;
	margin: 0;
}

#main h2
{
	margin: 5px 50px 20px 365px;
	height: 31px;
	width: 373px;	
	background: url(../img/main_h2.png) no-repeat top right;
}
#main h2 span
{
	position: absolute;
	left: -5000px;
}

#corner1, #corner2, #corner3, #corner4
{
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: -1;
}
#corner1 { top: 0; left: 0; background: url(../img/corners.png) no-repeat 0 0; }
#corner2 { top: 0; right: 0; background: url(../img/corners.png) no-repeat -40px 0; }
#corner3 { bottom: 0; left: 0; background: url(../img/corners.png) no-repeat 0 -40px; }
#corner4 { bottom: 0; right: 0; background: url(../img/corners.png) no-repeat -40px -40px; }

#gimmeDemo
{
	position: absolute;
	top: 125px;
	width: 500px;				
	left: 50%;
	margin-left: -250px;				
	padding: 0 8px 8px;
	opacity: 0;
	z-index: 10;
	background-color: #8aa1be;
	border: 2px solid #000;
	display: none;
}

#gimmeDemo pre
{
	background-color: #333;
	font-family: arial, sans-serif;
	border: 2px solid lightgreen;				
	font-size: 1.3em;
	padding: 8px;
}

#gimmeDemo #ex1
{
	color: #ccc;
}
#gimmeDemo #ex2
{
	color: lightgreen;
}