/*BASIC STYLES*/
html,body,#content{
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #574c36;
	line-height:1.2em;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content,#header{
	width:800px;
	margin:auto;
}
#header{
	background-image:url(/gfx/bgTrees.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	height:150px;
}
#logo{
	margin-top:25px;
	border:0;
}
#band{
	background-image:url(/gfx/tile.gif);
	height:63px;
	background-repeat:repeat-x;
}

a,a:visited{
	color:#674D29;
	text-decoration:underline;
}
a:hover{
	color:#99BB22;
	text-decoration:none;
}

/* SPLASH STYLES */
#splash{
	margin-top:10px;
}
.splashLink span{
	display:none;
}
.splashLink{

	margin-right:45px;
}
.splashLink.last{
	margin-right:0;
}

/* MENU STYLES */
#menu{
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	width:780px;
	margin:auto;
}
#menu li{
	float:left;
	text-align:center;
	margin-right:20px;
}
#menu li a span{
	display:none;
}
#menu li a{
	display:block;
	height:25px;
	border:0;
}
#blog{
	background:url(/gfx/btnBlog.gif) no-repeat;
	width:65px;
}
#blog_sel{
	background:url(/gfx/btnBlog_sel.gif) no-repeat;
	width:65px;
}
#about{
	background:url(/gfx/btnAbout.gif) no-repeat;
	width:55px;
}
#about_sel{
	background:url(/gfx/btnAbout_sel.gif) no-repeat;
	width:55px;
}
#weddings{
	background:url(/gfx/btnWeddings.gif) no-repeat;
	width:76px;
}
#weddings_sel{
	background:url(/gfx/btnWeddings_sel.gif) no-repeat;
	width:76px;
}
#commitments{
	background:url(/gfx/btnCommitments.gif) no-repeat;
	width:93px;
}
#commitments_sel{
	background:url(/gfx/btnCommitments_sel.gif) no-repeat;
	width:93px;
}
#lifeCelebrations{
	background:url(/gfx/btnLifeCelebrations.gif) no-repeat;
	width:139px;
}
#lifeCelebrations_sel{
	background:url(/gfx/btnLifeCelebrations_sel.gif) no-repeat;
	width:139px;
}
#transitions{
	background:url(/gfx/btnTransitions.gif) no-repeat;
	width:81px;
}
#transitions_sel{
	background:url(/gfx/btnTransitions_sel.gif) no-repeat;
	width:81px;
}
#philosophy{
	background:url(/gfx/btnPhilosophy.gif) no-repeat;
	width:95px;
}
#philosophy_sel{
	background:url(/gfx/btnPhilosophy_sel.gif) no-repeat;
	width:95px;
}
#contact{
	background:url(/gfx/btnContact.gif) no-repeat;
	width:64px;
}
#contact_sel{
	background:url(/gfx/btnContact_sel.gif) no-repeat;
	width:64px;
}
.sifrTitle{
	margin:0;
	padding:0;
	font-size: 24px;
	line-height:28px;
}
.container{
	padding-top:15px;
	margin:auto;
}
.container #leftBar{
	display:block;
	padding:0;
	margin:0;
	width:32px;
	height:327px;
	float:left;
	margin-right:10px;
}
.container #leftBar span{
	display:none;
}
.container #copy{
	padding:5px 10px;
	border:7px solid #99bb22;
	float:left;
}
.container #copy p{
	float:left;
	text-align:left;
	padding:0;
	margin:0 0 15px 0;
	display:block;
}
.last{
	margin:0;
}

/*ABOUT*/
#aboutContent{
	width:585px;
	
}
#aboutContent #leftBar{
	background-image:url(/gfx/leftBar_ABOUT.gif);
}
#aboutContent #copy{
	width:500px;
	background:url(/gfx/bgEddie.jpg) no-repeat top right;
}
#aboutContent #copy p{
	width:300px;
}

/*WEDDING*/
#weddingContent{
	width:585px;
}
#weddingContent #leftBar{
	background-image:url(/gfx/leftBar_weddings.gif);
}
#weddingContent #copy{
	width:500px;
	background:url(/gfx/ceremonyBG.jpg) no-repeat right top;
}
#weddingContent #copy p{
	width:300px;
}

/*COMMITMENT*/
#commitmentContent{
	width:585px;
}
#commitmentContent #leftBar{
	background-image:url(/gfx/leftBar_commitments.gif);
}
#commitmentContent #copy{
	width:500px;
	background:url(/gfx/commitmentBG.jpg) no-repeat top right;
}
#commitmentContent #copy p{
	width:300px;
}

/*CHILDREN*/
#lifeContent{
	width:585px;
}
#lifeContent #leftBar{
	background-image:url(/gfx/leftBar_children.gif);
}
#lifeContent #copy{
	width:500px;
	background:url(/gfx/celebrateChildrenBG.jpg) no-repeat top right;
}
#lifeContent #copy p{
	width:300px;
}

/*TRANSITIONS*/
#transitionsContent{
	width:585px;
}
#transitionsContent #leftBar{
	background-image:url(/gfx/leftBar_transitions.gif);
}
#transitionsContent #copy{
	width:500px;
	background:url(/gfx/transitionBG.jpg) no-repeat top right;
}
#transitionsContent #copy p{
	width:300px;
}

/*Philosophy*/
#philosophyContent{
	width:585px;
}
#philosophyContent #leftBar{
	background-image:url(/gfx/leftBar_philosophy.gif);
}
#philosophyContent #copy{
	width:500px;
	background:url(/gfx/philosphy.jpg) no-repeat top right;
}
#philosophyContent #copy p{
	width:300px;
}

/*CONTACT*/
#contactContent{
	width:585px;
}
#contactContent #leftBar{
	background-image:url(/gfx/leftBar_contact.gif);
}
#contactContent #copy{
	width:500px;
	/*background:url(/gfx/philosphy.jpg) no-repeat top right;*/
}
#contactContent #copy p{
	width:300px;
	margin:0 0 10px 0;
}
#contactContent #copy h4{
	display:block;
	margin:0;
	padding:0;
}

