/* CSS Document */

* {margin: 0; padding: 0;}



body       {
  		padding:0px;
		/* margin-right:auto; */
		/* margin-left:auto; */
		text-align:center;
  		background: #FFFFFF;
		/* background-image:url(Brown_bg.gif); */
}




#container {
		width: 100%;
		/* width:auto;*/
		margin: 0px auto; 
		border: 0px solid black;
		background: #FFFFFF;
}

img {
		max-width: 100%;
  		height: auto;
		margin-right:5px;
		margin-left:1px;
}

#header {	height: 100%;
        	background: #FFFFFF;
}

#leftColumn {	width: 15%;
		float: left;
		border-left: 3px groove #808080;
		border-right: 1px groove #808080;
		background: #FFFFFF;
}

#rightColumn {	width: 84%;
		float: left;
		overflow:hidden;
		/* border-right: 3px groove #808080; */
		background: #FFFFFF;
		
}

#footer {	clear: both;
		background: #FFFFFF;
}