/* CSS Document */

		body{
		margin:0px;
		padding:0px;
		top:0px;

		}
		
		div{
		position:relative;
		margin:0px;
		padding:0px;
		}
		
		#Container{
		margin-left:auto;
		margin-right:auto;
		width:900px;
		background-color:#FFFFFF;
		}

		#Header{
		width:100%;
		height:114px;
		background-image: url("/graphics/design/bgs/header.jpg");
		background-repeat:no-repeat;
		background-position:right;
		}
		
		#Menu{
		width:100%;
		height:27px;
		margin-bottom:15px;
		background-image: url("/graphics/design/bgs/menu.gif");
		text-align:center;
		font-size:0.8em;
		line-height:25px;
		}

		#Footer{
		padding-left:20px;
		clear:both;
		height:80px;
		background-image: url("/graphics/design/bgs/footer.gif");
		background-position:bottom;
		background-repeat:repeat-x;
		line-height:5.5em;
		color:#666666;
		font-size:0.85em;
		}