/*
 * Copyright 2007 The Australian National University
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this 
 * file except in compliance with the License. You may obtain a copy of the License at 
 *
 *    http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software distributed under 
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
 * KIND, either express or implied. See the License for the specific language governing 
 * permissions and limitations under the License.
 */

#slideleft {
    position:absolute;
    left:0px;
    top:50%;
    padding-left:0px;
}

/* Values for Safari and Firefox */
div > div#slideleft  {
	position: fixed;
}

#slideleft a {
	cursor:pointer;
	text-decoration:none;	
}

#slideleft a:hover {
	text-decoration:underline;	
}

#footer {
	position: absolute;
	left:10px;
	bottom:0px;	
	border:none #000;
	border:medium none;
	height:25px;
	padding:0;
	background-color:white;
	color:#b3c0cd;
	font-size:0.9em;
	text-align:left;
	width:100%;
}

/* Values for Safari and Firefox */
div > div#footer  {
	position: fixed;
}

#contact {
	color:#b3c0cd;
}
