/* The purpose of this css file is to override all other stylesheets with the desired colors for that page */

body
{
	background: #F7F6F5 url(/images/backgrounds/weddingBack.jpg) no-repeat 0 0 fixed;
}

#author, #menu, #menu a, #menu a:link, #menu a:visited
{
	color: black;
}

#line
{
	border-top: 1px solid black;
	background: url(/images/backgrounds/weddingtext2.gif) 0 0 no-repeat !important;
	height: 55px; 
}

/*
#menu a:hover
{
	background: blue;
	color: white;
}
*/
#menu ul li
{
	border: 1px solid black;
	border-top: none;
	border-bottom: none; 
}
/*
.boxA
{
	background: url("/images/backgrounds/blue1.png");
	
}

.boxB
{
	background: url("/images/backgrounds/blue2.png");  
}

.boxC
{
	background: url("/images/backgrounds/blue3.png");
}
*/
div.roundedContent
{
}


div.roundedContent p 
{
/*	background:  #F7F6F5 url("/_private/final_corner/right.gif") top right repeat-y; */
}

#author div.tl
{
/*	border: 3px solid blue; */
}

div.tl
{
	background: url("/images/borders/blackborder/wed.gif") top left no-repeat;
}

div.tr
{
	background: url("/images/borders/blackborder/wed.gif") top right no-repeat;
}

div.bl
{
	background: url("/images/borders/blackborder/wed.gif") bottom left no-repeat;
}

div.br
{
	background: url("/images/borders/blackborder/wed.gif") bottom right no-repeat;
}


/* now author needs to be white */
div.tlwhite
{
	background: url("/images/borders/blackborder/bw.gif") top left no-repeat;
}

div.trwhite
{
	background: url("/images/borders/blackborder/bw.gif") top right no-repeat;
}

div.blwhite
{
	background: url("/images/borders/blackborder/bw.gif") bottom left no-repeat;
}

div.brwhite
{
	background: url("/images/borders/blackborder/bw.gif") bottom right no-repeat;
}

#copy
{
	background:  #F7F6F5;
	display: none;
}
