#wrapper {width: 619px;
	min-width: 700px;
	margin: 0 auto;
	min-height: 629px;
	padding-right: 10px;
	background-color:white;

}
#leftcolumn { float: left;
	width: 150px;
	height: 20px;
}

#rightcolumn { margin-left: 150px;
	padding: 0 20px 20px;
	color:#996633;
}
#leftcolumn a { display: block;
		margin: 0 15px 15px 15px;
}
body {
	background: url("background.jpg");
        text-align: left;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #000;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
        padding: 16px;
}
a:visited {
	color:black;
}
a:link {
	color:black;
	text-decoration: underline;
}
h1 {
	color:#010585;
	text-align:center;
}
table {
	color:black;
}
p {     font-family: "Tahoma", Geneva, sans-serif;
	color:#000;
	text-align:left;
}
address {
	color:black;
}
h2 {
	color:#010585;
	text-align:center;
}
ul {
	color:black;
	text-align:left;
{
h3 {
	color:#010585;
	text-align:center;
}
table {
	font-size:large;
}
IMG.displayed {
    display: center;
    margin-left: auto;
    margin-right: auto; 
}
#copy {
	text-align:center;
	color:white;
}