
		/*** The Essential Code ***/

body {
	min-width: 920px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	}

#fullpage	{
	background-image: url(../images/background.jpg);
	}

#container {
	padding-left: 270px;      /* LC fullwidth */
	padding-right: 300px;     /* RC fullwidth + CC padding */
	}

#container .column {
	position: relative;
	float: left;
	}
		
#center {
	padding: 10px 10px;       /* CC padding */
	width: 100%;
	}
		
#left {
	width: 250px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 290px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
	}
		
#right {
	width: 270px;             /* RC width */
	padding: 0 10px 0 0;          /* RC padding */
	margin-right: -100%;
	}
		
#footer {
	clear: both;
	}
		
/*** IE Fix ***/
* html #left {
	left: 280px;              /* RC fullwidth */
	}

/*** Equal-height Columns ***/

#container {
	overflow: hidden;
	}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
	}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
	}
		
* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
	}

/*** Just for Looks ***/

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	}

/***
#header, #footer {
	font-size: large;
	text-align: center;
	padding: 0.3em 0;
	background: #999;
	}
***/

#container .column {
	padding-top: 1em;
	text-align: justify;
	}

/*** Addons ***/

a:link {
	color: #000;
	text-decoration: none;
	border: 0px solid #FFF;
	}

a:active {
	color: #000;
	text-decoration: none;
	}
	
a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

#nav	{
	background-image: url(../images/navbg3.jpg);
	height: 45px;
	background-repeat: repeat-x;
	line-height: 60px;
	text-align: center;
	}

#copy	{
	height: 300px;
	overflow: auto;
	padding-right: 10px;
	text-align: left;
	}
/**
#footer table	{
	margin-right: 10px;
	}
**/
#footer table tr td	{
	text-align: center;
	padding-right: 10px;
	}

#center img	{
	margin-top: 20px;
	}

#footer img {
	border: 2px solid #000;
	}

#left img	{
	border: none;
	}