/*********************************/
/* 		1. Site Wide Styles		 */
/*********************************/


BODY {  
	padding: 0;
	margin: 0;
	font-family: arial;
}


img  {
	border: 0;
}

/*********************************/
/* 		2. Text Styles			 */
/*********************************/


span.grey {
	color: #646261;
	font-stretch:expanded;
	font-size: 12px;
	font-weight: bold;
}	

td {  font-family: Tahoma;  font-size: 11px; color: #000000}
H1 { color: #000000; font-family: Tahoma; FONT-SIZE: 14px; FONT-WEIGHT: bold;	font-variant: normal; height: 0px; margin-bottom: 1; text-align: center; }
H2 { color: #000000; font-family: Tahoma; FONT-SIZE: 13px; FONT-WEIGHT: bold;	font-variant: normal; height: 0px; margin-bottom: 1 }
.small { font-family: Helvetica;  font-size: 10px; color: #000000}
.subtitle { font-family: Helvetica;  font-size: 10px; color: #000000}
.title { font-family: Helvetica;  font-size: 15px; FONT-WEIGHT: bold;}
.menu {  font-family: Tahoma;  font-size: 10px; color: #FFFFFF; FONT-WEIGHT: normal; text-decoration: none}
.menu:hover { text-decoration: underline}

/*********************************/
/*	 3. Individual Page Styles 	 */
/*********************************/


/*****PHOTOGRAPHER PAGE****/
div#photo {
	margin: auto;
	width: 833px;
	height: 416px;
	background: url(images/pages/photographer.gif) no-repeat;
	font-size: 0.6em;
}

div#photo div#test {
	margin: auto;
	width: 300px;
	position: relative;
	top: 50px;
}

div#photo div#services {
	width: 200px;	
}

div#photo div#services ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

/*****CONTACT PAGE*****/
div#contact {
	width: 833px;
	margin: auto;
	height: 416px;
	background: url(images/pages/contact.gif) no-repeat;
	font-size: 10px;	
}

div#contact div#test {
	margin: auto;
	width: 170px;
	position: relative;
	top: 80px;
	left: 90px;
}

div#contact span.contact {
	font-size: 11px;
	letter-spacing: 2px;
}

/*****WEDDING MENU PAGE*****/
div#wedding_menu {
	margin: auto;
		width: 833px;
	height: 416px;
	background: url(images/pages/wedding_menu.gif) no-repeat;
	font-size: 10px;	
}

div#wedding_menu div#weddings {
	position: relative;
	top: 39px;
	left: 235px;
}

div.footer {
	position: relative; left: -52px;
}