/*	LAYOUT RULES	*/

body {
	padding: 0px;
	margin: 0px;
	background: #333 url(../images/bg_tiler.gif) repeat-y top center;
	text-align: center;
	}

#container {
	width: 720px;
	height: 711px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	}

#containertable {
	width: 720px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#datebar {
	position: absolute;
	left: 18px;
	top: 0px;
	}

#logo {
	position: absolute;
	left: 18px;
	top: 18px;
	}

#bg_ad_468x60 {
	position: absolute;
	left: 216px;
	top: 18px;
	}

#ad_468x60 {
	position: absolute;
	left: 225px;
	top: 36px;
	z-index: 2;
	}

#tagline_and_pointer {
	position: absolute;
	left: 18px;
	top: 117px;
	}

#nav_innards {
	position: absolute;
	left: 513px;
	top: 117px;
	}

#cover {
	position: absolute;
	left: 100px;
	top: 153px;
	}

#bottombox1 {
	position: absolute;
	left: 453px;
	top: 175px;
	}

#bottombox1_tag {
	position: absolute;
	left: 459px;
	top: 247px;
	}

#bottombox2 {
	position: absolute;
	left: 453px;
	top: 300px;
	}

#bottombox2_tag {
	position: absolute;
	left: 459px;
	top: 372px;
	}
	
#bottombox3 {
	position: absolute;
	left: 453px;
	top: 425px;
	}

#bottombox3_tag {
	position: absolute;
	left: 459px;
	top: 497px;
	}

#bg_ad_72x72 {
	position: absolute;
	left: 612px;
	top: 1005px;
	}

#ad_72x72 {
	position: absolute;
	left: 621px;
	top: 1048px;
	}

#small_banner_ad {
	position: absolute;
	left: 125px;
	top: 560px;
	}

		

#footer {
	position: absolute;
	left: 18px;
	top: 625px;
	}


/*	NAV MENU FORMATTING	*/

	#nav_menu {
		position: absolute;
		left: 513px;
		top: 144px;
		visibility: hidden;
		z-index: 2;
		}
	
	#nav_menu tr td {
		font-family: georgia;
		font-size: 11px;
		line-height: 13px;
		color: #FFF;
		background: #000000;
		padding: 3px 0px 3px 6px;
		}
		
	a:link {
		color: #FFF;
		text-decoration: none;
		}
		
	a:visited {
		color: #FFF;
		text-decoration: none;
		}
		
	a:active {
		color: #FFF;
		text-decoration: none;
		}
		
	a:hover {
		color: #FFF;
		text-decoration: underline;
		}

