/*
	main.css
*/

*
{
	border: none;
	margin: 0; padding: 0;
}

body
{
	background-color: white;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Lucida, sans-serif;
}

h1.banner
{
	font-size: 150%;
	padding: 1ex 0 1ex 0;
}

/* position main elements */

div.branding
{
	top: 0;
	left: 0;
	right: 0;
	height: 7em;
	background-color: white;
	border-bottom: solid 1px black;
	/*width: 95%;*/
	margin: 0;
	padding: 0 2% 0 2%;
}

div.branding a:visited { color: black; }
div.branding a:link { text-decoration: none; }

div.navigation
{
	top: 7em;
	left: 0;
	width: 15em;
	height: 100%;
	padding: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
	padding-top: 1ex;
	border-right: solid 1px black;
	background-image: url("images/spineback.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

div#contact
{
	position: fixed;
	background-color: white;
	bottom:0;
	font-size: smaller;
	padding: 1ex;
	text-align: center;
}

div.content
{
	position: absolute;
	top: 7em;
	left: 17em;
	padding: 1ex;
	padding-top: 2ex;
}

div.content p
{
	margin-bottom: 2ex;
}

p.quotation, p.citation
{
	font-size: smaller;
	font-style: italic;
	text-align: right;
}

a.homelink
{
	text-align: left;
	color: red;
	text-decoration: none;	
}

p.navcat
{
	text-align: left;
	color: teal;
}

a.navlink
{
	text-decoration: none;
	font-size: smaller;
	color: blue;
}

