/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* -- CSS DOCUMENT 											-- */
/* -- PROPERTY OF NATHANIEL TURNER, WWW.DOROAPODEUS.COM 	-- */
/* -- ALL CODE (c) 2006 NATHANIEL TURNER 					-- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */



/* -- BODY TAG -- */
	body {
		/* -- BASICS -- */
		background: url(images/bg2.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 24px;
		color: #000000;
		/* -- MARGINS -- */
		margin-bottom: 3px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}
/* -- END BODY TAG -- */



/* -- TABLE TAGS -- */
	#body {
		text-align: center;
		width: 100%;
		height: 100%;
	}
	
	/* -- NAVIGATION -- */
	#nav {
		/* -- BASICS -- */
		text-align: left;
		width: 800;
		background-color: #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		/* -- PADDING -- */
		padding-bottom: 5;
		padding-left: 5;
		padding-right: 5;
		padding-top: 5;
		/* -- BORDERS -- */
			/* -- BOTTOM BORDER -- */
			border-bottom-width: medium;
			border-bottom-style: ridge;
			border-bottom-color: #CCCCCC;
			/* -- LEFT BORDER -- */
			border-left-width: medium;
			border-left-style: ridge;
			border-left-color: #CCCCCC;
			/* -- RIGHT BORDER -- */
			border-right-width: medium;
			border-right-style: ridge;
			border-right-color: #CCCCCC;
			/* -- TOP BORDER -- */
			border-top-width: medium;
			border-top-style: ridge;
			border-top-color: #CCCCCC;
		/* -- END BORDERS -- */
	}
	
	/* -- MAIN -- */
	#main {
		/* -- BASICS -- */
		text-align: left;
		width: 800;
		background-color: #EEEEEE;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 24px;
		color: #000000;
		/* -- PADDING -- */
		padding-bottom: 5;
		padding-left: 10;
		padding-right: 10;
		padding-top: 5;
		/* -- BORDERS -- */
			/* -- BOTTOM BORDER -- */
			border-bottom-width: medium;
			border-bottom-style: ridge;
			border-bottom-color: #EEEEEE;
			/* -- LEFT BORDER -- */
			border-left-width: medium;
			border-left-style: ridge;
			border-left-color: #EEEEEE;
			/* -- RIGHT BORDER -- */
			border-right-width: medium;
			border-right-style: ridge;
			border-right-color: #EEEEEE;
			/* -- TOP BORDER -- */
			border-top-width: medium;
			border-top-style: ridge;
			border-top-color: #EEEEEE;
		/* -- END BORDERS -- */
	}
/* -- END TABLE TAGS -- */



/* -- NAVIGATION LINK TAGS -- */
	/* -- LINK -- */
	#nav a {
		text-decoration: none;
		font: bold 12px;
		color: #007236;
	}
	
	/* -- HOVER -- */
	#nav a:hover {
		text-decoration: underline;
		color: #00A650;
	}
	
	/* -- VISITED -- */
	#nav a:visited {
		color: #003371;
	}
/* -- END NAVIGATION LINK TAGS -- */



/* -- MAIN LINK TAGS -- */
	/* -- <A> LINK -- */
	#main a {
		text-decoration: underline;
		font-size: 12px;
		color: #007236;
	}
	
	/* -- <A> HOVER -- */
	#main a:hover {
		color: #00A650;
	}
	
	/* -- <A> VISITED -- */
	#main a:visited {
		color: #003371;
	}
	
	/* -- MINILINK LINK -- */
	#main a.minilink {
		color: #007236;
		text-decoration: underline;
		font-size: 8px;
	}
	
	/* -- MINILINK HOVER -- */
	#main a.minilink:hover {
		color: #00A650;
	}
	
	/* -- MINILINK VISITED -- */
	#main a.minilink:visited {
		color: #003371;	
	}
	
	/* -- MOVIELINK -- */
	#main a.movielink {
		color: #007236;
		text-decoration: none;
		font: bold italic 12pt;
	}
	
	/* -- VERSELINK -- */
	#main a.verselink {
		color: #007236;
		text-decoration: none;
		font: bold 12pt;
	}
	
	/* -- NAME -- */
	#main a.name {
		color: black;
		text-decoration: none;
		font-size: 12px;
	}
/* -- END MAIN LINK TAGS -- */



/* -- TABLE CELL TAGS -- */
#logo td {
	text-align: center;
}
#main td {
	vertical-align: top;
}
/* -- END TABLE CELL TAGS -- */



/* -- RESOURCE LINK CLASS -- */
.resourcelink {
	text-decoration: underline;
	font-size: 16px;
	color: #007236;
}
.resourcelink a:hover {
	color: #00A650;
}
.resourcelink a:visited {
	color: #003371;
}
/* -- END RESOURCE LINK CLASS -- */
