/*CSS Document*/
/*Boxes*/
body{
	margin:0;
}

#container{
	position:relative;
	width:710px;
	top:0px;
	margin:auto;
	margin-top:0px;
/*	border:1px dashed yellow;*/
}

#content{
	position:absolute;
	top:280px;
	width:710px;
	height:100%;
	padding:0 0 100px 0;
/*	border:1px dashed green;*/
}

#footer{
	position:relative;
	margin: 0 0 0 292px;
	bottom:-80px;
	width:440px;
}

#leftcolumn{ /* This box contains the entire left column */ 
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	height:430px;
/*	border:1px dashed blue;*/
}

#navblock{
	position:absolute;
	right:0px;
	top:210px;
	width:416px;
	height:45px;
	z-index:200;
/*	border:1px dashed green;*/
}

#navbg{
	position:relative;
	background-image:url('images/navbkg.jpg');
	background-repeat:none;
	margin-top:0px;
	width:752px;
	height:40px;
	z-index:100;
}

