
/* Master stylesheet created on 11/04/08 */

/*****************************/
/*              MASTER RESET                  */
/*****************************/

a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1,h2, h3, h4, h5, h6,
hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small,
span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

focus {
	outline: 0;
}



/*****************************/
/*            REDEFINED HTML                */
/*****************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #595a5c;
	background-image: url(../images/bgPage.jpg);
	background-repeat: repeat-x;
}



/*****************************/
/*              COMMON STYLES              */
/*****************************/ 

#logo {
	margin: 25px auto 25px auto;
	width: 220px;
	height: 42px;
}

#contentWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #3a3b3d;
	clear: both;
}

#content {
	margin: 30px auto 30px auto;
	padding: 0;
	width: 780px;
	min-height: 380px;
	background-color: #3a3b3d;
	clear: both;
	text-align: left;
}

#HomeFlashContainer {
	margin: 55px 0 0 0px;
	width: 780px;
	height: 220px;
	float: left;
	text-align: center;
}


#HomePortrait {
	margin: 55px 0 0 0px;
	width: 220px;
	height: 260px;
	float: left;
	text-align: center;
}

#HomeAbout {
	margin: 55px 0 0 60px;
	width: 220px;
	height: 260px;
	float: left;
	text-align: center;
}

#HomeWedding {
	margin: 55px 0 0 60px;
	width: 220px;
	height: 260px;
	float: left;
	text-align: center;
}

#AboutImage {
	margin: 0 0 0 75px;
	width: 241px;
	height: 362px;
	float: left;
	border: 1px solid #595a5c;
}

#AboutText {
	margin: 30px 0 0 30px;
	width: 370px;
	height: auto;
	float: left;
}

#PortraitImage {
	margin: 0 0 0 60px;
	width: 241px;
	height: 362px;
	float: left;
	text-align: center;
	border: 1px solid #595a5c;
}

#PortraitText {
	margin: 0 0 0 30px;
	width: 375px;
	height: auto;
	float: left;
}

#TestimonialWrapper {
	margin: 0 0 20px 85px;
	width: 600px;
	height: auto;
	float: left;
}

#MembersWrapper {
	margin: 0 0 0 176px;
	width: 426px;
	height: auto;
	float: left;
}

.floatright {
	float: right;
}

/*****************************/
/*                  NAVIGATION                 */
/*****************************/ 

#navWrapper {
	margin: 25px auto 0 auto;
	padding: 0 0 0 20px;
	width: 800px;
	text-align: center;
	clear: both;
}
	
	
#navigation {
   list-style: none;
   margin: 0 auto 0 auto; 
   padding: 0;
}



#Footer {
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	width: 780px;
	text-align: center;
	clear: both;
}
