html, body {
	background-color: #8F8F8F;
	color: #000000;
	height: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
}

body {
	border-top: 17px solid #8F8F8F;
	font-family: Georgia, serif;
	font-size: 76%;
	line-height: 1.5em;
	height: 100.5%;
}



#content {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	width: 750px;
	margin: 50px auto;
	padding: 20px;
	background: #FFF;	
}

#footer {
	
	clear: both;
	color: #7f7f7f;
	font-size: 91%;
	height: 100%;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#footer ul {
	border: 0px solid red;
	color: #000000;
	float: right;
	list-style-type: none;
	margin-top: 14px;
	margin-right: 20px;
	text-align: right;
	width: 240px;
}

#footer li {
	display: inline;
}

#footer p {
	margin-left: 20px;
	margin-right: 220px;
	margin-top: 14px;
}

#footer .name {
	color: #000000;
}

#sitenotes {
	color: #575757;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 1px;
	padding: 10px 0px 40px 0px;
	text-transform: uppercase;
}

#sitenotes a {
	color: #3c3c3c;
}

#sitenotes a:hover {
	background: #3c3c3c;
	color: #b9b9b9;
	text-decoration: none;
}


#homeAbout {
	background: #f2f2f2;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	line-height: 1.4em;
	padding: 0px;
}

#homeAboutLeft {
	margin-top:10px;
	border-left: 1px solid #cccccc;
	background: #f2f2f2;
	line-height: 1.4em;
	padding: 5px;
	padding-top:2px;
	width:23%;
}

h1 {
	margin: 0;
}

.h2 {
font-family:Georgia, serif;
font-size:154%;
font-style:normal;
font-weight:normal;

}

.h1a {
	font-family:Georgia, serif;
	font-size:200%;
	font-style:normal;
	color: #900;
}


.bodytext {
	font-family:Georgia, serif;
	font-style:normal;
	color: #4E4E4E;
}

.headbodytext {
	font-family:Georgia, serif;
	font-size:106%;
	font-style:normal;
	color: #313131;
	font-weight:bold
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

#twitter_update_list {


}

#twitter_update_list li {
	list-style:none;
	text-align: left;
	margin-left:-25%;
	font-family:Georgia, serif;
	font-style:normal;
	color: #4E4E4E;

}

	a:link {

	font-style:normal;
	color: #900;
	text-decoration: none;
}

a:hover {
	font-style:normal;
	color: #000;
	text-decoration: underline;
}

a:visited {

	font-style:normal;
	color: #900;
	text-decoration: none;
}

a:visited:hover {

	font-style:normal;
	color: #000;
	text-decoration: underline;
}

.menu { 
			height: 45px;
			display: block;
		}
		
		.menu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		.menu ul li {
			/* width and height of the menu items */  
			float: left;
			overflow: hidden;
			position: relative;
			text-align: center;
			line-height: 45px;
		}

		.menu ul li a {
			/* must be postioned relative  */ 
			position: relative;
			display: block;
			width: 110px;
			height: 45px;
			font-family: Arial;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
		}

		.menu ul li a span {
			/* all layers will be absolute positioned */
			position: absolute;
			left: 0;
			width: 110px;
		}

		.menu ul li a span.out {
			top: 0px;
		}

		.menu ul li a span.over,
		.menu ul li a span.bg {
			/* hide */  
			top: -45px;
		}

		/** 1st example **/

		#menu {
			background: #EEE;
		}

		#menu ul li a {
			color: #000;
		}

		#menu ul li a span.over {
			color: #FFF;
		}

		#menu ul li span.bg {
			/* height of the menu items */  
			height: 45px;
			background: url('bg_over.gif') center center no-repeat;
		}
	


hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}