/*
// Stylesheet for SL Photos webpage
// Copyright (c) 2009 by SL Designs.
//
// Language : CSS
// Orig Date: Jan. 10, 2009
*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000;
	color: #fff;
}
a
{
	color: #999;
	text-decoration: none;
}
#page
{
	background-color: #000;
	width: 800px;
	height: 100%;
	margin: auto;
}
#header
{
	background: url(images/header.gif) no-repeat;
	width: 800px;
	height: 115px;
	cursor: pointer;
}
#header h1
{
	display: none;
}
#maincontent
{
	height: 533px;
}
#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height: 30px;
	padding-top: 10px;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}