body {
	/*padding-left: 10em;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: black;
}
/*ul.navbar {
    	list-style-type: none;
    	padding: 0;
    	margin: 0;
    	position: absolute;
    	top: 2em;
    	left: 1em;
   	width: 8em}
ul.navbar li {
    	background: white;
    	margin: 0.5em 0;
    	padding: 0.3em;
    	border: 0.5em solid black }
 ul.navbar a {
    	text-decoration: none }*/
a:link 		{color: black }
a:visited	{color: grey }
a:hover		{background: #00B2A2 }

h1 {
	text-align: center;
	background: url(highlighter_yellow.gif) top center no-repeat;
	color: #FC9804;
}

address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted
}
/*p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0.5em;
}*/

.center {
margin-top: 1em;
margin-left: auto;
margin-right: auto;
}


table.gallery {
	font-size : 80%;

}

div.box {
	padding:1em;
	border:0px solid gray;
	/*margin:1em 5em;*/
	color: black;
	background: white;
	max-width:80%;
}

div.button {
	padding:1em;
	border:0px solid gray;
	color: black;
	background: white;
	max-width:10em;
	text-align: center;
}

blockquote {
	margin: 1em auto;
	min-width: 400px;    	
	max-width: 80%;
	color: black;
	background: white url(corner.gif) top right no-repeat;
	padding: 0 1em 1em 1em;
}
/*blockquote p {
	margin: 1em;
	padding: 0 1em 1em 1em;
}*/
		
/*blockquote:before {
    	display: titleblock;
    	line-height: 0;
	background: white;
    	content: url(corner.gif);
    	}
blockquote:after {
    	display: titleblock;
    	line-height: 0;
	background: white;
    	}*/
		
.float_right
{
float:right;
/*width:110px;
height:90px;*/
margin:1em;
}

.float_left
{
float:left;
/*width:110px;
height:90px;*/
margin:1em;
}

.text_line
{
clear:both;
margin-bottom:1em;
}
