/*GENERAL PAGE STANDARDS*/


body {
	background-image: url('../images/background.gif');
	background-position: center top;
	margin: 0px;
	padding: 0px;
	}

#container {
	height: 143px;
	width: 901px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	}

#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	width: 900px;
	height: 1050px;
	border: 0px;
	}

#imagesection {
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: relative;
	top: -30px;
	left: -1px;
	width: 901px;
	z-index: 2;
	border: 0px;
	}

#photos {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin: 0px;
	z-index: 2;
	border: 0px;
	float: left;
	}


#welcomesection {
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 20px;
	top: 0px;
	float: left;
	}



#footersection {
	padding: 0px;
	margin-bottom: 20px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	height: 90px;
	width: 902px;
	position: relative;
	top: 0px;
	left: 1px;
	}





/*END OF GENERAL PAGE STANDARDS*/



/*GENERAL TEXT INFORMATION FOR PAGE*/
.generaltext {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	}

.titletext {
	font-size: 17px;
	font-family: Helvetica;
	font-weight: bold;
	color: #6b002e;
	text-align: left;
	padding-top: 6px;
	margin: 0px;
	}


.nametext {
	font-size: 14px;
	font-family: Helvetica;
	font-weight: bold;
	color: #6b002e;
	text-align: left;
	padding: 6px;
	margin: 0px;
	}


.footertext {
	margin-top: 10px;
	padding-right: 20px;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	color: #000000;
	text-align: right;
	}





/*END GENERAL TEXT INFORMATION FOR PAGE*/





/*START OF LINK STYLING*/
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	}

	a:hover {
	color: #6b002e;
	font-weight: bold;
	text-decoration: underline;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	}
/*END OF LINK STYLING*/



/*NAVIGATION MENU INFORMATION*/

#menu {
	position: relative;
	background-color: #650f32;
	top: 0px;
	width: 296px;
	height: 268px;
	margin: 0px;
	padding: 0px;
	float: left;
	left: 1px;
	z-index: 3;
}

#menu ul{
	list-style-type: none; 
	padding: 0px;
	margin: 0px;
	}

#menu li{
	padding: 0px;
	margin: 0px;
	}
	
#menu li a {
	color: #CCCCCC;
	text-align: left;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 50px;
	display: block;

	}	
	
#menu li a:link, #menu li a:visited, #menu li a:active{
	color: #CCCCCC;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	}
	
#menu li a:hover {
	color: #FFF;
	background-image: url('../images/hoveron.gif');
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	width: 248px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 50px;

}	



/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */
/*NAVIGATION MENU INFORMATION*/












