		body {
			font: 80% "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
			text-align: center;
			margin: 0;
			background:#e8d8c0;
			/*background: url(images/lighttex-med-gaus.jpg);*/
		}
		
		a:link { 
			color: #D9E3E5;
		}
		
		a:visited { 
			color: #A5C0C5;
		}
		#content .title {
		   font: 15px/19px Arial, Helvetica, sans-serif;
		   color: #ffffff;
		   font-weight: normal;
		}
		#content h3 {
		   font: 19px/19px Arial, Helvetica, sans-serif;
		   color: #ffffff;
		   font-weight: normal;
		}
		#content h3 a{
		   text-decoration: underline;
		}
		#content h3 a:hover{
		   text-decoration: none;
		   color: #e8d8c0;
		}
		p.specials2 {
		   font: 13px/17px Arial, Helvetica, sans-serif;
		   color: #ffffff;
		   font-weight: normal;
		}
		p.specials {
		   font: 13px/17px Arial, Helvetica, sans-serif;
		   color: #e8d8c0;
		   font-weight: normal;
		}

    	
		#container {
			width: 750px;
			margin: 0 auto;
			text-align: left;
			background: #143c5f;
			/*background: url(lighttex-med-gaus) repeat-y 0 0;*/
		}
		

    	#content {
    		width: 547px;
    		float: right;
    		padding: 0 20px;
			border-top: solid 0px #fff;
			background: #7b051d;/*this is picture area bkg color*/
			color:#e8d8c0;
    	}
		#content .contact {
		color:#ffffff;
		}
		#content a.what {
		color:#882CA0;
		}
		#content .special {
		color:#D9E3E5;
		}
    	#header {
    		text-transform: uppercase;
    		padding: 0px 0px;
    		color: #fff;
			text-align: left;
    		border-bottom: solid 0px #fff;
			border-bottom: solid 0px #fff;
    		font-size: 0.8em;
    	}
    	#header h1 {
    		margin: 0;
    	}
    	
    	/*#sidebar1{
    		position:absolute;
			top: 0;
			width: 180px;
			float: left;
			padding: 0 0 5px 0;
			background: #333333;
		}*/
		#sidebar {
    		position:absolute;
			top: 162;
			width: 160px;
			float: left;
			padding: 0 0 5px 0;
			background: #143c5f;/*this is bkg color*/
    	}
    	#sidebar ul {
    		margin: 0;
    		padding: 0;
    	}
		li {
			display: inline;
		}
		#sidebar li a:link, #sidebar li a:visited {
			display: block;
			padding: 10px;
			text-decoration: none;
			color: #ffffff;
			background: #143c5f;
    		border-bottom: solid 1px #fff;
		}
		#sidebar li a:hover {
			background: #20527e;
			color: #ffffff;
		}
    	
    	#footer {
    		clear: both;
    		padding: 0px 0px;
    		background: #143c5f;
    		/*border-top: solid 1px #fff;*/
			color:#ffffff;
			text-align:center;
			/*border-top: solid 1px #fff;*/
			border: solid 1px #143c5f;
    	}
		#footer a{
		color:#f4f4e0;
		font-size:9px;
		
		}
		.style1 {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 14px;}
    	
