/* CSS Document */

* {margin: 0; padding: 0;}

body       {
		padding:0px;
		/* margin-right:auto; */
		/* margin-left:auto; */
		text-align:center;
		background: #FFFFCC;
}

#container {
		width:auto;
		width: 995px;
		margin: 0px auto; 
		border: 0px solid black;
		background: #FFFFFF;
}

#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: #99CC99;
}
