html, body { height:100%; }

/* General Settings */
body {
	min-width:800px;
	font-family:Verdana,arial,Tahoma;
	font-size:.8em; 
	color:#222;
	margin:0;
	padding:0;
	background-color:#FFE7CC;
	color:#000066;
}

/* Links */
a { 
	color:#557FFF; 
}

/* Links that you are hovering over */
a:hover { 
	text-decoration:none; 
}


/* Top NAV PANE -- Page Header */
#topNav
{
	background: transparent url(../images/header_img.png) no-repeat;
	background-color:#FF9900;
/*	font:Garamond;
	font-size:16em;
	font-style:bold;
	color:FFE7CC;*/
	height: 33px;
}

/* CONTENT PANE */
#content { 
	width:620px; 
	margin-left:auto; 
	margin-right:auto; 
	padding:8px; 
	border-left:10px solid #FF9900; 
	border-right:10px solid #FF9900; 
	border-bottom:10px solid #FF9900;
	text-align: left;
	font-size: 1em;
}

/* Big Headings --- This is used for the gallery labels */
h1 { 
	margin:2px; 
	font-family:Georgia,Arial,Tahoma; 
	font-size: 3em;
}

/* Background Color and Side Border Color for Text Areas */
textarea { 
	border:1px solid #aaa; 
}

/* Paragraphs and Lists */
p, li { 
	margin:2px; 
	padding:2px;
}

/* Embedded Pictures */
img { 
	border: none; 
}

/* First Letter in the Bio Paragraph */
.leadLetter
{
	font-size: 2em;
}

/* LEFT NAV PANE */
#nav
{
	text-align: left;
	width: 180px;
}

/* Link Colors */
#nav a, a:hover, a:visited, a:active { 
	color: #0000CC
};

/* FOOTER -- This is the legal notice. */
#footer 
{ 
	text-align: center; 
	font-size: .8em;
}

