html, body{ 
	height:100%; 
}

body {	
	max-width: 1300px;
	height: 100%;
	text-align: center;		
	margin: 0 auto;
	padding-left:10px;
	border-style:solid;
	border-width:0px;
	overflow:visible;
	background-color: #FFFFFF;
	background-image: url(backgrounds/background-bwgrad.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	color:#666;
	font-family: verdana, tahoma, sans-serif;	
}

#header {
	width:100%;
	overflow:auto;
}

#header h1{
	margin:0;
	float:left;

}

#links{
	float: right;
        margin-right: 25px;
        margin-top:25px;
	font-size:80%;	
}

#links li{

	float:left;
	padding: 5px;
	margin-left: 0px;
	list-style-type:none;
}

a {	
	color:#ff0000;	
	text-decoration: none;
}

a:hover {text-decoration: underline;
} 


#links li a{
	text-decoration:none;
	color: #707073;
}

#links li a:hover{
	color: #cf4338;
}

#rows li{
	display:inline;
	padding:5px;
	width:100px;
}

#main{
	height:80%;
	width:100%;
	margin-right: 0px;
	margin-left: -5px;
}

.picture {
	margin: 27px 0px 0px 36px;
	float: left;
	border: 3px solid grey;
}

.copy {
	margin: 7px 0px 0px 30px;
	font-size: 90%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	text-align: justify;
	float: left;
	width: 50%;
}

#copyright{
	float: right;
	margin-right: 25px;
	margin-top: 10px;
	padding: 3px;
	font-size: 75%;
	color:black;
	background-color:white;
	opacity:0.5;
	text-align: right;
}

img#expando {
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
	display: block;
}
 
.wide img#expando {
	width: 100%;
	height: auto;
}
 
.tall img#expando {
	width: auto;
	height: 100%;
}
 
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ?
	document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

</style>