/*
Main style sheet for entire site.
This code dictates text and background color and primay styles for site
*/

body
	{
	background-color:#FFF;
	color:#000000;
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.copywrite
	{
	font-family:"Courier New", Courier, mono;
	font-size: .7em;
	text-align: center;
	}
	
table
	{
	border:0;
	padding:0;
	margin:0;
	}
	
#LeftSide
	{
	width: 245px;
	height: 428px;
	background-image:url(images/bckgd_left.jpg);
	background-repeat: no-repeat;
	border:0;
	padding:0;
	margin:0;
	}
	
#RightSide
	{
	width: 237px;
	height: 428px;
	background-image:url(images/bckgd_right.jpg);
	background-repeat: no-repeat;
	}
	
#MainTableCell
	{
	width: 482px;
	height: 428px;
	background-image:url(images/bckgd_main.jpg);
	background-repeat: no-repeat;
	}
	
img
	{
	padding:0;
	margin:0;
	border:0;
	}
