	/*** The Essential Code ***/

		body {
			min-width: 550px;
		 font-family:verdana;
		         /* 2 x LC width + RC width */
			
		}
        .wrap {
		 background:#ffffff url('images/header.png') no-repeat;
		 width:1000px;
		 margin:0 auto


		}
		#container {
			padding-left: 293px;      /* LC width */
			padding-right: 250px;     /* RC width */
           position:relative;
           z-index:1000;
		   overflow:hidden;
		  
		   background: url('images/footer.png') no-repeat 0px 0px;
		   
          
		}
		
		#container .column {
			position: relative;
			float: left;
			font-family:verdana;
		}
		
		#center {
			width: 100%;
		}
		
		#left {
			width: 200px;             /* LC width */
			right: 368px;             /* LC width */
			margin-left: -100%;
			margin-top:-76px;
		}
		
		#right {
			width: 150px;             /* RC width */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
			 
		}
		
		/*** IE6 Fix ***/
		* html #left {
			left: 150px;              /* RC width */
		}

		/*** Just for Looks ***/

		body {
			
			padding: 0;
			background:url('images/background.gif') repeat-x 0 -31px;
			
			}

		#header{
			font-size: 10px;
			text-align: center;
			padding: 0.3em 0;

		}
		 #footer {
			font-size: 12px;
			text-align: left;
			background:url('images/footer2.png') no-repeat;
			padding:5px


		}
		.info {

		font-family:verdana;
		}

		#left {
			
		width:362px;
		
		}

		#center {
		 font-family:verdana;
		 font-size:12px;
		 color:#7D3E3E;
		}

		#right {
		
		}

		#container .column {
			padding-top: 0em;
			text-align: justify;
			
		}
		.main_menu {
		
		   line-height:10px;
		   
		}
		.left_menu {
		   margin:-5px 0 0 0;
		   width:405px;
		   
		   height:46px;
		   line-height:42px;
		   float:left;
		}
	.main_menu a {
	color:#fff;
	padding:0 7px 0 0;
	font-size:15px;
	font-weight:bolder;
	line-height:11px;

	text-decoration:none;
	}
	.left_menu a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bolder;
	padding:0 0 0 0px;
	display:block;
	line-height:40px;
	}
	.right_menu a{
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bolder;
	line-height:30px;
	padding: 0 0 0 15px;
	}
	.devider {
	 color:#fff;
	 font-size:20px;
	}
        .logo {
          
           float:left;
           width:263px;
           height:131px;
           position:relative;
           z-index:10;
           margin:-7px 0 0 0;
        }
        .about{
        color:#7d3e3e;
        font-size:9px;
        display:block;
        }
		a:hover {
		color:#ded767;
		}
		.center {
		text-align:center;
		}
		.blue {
		color:#0070c0;
		}
		.bold {
		font-weight:bold;
		}
		.devel {
		color: #7d3e3e;
		font-family:verdana;
		}
		.devel a{
		color: #7d3e3e;
		font-family:verdana;
		}