body {
	background-color: #000000;
}

/******contains all the elements on the page*************/
#container {
	background-color: #FFE700;
	background-image: url(assets/bg-content.gif);
	background-repeat: repeat-y;
	width: 900px;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
#container #nav {
	float: right;
	width: 680px;
	margin-top: 35px;
	margin-right: 35px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 17px;
	text-align: right;
	word-spacing: 5px;
}


/*********who what when... menu at top of page ***************/
#nav a:link 	{ color: #000000; text-decoration: none;  }
#nav a:visited 	{ color: #848383; text-decoration: none;  }
#nav a:hover 	{ color: #ed1c24; text-decoration: none;  }
#nav a:active 	{ color: #000000; text-decoration: none;  }



#titlediv {
	clear: both;
}
#homelogo {
	float: left;
	margin-left: 46px;
	margin-top: 45px;
}

#pagehead {
	float: left;
	margin-left: 100px;
	margin-top: 25px;
}
#pagetitle {
	float: right;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#hometitle {
	margin-top: 95px;
	float: right;
	margin-right: 102px;
}
#hometitle p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 85px;
	margin-top: 0px;
	margin-bottom: -32px;
	margin-left: 0px;
	text-align: right;
	letter-spacing: -2px;
}

 /* text on non-landing pages */
#content {
	clear: both;
	margin-top: 45px;
	margin-right: 170px;
	margin-bottom: 0px;
	margin-left: 320px;
}
#container #content p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
}



/* go fetch text on home page */
#container #titlediv #titlemenu {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 19px;
	float: right;
	width: 520px;
	margin-top: 44px;
	margin-right: 25px;
}
#titlemenu a:link { color: #000000; text-decoration: none;}
#titlemenu a:visited { color: #000000; text-decoration: none;}
#titlemenu a:hover { color: #E31835; text-decoration: none;}
#titlemenu a:active { color: #000000; text-decoration: none;}

#container #gofetch {
	clear: both;
	margin-top: 18px;
}

#container #gofetch p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 43px;
	text-align: right;
	margin-right: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gofetch a:link { color: #000000; text-decoration: none; }
#gofetch a:visited { color: #000000; text-decoration: none; }
#gofetch a:hover { color: #E31835; text-decoration: none; }
#gofetch a:active { color: #000000; text-decoration: none; }



/* go fetch text on non-home pages */
#container #gofetch2 p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 43px;
	text-align: right;
	margin-right: 170px;
	margin-top: 30px;
	margin-bottom: 0px;
}
#container #gofetch2 {
	clear: both;
	margin-top: 38px;
	
}

#gofetch2 a:link { color: #000000; text-decoration: none; }
#gofetch2 a:visited { color: #000000; text-decoration: none; }
#gofetch2 a:hover { color: #E31835; text-decoration: none; }
#gofetch2 a:active { color: #000000; text-decoration: none; }




/*footer on home page*/

#container #footer {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	margin-top: 88px;
	margin-right: 35px;
	margin-bottom: 35px;
}
#container #footer p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
	text-align: right;
	color: #848383;
}
#container #footer a:link    { color:#ed1c24; text-decoration: none; }
#container #footer a:visited { color:#ed1c24; text-decoration: none; }
#container #footer a:hover 	 { color:#000000; text-decoration: none; }
#container #footer a:active  { color:#ed1c24; text-decoration: none; }


#container #footer #footermenu {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	color: #C8B300;
	text-align: right;
	font-size: 18px;
}


/* footer on non-home page */

#container #footer2 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	margin-top: 45px;
	margin-right: 35px;
	margin-bottom: 23px;

}
#container #footer2 p {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 13px;
	text-align: right;
	color: #848383;
}
#container #footer2 a:link    { color:#ed1c24; text-decoration: none; }
#container #footer2 a:visited { color:#ed1c24; text-decoration: none; }
#container #footer2 a:hover 	 { color:#000000; text-decoration: none; }
#container #footer2 a:active  { color:#ed1c24; text-decoration: none; }


#container #footer2 #footermenu2 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	color: #C8B300;
	text-align: right;
	font-size: 18px;
}
#footer2 #footermenu2 a:link { color: #C8B300; text-decoration: none; }
#footer2 #footermenu2 a:visited { color: #C8B300; text-decoration: none; }
#footer2 #footermenu2 a:hover { color: #000000; text-decoration: none; }
#footer2 #footermenu2 a:active { color: #C8B300; text-decoration: none; }

#wherelist p {
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#wherelist a:link { color: #000000; font-weight: bold; text-decoration: none;}
#wherelist a:visited { color: #000000; font-weight: bold; text-decoration: none;}
#wherelist a:hover { color: #000000; font-weight: bold; text-decoration: none;}
#wherelist a:active { color: #000000; font-weight: bold; text-decoration: none;}

#whylist p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
}

#whylist a:link {color:#000000; text-decoration: none; }
#whylist a:visited {color:#000000; text-decoration: none; }
#whylist a:hover {color:#000000; text-decoration: none; font-weight: bold; font-size: 14px; margin-bottom: 10px;}
#whylist a:active {color:#000000; text-decoration: none; }

/* contact form on when page*/
#contact {
	float: left; 
	width: 162px; 
	position:absolute; 
	margin-top: 20px; 
	margin-left: 15px;
}
#contact h1 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #000000;
	margin-bottom: 3px;
	margin-top: 0px;
}


#contact p {
	margin: 3px 0 3px 0;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #7F7F7F;
}
#container #contact input {
	border: 1px solid 7F7F7F;
	width: 162px;
	height: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #7F7F7F;
}
#contact #message {
	width: 160px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #7F7F7F;
}
