/* 
	for centering, see http://www.itwales.com/997814.htm 
	for footer see http://www.themaninblue.com/writing/perspective/2005/08/29/
	and http://solardreamstudios.com/learn/css/footerstick/
*/

html, body {
	height: 100%;
}

body {
	text-align: center;
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, #PageContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	/*border: 1px solid #993333; /* for testing only */
}

#PageContainer {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	margin-bottom: 4em;
	/*border: 1px solid #99FF33; /* for testing only */
}

* html #PageContainer
{
	height: 100%;
}

.box {
	background-color: #FFBE5E;
	border: 4px solid #000000;
}

#TitleBox {
	top: 35px;
	border: 0px none;
}

#TitleBox img {
	border: 0px none;
}

#NavBox {
	width: 11em;
	top: 1.5em;;
	text-align: center;
	float: left;
	margin: 0 2em 3.5em 0;
/*	border: 1px solid #993333; /* for testing only */
}

#PageContent {
	margin-top: 1em;
	padding-bottom: 3em;
	text-align: left;
/*	border: 1px solid #993333; /* for testing only */
/*	padding-left: 14em; /* use this line to stop content wrapping underneath nav box */
}

#FooterBox {
	border: 2px solid #000000;
	font-size: 0.8em;
	font-style: italic;
	color: #FFFFFF;
	height: 0.9em;
	width: 760px;
	clear: both;
	position: relative;
	margin: 0 auto;
	margin-top: -6.8em;
	text-align: center;
/*	border: 1px solid #993333; /* for testing only */
}

.NavElement {
	font-style: italic;
	font-size: 0.9em;
	font-weight: 900;
	color: #000000;
	padding: 0.5em 2em;
}

.Open {
	color: #FFFFFF;
}

.Sub {
	font-size: 0.75em;
	font-weight: 500;
	padding-top: 0;
}

p {
	font-size: 0.9em;
	padding-bottom: 1em;
/*	display: block;
/*	border: 1px solid #993333; /* for testing only */
	/*margin-bottom: 1.5em;*/
}

a:link {
	text-decoration: none;
	display: inline;
	color: #FF9933;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	color: #FFCC66;
}

ul {
	margin-top: -1em;
}

li {
	font-size: 0.9em;
	color: #FF9933;
}

#FooterBox p {
	font-size: 0.8em;
	line-height: 0.9em;
	padding: 0 0.5em;
	display: inline;
/*	border: 1px solid #993333; /* for testing only */
}

#FooterBox a {
	color: #FFFFFF;
/*	border: 1px solid #99FF33; /* for testing only */
}

#FooterBox a:visited {
	color: #FFFFFF;
/*	border: 1px solid #99FF33; /* for testing only */
}

#FooterBox a:hover {
	color: #FFFFFF;
/*	border: 1px solid #99FF33; /* for testing only */
}

.NavElement a {
	color: #000000;
/*	border: 1px solid #99FF33; /* for testing only */
}

.NavElement a:visited {
	text-decoration: none;
	color: #000000;
}

.NavElement a:hover {
	color: #FFFFFF;
}

.LinkEntry {
	font-size: 0.9em;
	float: left;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 2em;
	width: 200px;
	display: inline;
	vertical-align: bottom;
/*	border: 1px solid #99FFFF; /* for testing only */
}

.ProjectEntry {
/*	border: 1px solid #99FFFF; /* for testing only */
	margin-bottom: 5em;
}
/*
div.ProjectEntry:after {
	content: "&nbsp;";
	display: block;
	clear: left;
	height: 0;
	padding-top: 1px;    /* avoid collapsing margins */
/*	overflow: hidden;
	visibility: hidden;*/
/*}*/

.ProjectEntry img {
	border: none;
	top: 0.4em;
	margin-right: 0.5em;
	float: left;
}

.ProjectEntry p {
/*	border: 1px solid #99FF33; /* for testing only */
}
