/*This stylesheet contains the styles for css2 compliant browsers*/
/*Design Sheet two: Vertical menu*/

/*debug code only*/

/** { border:solid 1px #FF0000;}*/
/* end of debug code */

/*body controls all but master font for page*/
@import url("common.css");
#main {
	background-color: #FFFFCC;
	margin: 70px auto 10px;
	width: 800px;
	border: 2px solid #666666;
	background-attachment: fixed;
	background-image: url(../images/bird_full_right_trans.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

body.weddings #main {
	background-color: #FFFFCC;
	margin: 70px auto 10px;
	width: 800px;
	border: 2px solid #666666;
	background-attachment: fixed;
	background-image: url(../images/dove_trans_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.weddings #main #content {
	background-attachment: fixed;
	background-image: url(../images/vec_bg.png);
	background-repeat: no-repeat;
	background-position: 60% bottom;
	margin: 0px 0px 0px 200px;
	padding: 0px;
}
.weddings #main #content  li{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

