/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #CBD6E2;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	
	background-image:url(images/background_tile.png);
	background-position:left 727px;
	background-repeat:repeat;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-image:url(images/background_fade.png);
	background-position:top;
	background-repeat:repeat-x;
}

div#header {
	padding-top: 30px;
	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 1em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	height: 68px;
	bottom:0; /* stick to bottom */
	background:#666666 url("images/bottombar.png") 0px repeat-x;
}
		div#footer a {
		color: #FFCC00;
	}
		div#footer p {
		padding:1em;
		margin:0;
	}
div#contentwrap {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#standingjohn {
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 186px;
	height: 458px;
}
html>body div#standingjohn{
background:url("images/johna_transparent.png") 0px no-repeat;
}
div#maintext {
	border-right: solid 1px #6F8DB0;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 120px;
	margin-bottom: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#000033;
}

.quotation {
	color: #333333;
	font-style:italic;
	text-align: left;
	font-size: 90%;
	line-height: 110%;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;





}
.quotation_credit {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -10px;
	margin-bottom: 20px;
	line-height: 110%;
	margin-right: 20px;
	margin-left: 20px;


	
}
.title {
	font-size: large;
	color: #CCCCCC;
	text-decoration: underline;
}
div#leftcolumn {
	font-size: small;
	color: #666666;
	padding: 10px;
	clear: left;
	float: left;
	width: 235px;
	border-right-style: none;
	border-right-color: #6F8DB0;
}
div#infobox {
	font-size: 90%;
	list-style-type: circle;
	clear: left;
	width: 225px;
	color: #333333;



}
div#leftpic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: 3px solid #666666;
	border-right: 0px none #666666;
	border-bottom: 0px none #666666;
	border-left: 3px solid #666666;
}
div#maincol {
	margin-left: 50px;
	font-size: 100%;


}
p.emphasis {
	font-family: "Gill Sans MT Condensed";
	font-style: normal;
	font-weight: 500;
	color: #000066;
	text-align: center;
	font-size: 140%;
	line-height: 1.25em;
	font-variant: small-caps;



}
.menuitems {
	font-family: "Gill Sans MT Condensed";
	font-size: 200%;
	font-weight: 800;
	font-variant: small-caps;
	color: #000066;
	clear: both;

}
.booktitle {
	font-family: "Gill Sans MT Condensed";
	font-size: 200%;
	font-weight: 700;
	font-variant: small-caps;
	color: #333333;
	text-align: left;


}

a, a:link, a:visited {
	color:#0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003366;
}
.topmenu, .topmenu:link, .topmenu.visited, .topmenu:hover {
	font-size: 25px;
	color:#0066CC;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer;
	font-variant: small-caps;
	font-family: "Gill Sans MT Condensed", "GillSans Condensed", GillSans, Arial, Helvetica, sans-serif;
	position: relative;
	bottom: -2px;
}
.topmenu:hover {
	color: #003366;
}
.topmenu_current {
	font-size: 32px;
	color: #003366;
	font-weight: bold;
	position: relative;
	bottom: -3px;
	font-variant: small-caps;
	font-family: "Gill Sans MT Condensed", "GillSans Condensed", GillSans, Arial, Helvetica, sans-serif;
	}
.credit {

	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 20px;
}
div#submenu {
	border-left: solid 1px #6F8DB0;
	border-bottom: solid 1px #6F8DB0;
	border-right: solid 1px #6F8DB0;
	background-color:#263746;
	padding-left: 10px;
}
.submenu, a.submenu, .submenu:link, .submenu.visited, .submenu:hover {
	font-size: 16px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer;
	font-variant: small-caps;
	font-family: "Gill Sans MT Condensed", "GillSans Condensed", GillSans, Arial, Helvetica, sans-serif;
}
.submenu:hover {
	color: #CBD6E2;
}
.submenu_current {
	font-size: 18px;
	color: #CBD6E2;
	font-weight: bold;
	position: relative;
	bottom: -1px;
	font-variant: small-caps;
	font-family: "Gill Sans MT Condensed", "GillSans Condensed", GillSans, Arial, Helvetica, sans-serif;
	}
.submenu_type {
	font-size: 16px;
	color: #D6E0E9;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Gill Sans MT Condensed", "GillSans Condensed", GillSans, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	}
div#recentcolumns ul {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.gilltitle {
	font-size: 25px;
	color: #003366;
	font-weight: bold;
	text-decoration:none;
	cursor: pointer;
	font-variant: small-caps;
	font-family: "Gill Sans MT Condensed", "GillSans Condensed", GillSans, Arial, Helvetica, sans-serif;
}