html, body {
	font-family: arial,verdana,lucida,helvetica,sans-serif;
	font-size: 12pt;
	margin: 5px auto;
	/*background-color: #f9f8e8;*/
	/*background: url(../images/bg.gif) #f8f7e4;*/
	background-color: #666;
	text-align: center;
}

#main_content {
	margin: 0px auto;
	width: 800px;
	background-color: #fff;
	padding: 5px;
	text-align: left;
}

#header {
	width: 800px;
	height: 131px;
	background: url(/images/banner2.gif) no-repeat;
	font-size: 10pt;
}

#main {
	width: 580px;
	/* height: 450px; /* remove if not wanting main to scroll*/
	/* overflow: auto; /* remove if not wanting main to scroll*/
	margin: 0 0 0 217px;
	padding: 0 0 0 0;
}
/* remove if not wanting main to scroll*/
/*html>body #main {
	margin-left: 20px;
}*/
/* end remove if not wanting main to scroll*/

#home {
	font-family: Monotype Corsiva;
	font-size: 16pt;
}

#nav {
	margin: 0 0 0 0;
	width: 200px;
	float: left;
}

#nav1, #nav1 li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	height: 25px;
	width: 200px;
}

#nav1 a {
	display: block;
	height: 25px;
	width: 200px;
	background: url(/images/button.gif) no-repeat bottom right;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	font-size: 10pt;
	text-align: center;
}

#nav1 a span 
{
	display: block;
	padding-top: 4px;
}

#nav1 a:hover, #nav1 a.active {
	background: url(/images/button.gif) no-repeat top left;
}

.bigidea {
	font-weight: bold;
	font-family: Georgia;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#ucc ul, #ucc ul li {
	float: left;
}

#ucc ul {
	width: 500px;
}

#ucc ul li {
	width: 230px;
	border: solid 1px #0080FF;
	padding: 3px;
	margin: 2px;
}

#subscribe {
	background: url(/images/mail.png) no-repeat;
	color: #fff;
	height: 25px;
	width: 128px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 0 20px;
	text-align: left;
}

/*
#subscribe:hover {
	background: url(../images/blurmetaldh4-whenlit.gif) no-repeat;
}
*/

.field span {
    float: left;
    text-align: right;
    padding-right: 5px;
    width: 300px;
}