/* CSS Document */

@import url("type.css");

body { 
	margin: 		10px;
	margin-top:		0px;
	background:				fixed;
	/*  background-image:		url(../images/background1.jpg);  */
	background-position:	top left;
	}
	
#header { 
	position: 		static;
	left:			20px;
	top:			0px;
	}
body > #header { position: fixed; }
	
#main_nav { 
	position: 		absolute;
	width: 			251px;
	top: 			80px;
	left: 			20px;
	}
body > #main_nav { 
	position: 		fixed;
	top: 			80px;
	}

#counter {
	position: 		absolute;
	left: 			20px;
	bottom: 		40px;
	}
body > #counter {
	position: 		fixed;
	}
	
#copyright {
	position: 		absolute;
	left: 			20px;
	bottom: 		20px;
	}
body > #copyright {
	position: 		fixed;
	}
	
#body {
	position: 		absolute;
	top: 			80px;
	left: 			290px;
	width: 			625px;
	}
	
#bottom_spacer {
	clear: 			both;
	height: 		0;
	margin-bottom:	80px;
	}
	
/* MAIN NAV */

#main_nav ul {
	margin-top:		1px;
	padding:		0px;
	/*border-top:		1px dotted #ccc;*/
	list-style:		none;
	}
	
#main_nav li {
	margin-bottom:	1px;
	padding:		0px;
	list-style:		none;
	/*border-bottom:	1px dotted #ccc;*/
	}

/* SUB NAV */

div.sub_nav {
	position:		absolute;
	left:			290px;
	top:			80px;
	width: 			700px;
	margin:			0px;
	padding-left:	0px;
	padding-right:	0px;
	}
	
