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