/*** The Essential Code ***/

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

		#container {
			padding-left: 260px;      /* LC fullwidth */
			padding-right: 230px;     /* RC fullwidth + CC padding */
			position:relative;
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			padding: 10px 20px;       /* CC padding */
			width: 100%;
		}
		
		#left {
			width: 240px;             /* LC width */
			padding: 0 10px;          /* LC padding */
			right: 300px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
			
		}
		
		#right {
			width: 160px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 150px;              /* 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;
		}

h3 {color: #701841}

.image_center { margin: 0 0 0 130px; }

ul.side
		{
			list-style-type: none;
			color: white;
			font-family: verdana;
			font-size: large;
			line-height: 1em;
			
			
		}
ul a:link { text-decoration: none; color: white }
		ul a:visited { text-decoration: none; color: white }
		
		
		ul a:hover
		{
			text-decoration: underline;
			color: #CCC;
		}


		#header, #footer {
			font-size: small;
			text-align: center;
			padding: 0.3em 0;
			background: #701841;
		}

#footer a:link { text-decoration: none; color: white; }
#footer a:visited { text-decoration: none; color: white; }
#footer a:hover { text-decoration: underline; color: #CCC; }



p#right_col
		{
		color: #888888;
		margin-top: 34px;
		font-size: small;
		}
		
		.image_right { margin-top: 64px; }



		#left {
			/*background: #6699cc;*/
			background: url(images/blur2.gif);
		}

		#center {
			background: #FFFFFF;
		}

		#right {
			background: #FFFFFF;
		}

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