/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:	1.0
date:		[last modified]
author:		[your name]
email:		[you at domain dot com]
website:	[your domain]
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/


div#Wrapper {
	margin: 0 auto;
	width: auto;
	position: relative;
	background: #ccc;
}

div#Canvas {
	background: #fff;
}

div.Left, div.Right {
	margin: 0;
}

div#Left, div#Right {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}