body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}
p {
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #ba65aa;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #ba65aa;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/* html - table styles */
#header {
	height: 182px;
	width: 762px;
	background-image: url(../img/byou.hdr.gif);
}
#contents {
	width: 762px;
	background-color: #ffffff;
}
#footer {
	height: 125px;
	width: 762px;
	background-image: url(../img/byou.ftr.gif);
}
#closer {
	height: 30px;
	width: 762px;
	background-image: url(../img/byou.bkg.clsr.gif);
}

#subnav {
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	padding-left: 30px;
	width: 45%;
}
#subnav a {
	color: #ffffff;
}
#subnav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#copyright {
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	width: 25%;
}
#copyright a {
	color: #ffffff;
}
#copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#credit {
	font-family: verdana;
	font-size: 9px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	padding-right: 30px;
	width: 30%;
}
#credit a {
	color: #ffffff;
}
#credit a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#flash {
	width: 762px;
	height: 550px;
	text-align:center;
	background-color: #ffffff;
}
#track {
	width: 1px;
	height: 1px;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
#track2 {
	width: 700px;
	height: 100px;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
/* html - scrolling container*/
#container {
	z-index: 1;
	position:relative;
	left:0;
	top:0;
	height: 98%;
	width: 750px;
	overflow: auto;
}
#container .txt {
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #ba65aa;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 25px;
}