a {
	color: White;
}

#menu
{
	margin-top: 55px;
}

#menu a
{
	font-family: Lucida Console;
	color: #FFFFFF;
	text-decoration: none;
	width: 155px;
	height: 20px;
	display: block;
	float: left;
	text-align: center;
	/*border: solid Transparent 1px;*/
	font-size: 14pt;
}
#menu a:hover
{
	color: #9bb986;
}
#menu a.selected
{
	color: #9bb986;
}
#content
{
	width: 450px;
}
#content-wide
{
	width: 800px;
}
#gallery-listing
{
	background-color: #212121;
	border-bottom: solid 2px #717171;
}
#menu .home
{
	width: 163px;
	float: left;
}

body, td
{
	font-family: Lucida Console;
	font-size: 12pt;
	color: White;
}
#main
{
	background-color: #333333;
}
#rte
{
	background-color: #FFFFFF;
	color: White;
}
body
{
	background-color: #808080;
}
input, textarea
{
	background-color: #393939;
	width: 250px;
	border: solid #808080 1px;
	color: White;
	font-family: Lucida Console;
	font-size: 12pt;
}
input.submit{
  width: 80px;
}

