/*  home.css  */ 

html, body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	background-color: #222;
	margin: 0;
	padding: 0;
	height: 100%;
}
* html body #container { 
	height: 100%; /* Only IE sees this */ 
}
#container {
	background-color: #111;
	position: relative;
	width: 700px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#mitchD {
	/*background-image: url(../images/mitch1.png) no-repeat; /* mitchD watermark */
	width: 488px;
	height: 214px;
	float: right;
	margin: 40px 50px 0 0;
}
#nav {
	font-family: 'Times New Roman';
	font-size: 1.2em;
	padding: 10px;
	margin-top: 50px;
	list-style: none;
	width: 130px;
	float: left;
}
#nav li {
	margin: 10px;
}
#nav a {
	color: #b8d6f0;
	background-color: #222;
	text-decoration: none;
	padding: 3px;
}
#nav a:hover {
	background-color: #333;
}
#words {
	color: #eee;
	clear: both;
	padding: 20px;
}
#words a {
	color: #b8d6f0;
	margin-bottom: -10px;
}
#footer {
	color: #eee;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	opacity:0.3;
	filter:alpha(opacity=30); /* For Internet Explorer Only */
}