/*
Main frame - index.html
*/
#wraper {
	margin-top: -299px;
	margin-left: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 598px;
	background:#F4F1DF;
	text-align: left;
	border: 1px solid #666666;
}
#nav {
	background:F4F1DF
	margin:0 auto;
	width: 196px;
	height: 598;
	float:left;
}

#content{
border: 1px #666666;
	background:FF0000
	margin:0 auto;
	width: 602px;
	height: 598px;
	float:right;
}
/*
all pages
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #f4f1df;
	line-height:18px;
	padding-right: 52px;
	padding-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.headTxt {
	font-size: 24px;
	font-weight: bold;
}

hr {
  border: 0;
  color: #f4f1df;
}
/*
for Bio pages
*/
.pic{
	float: left;
	height: 138px
	width: 190px
}
.info{
	padding-left: 20px;
}

/*
alternate link styles
*/
.fancyA {
	font-weight: bold;
	color: #F4F1DF;
}
.style2 {
	color: #F4F1DF
}
.storeBasic {
	padding-left: 10px;
	color: #000000;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.storeBasic li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.storeBasicLeft {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4F1DF;
}
.storeBasicRt {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4F1DF;
}
.storeBasicHeader {
	color: #F4F1DF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
