html { overflow-y: scroll; }
body { height:101%; }

body
{
	color:white;
	background-color:black;
	font-family: Verdana, sans serif;
	font-size:0.8em;
}

div.across,
div.topside,
div.leftside,
div.rightside,
div.menu a
{
	background-color: #942f37;
}

a.linky
{
	text-decoration:underline;
}
a.email
{
	text-decoration:underline;
}
a:visited,
a
{
	color:white;
	text-decoration:none;
}

div.banner_wrap_left
{
	background-image: url('images/business_card_003_wings.png');
	background-position: bottom left;
	background-repeat:no-repeat;
	background-size: auto 80%;
}
div.banner_wrap_right
{
	background-image: url('images/business_card_003_wings.png');
	background-position: bottom right;
	background-repeat:no-repeat;
	background-size: auto 80%;
}
div.banner
{
	font-family:times roman;
	text-align:center;
	font-size:400%;
	font-variant:small-caps;
	color:transparent;

	/* background-image: url('images/banner-2.jpg'); */
	background-image: url('images/business_card_001_badge.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	min-height:3.0em;
}

div.outer
{
	border:solid silver 2px;
	min-height:20.0em;
	border-radius:1.0em;
	min-height:90%;
}

div.menu
{
	float:left;
	margin-left:5%;
	margin-top:-2.0em;
}
div.menu a
{
	padding: 1px 5px;
}

div.across,
div.topside
{
	margin-left:5%;
	margin-right:5%;
}
div.leftside
{
	float:left;
	margin-left:5%;
}
div.rightside
{
	float:right;
	margin-right:5%;
}
div.across,
div.topside,
div.leftside,
div.rightside
{
	padding:1.0em;
	border:solid silver 1px;
	border-radius:1.0em;
	margin-bottom:2.0em;
}
div.leftside,
div.rightside
{
	width:40%;
	min-height:10.0em;
}

div.image
{
	text-align:center;
}

ul.spread li
{
	margin-bottom:1.0em;
}

ul.spread li a
{
	font-weight:bold;
}


table.gallery1  {  border-collapse:collapse; width:100% border:solid white 1px;}
table.gallery1 td.text { width:35%; }
table.gallery1 td.text span { font-size:150%; }
table.gallery1 td { vertical-align:top;  padding-bottom:1.0em;}
table.gallery1 td img { width:100%; }

