/*  -------------SETTING IN EFFECT FOR ENTIRE PAGE-------------  */

h2  {
	 font-size: 12px;
	font-weight: normal;
}

h6 {
	font-size: 11px;
}

body {
	background: #000000;
	position: absolute;
	top: 10px;
	left: 70px;
	width: 800px;
	color:  #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
}

a:link {color: #990000}
a:visited {color: #FFFFFF}
a:hover {color: #FFFF66}	


/*  ---------------END PAGE SETTINGS------------------- */



#title {
	width: 800px;
	padding-bottom: 5px;
}


/*  So visited links in the Nav bar would not turn white  */
#nav a:link  {color: #000000}
#nav a:visited  {color: #000000}
#nav a:hover  {color: #FFFF66}
/* Makes unordered list in nav bar only appear inline without bullets  */
#nav ul {list-style: none;}
#nav li {display: inline;}
#nav{
	width: 798px;
	text-align: center;
	font-weight: bold;
	background: #990000;
	border-bottom: solid #990000;  /* Required to make Foxfire prettier  */
}

#welcome {
		position: absolute;
		top: 165px; 
		width: 800px;
}

#blurb {
	float: left;
	width: 370px;  /*  IE for Mac requires it be smaller than perfect fit, original was 380  */
	padding-right: 20px;  /*  give this box 20 padding and make it 20 smaller so text sets away from picture some  */
	height:  260px;       /* no overflow auto here becuase both browsers tend to use it when it's not necessary in this block  */
	text-align: center;
	overflow: auto;
}

#pic {
	float: right;
	width: 400px;
}

#updateme{
		position: absolute;
		top: 480px;
		width: 800px;
}

#news{
	float: left;
	width: 346px;    /*  IE for Mac requires it be smaller than perfect fit, original was 377  */
	height:  260px;
	padding-right: 20px;    /* give this 20 padding and make it 24 smaller so text would be away from other text and make room for right border  */
	padding-left:  20px;  /*  gave another 20 padding and made another 20 smaller  */
	border-bottom: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-left:  solid;
	border-color:  #990000;
	height:  260px;
	overflow: auto;
	text-align: center;  /*this will be used when there is a quote instead of a news story  */
}

#events{
	float: right;
	width: 380px;
	height:  260px;
	/*  border-bottom: solid;
	border-top: solid;  */
	border-color:  #990000;
	overflow: auto;
	padding-left: 20px;       /*  give this 20 padding ane make it 20 smaller so that text is away from red line on left   */
	text-align:  left;  /* required for Safari  */
}

#bottom{
	position: absolute;
	top:  765px;
	width: 800px;
	padding-bottom: 150px;
	text-align: center;
}

/*  attributes for 'For More information....'   */

.moreinfo a:link {color: #FFFFFF}
.moreinfo a:visited {color: #FFFFFF}
.moreinfo a:hover {color: #FFFF66}
.moreinfo {
	color:  #FFFFFF;
}

/*  attributes for 'to contact us...'  */
.footer1  {
	color:  #00CC00;
}

/*  attributes for 'managed by'...possibly be footer for ever page???  */
.footer2 {
	color:  #00CC00;
	font-size: .7em;
}