/*	LAYOUT RULES	*/

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

#container {
	width: 720px;
	height: 711px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	font: Arial, Helvetica, sans-serif;
	}

#containertable {
	width: 720px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#bg_ad_468x603 {
	position: absolute;
	left: 1px;
	top: 5px;
	}
	
#logo {
	position: absolute;
	left: 18px;
	top: 18px;
	}

#tagline {
	position: absolute;
	left: 18px;
	top: 104px;
	}

#nav_innards {
	position: absolute;
	left: 500px;
	top: 107px;
	}

#cover {
	position: absolute;
	left: 140px;
	top: 150px;
	}

#feature1photo {
	position: absolute;
	left: 500px;
	top: 223px;
	}

#feature1text {
	position: absolute;
	left: 605px;
	top: 223px;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
}

#feature2photo {
	position: absolute;
	left: 500px;
	top: 338px;
	}

#feature2text {
	position: absolute;
	left: 605px;
	top: 338px;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
}

#feature3photo {
	position: absolute;
	left: 500px;
	top: 453px;
	}

#feature3text {
	position: absolute;
	left: 605px;
	top: 453px;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
}

#feature4photo {
	position: absolute;
	left: 500px;
	top: 568px;
	}

#feature4text {
	position: absolute;
	left: 605px;
	top: 568px;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
}

#feature5photo {
	position: absolute;
	left: 500px;
	top: 683px;
	}

#feature5text {
	position: absolute;
	left: 605px;
	top: 683px;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
}


#text_box {
	position: absolute;
	left: 150px;
	top: 630px;
	width: 330px;
	height: 160 px;
	height: fixed;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#search {
	position: absolute;
	left: 503px;
	top: 150px;
	width: 200px;
	height: 72px;
	height: fixed;
	}

	
#hor_spacer {
	position: absolute;
	left: 50px;
	top: 790px;
	}

#small_banner_ad_top {
	position: absolute;
	left: 15px;
	top: 795px;
	}

#small_banner_ad_bottom {
	position: absolute;
	left: 15px;
	top: 875px;
	}

#contest {
	position: absolute;
	left: 510px;
	top: 795px;
	}

#vert_ad_top {
	position: absolute;
	left: 10px;
	top: 150px;
	}
	
#vert_ad_bottom {
	position: absolute;
	left: 10px;
	top: 475px;
	}
	
#footer {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 18px;
	top: 925px;
	width: 720px;
	text-align: center;
	}


/*	NAV MENU FORMATTING	*/

	#nav_menu {
		position: absolute;
		left: 513px;
		top: 133px;
		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;
		}


/*  TYPE FORMATTING */

.textblock { padding: 18px 54px 9px 27px; }

p.title
{
	position: absolute;
	left: 243px;
	top: 171px;
	font-family: georgia;
	font-size: 36px;
	letter-spacing: -3px;
	color: #F60;
	padding: 0px;
	border: 0px;
	margin: 0px 0px 0px -3px;
	z-index: 2;
}


a.textnav:link
{
	color: #C00;
	font-size: 9px;
	font-family: georgia;
	font-weight: bold;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
}

a.textnav:visited
{
	color: #333;
	font-size: 9px;
	font-family: georgia;
	font-weight: bold;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
}

a.textnav:active
{
	color: #C00;
	font-size: 9px;
	font-family: georgia;
	font-weight: bold;
	margin: 0px 6px 0px 6px;
	text-decoration: none;
}

a.textnav:hover
{
	color: #000;
	font-size: 9px;
	font-family: georgia;
	font-weight: bold;
	margin: 0px 6px 0px 6px;
	text-decoration: underline;
}

