*
{
	margin: 0;
	padding: 0;
}

body
{
	/*width: 1131px;*/
	font-family: "Lucida Grande", Verdana, Arial ;
	font-size: 12px;
	color: #deffb9;
	background-color: black;
	padding: 40px;
}

table
{
	font-family: "Lucida Grande", Verdana, Arial ;
	font-size: 12px;
	color: white;
}

td.first
{
	padding: 0px;
}

td
{
	padding-left: 10px;
}

a:link
{
	color: #6b9847;
	text-decoration: none;
}

a:visited
{
	color: #6b9847;
	/*color: #627b3f;*/
	text-decoration: none;
}

a:hover
{
	color: #D6EDB2;
}

a:active
{
	color: #fff;
}

hr
{
	color: #333333;
	background-color: #222;
	height: 1px;
	border: 0;
	margin-top: 15px;
	margin-bottom: 20px;
}

h1
{
	margin-bottom: 8px;
	color: white;
	font-size: 16px;
}

h2
{
	padding-top: 4px;
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #f3ffed;
	font-style: normal;
	font-weight: normal;
}

h3
{
	margin-top: 30px;
	/*border-bottom: thin dotted #333;*/
	color: #fff;
	border-bottom: solid thin #333;
}

h4
{
	font-size: 13px;
	color: #eee;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
}

p
{
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
}

ul
{
	/*font-size: 10px;*/
	margin: 0 ;
	padding: 0;
}

li
{
	margin-right: 10px;
	display: inline;
	list-style-type: none;
}

li a
{
	border-bottom: solid thin #6b9847;
	border-top: solid thin #6b9847;
}

ul.spectacles a
{
	border: none;
}

li:before
{
	/* content:" >--< "; */
}

li:first-child:before
{
	/* content:""; */
}

dt
{
	color: #545454;
}

dd
{
	margin-left: 10px;
}

hr
{
	clear: both;
}

#content_wrapper
{
	/*padding-right: 50px;
	padding-left: 50px;*/
	/*width: 1031px;*/
	/*margin: 10px;*/
	width: 100%;
}

#content
{
	width: 780px;
	margin: 0 auto;
}

.float_right
{
	float: right;
	margin-left: 10px;
}

.clear
{
clear: both;
}

.credit
{
	font-size: 11px;
	margin-top: -6px;
	padding: 0;
	font-style: italic;
}

.alert
{
	color: #ad0000;
}

.no_spaces
{
	margin: 0;
	padding: 0;
}

#logo
{
	margin-bottom: 30px;
}

/*
#logo {
	padding-top: 200px;
	padding-bottom: 50px;
	width: 107px;
	height: 158px;
	margin: 0 auto;
}

#content {
	margin: 0px;
	text-align: center;
	color: #d2fb98;
	font-size: 0.7em;
	width: 400px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 auto;
}

#content-wrapper {
	width: 100%;
}

*/