body {
	background-color: rgb(0,0,0);
}

#header {
		width: 770px;
		height: 250px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-image: url(images/storeheader.jpg);
		background-repeat:no-repeat;
}
		
#navbar {
		width: 770px;
		height: 60px;
		
		margin-left: auto;
		margin-right: auto;
		
		background-color: rgb(0,0,0);
		background-image: url(../bio/images/pagenavbar.jpg);
		
		border: solid;
		border-width: 0px 0px 0px 0px;
		border-color: rgb(209,132,16);
}

#navtable {
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding: 15px 0px 0px 10px;
}

#navtd {
	padding: 0px 9px 0px 9px;
}


a {
	color: rgb(214,2,37);
}

a:visited  {
	color: rgb(214,2,37);
}
a:hover {
	color: #cc9900;
}

.navlink {
	width: 150px;
	color: rgb(205,211,255);
	
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration: none;
}

.navlink:visited {
	color: rgb(205,211,255);
}

.navlink:hover {
	color: rgb(214,2,37);
}

#main {
		width: 768px;
		margin-left: auto;
		margin-right: auto;
		background-repeat: repeat-y;
		background-position-x: 660;

		background-color: rgb(219,233,255);
		border: solid;
		border-width: 0px 1px 1px 1px;
		border-color: rgb(209,132,16);
		
		padding: 0px 0px 0px 0px;
}

#content {
	width: 708px;
	padding: 20px 30px 70px 30px;
	margin-bottom: 10px;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgb(209,132,16);
}

#contact {
	padding: 5px 30px 10px 30px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
	line-height: 1.4em;
}

.xtitle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.desc
{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
	

#credits {
	padding: 20px 0px 10px 0px;
	font-size: 11px;
	color: rgb(150,150,150);
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

