/*	synch:
	expander-min-width = body-padding-left + body-padding-right = 175 + 175 = 350
	expander-max-width = sizer-max-width - expander-margin-left - expander-margin-right = 250 - (-175) - (-175) = 600
*/

body
{
	text-align: center;
	background-attachment: fixed;
	background-image: url("images/cloth062.jpg");
	padding: 0px 175px;
}

#sizer {
	margin: 0 auto;
	border: 0px dashed green;
	width: 100%;						/* synch: jello-factor 100 */
	max-width: 250px; 					/* synch: expander-max-width 600 */
}

#expander {
	z-index: 1;
	position: relative;
	border: 0px dashed yellow;
	margin: 0px -175px 0px -175px;	/* synch: expander-min-width 350 these side margins should be the same or slightly less than body paddings */
	min-width: 350px;				/* synch: expander-min-width 350 This prevents Safari from losing the negative margins in narrow windows */
}

/* \*/
* html #expander { height: 0; }
/* */


a:link { color: #aaccff }
a:visited { color: silver}
a:hover { color: yellow }
a:active { color: #7fa3bd }

a:link.bvnav {
	text-decoration: none;
	font-size: small;
	font-family: Verdana;
	color: #3399cc;
	}
	
a:visited.bvnav {
	text-decoration: none;
	font-size: small;
	font-family: Verdana;
	color: #3399cc;
	}
	
.bvbody
{
	font-size: small;
	font-family: verdana;
	color: #3399cc;
}

.bvnav
{
xmargin-left: auto;
xmargin-right: auto;
}

#bvcontent
{
padding: 0em 4em;
background: black;
border: 1px solid orange;
}