a:link {
	color: #9c0000;
	}

a:visited {
	color: #003100;
	}
	
a:hover, a:active {
	color: #ce6300;
	}

body {
	background-image: url('images/background.gif');
	margin: 0px;
	color: #003333;
	background-color: #ffffce;
	height: 100%;
	}
	
h1 {
	text-align: center;
	}
	
h2 {
	text-align: center;
	}
	
html {
	height: 100%;
	}
	
#content  {
	margin: 0px 0px 0px 150px;
	padding: 20px;
	min-width: 550px;
	}
	
#footer {
	clear: both;
	padding-top: 20px;
	}
	
#menu {
	position: fixed;
	top: 20px;
	left: 10px;
	width: 110px;
	}
	
* html #menu {
	position: absolute;
	}
	

#page {
	position: relative;
	min-width: 600px;
	max-width: 900px;
	background-image: url('images/border.gif');
	background-repeat: repeat-y;
	min-height: 100%;
	}
	
* html #page {
	height: 100%;
	}
	
.address {
	text-align: center;
	font-size: 18px;
	}
	
.bottommenu {
	text-align: center;
	font-size: 11px;
	border: 1px solid #660000;
	background-color: #ffffce;
	padding: 4px;
	}
	
.button {
	margin: 2px 0px;
	}
	
.center {
	text-align: center;
	}

.imgleft {
	float: left;
	margin: 0px 20px 5px 0px;
	border: 1px solid #660000;
	padding: 2px;
	}
	
.imgright {
	float: right;
	margin: 0px 0px 5px 20px;
	border: 1px solid #660000;
	padding: 2px;
	}

	
div.imgleft img, div.imgcenter img, div.imgright img {
	border-top: 4px solid #012f2d;
	border-right: 4px solid #557c7b;
	border-bottom: 4px solid #669999;
	border-left: 4px solid #264e47;
	display: block;
	}
	
.imgcenter {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
	}
	

div.imgcenter {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #660000;
	padding: 2px;
	}
	
.w200 {
	width: 208px;
	}
	
.w300 {
	width: 308px;
	}
	
.w375 {
	width: 383px;
	}
	
.w500 {
	width: 508px;
	}
	
.w600 {
	width: 608px;
	}
	
	

