body{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font_weight: normal;
	font-size: 110%;
	line-height: 125%;
	background-color: rgb(60, 75, 159);
}

#page{
	background-color: rgb(0, 0, 0);
	width: 800px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#top{
	background-color: rgb(203,202,230);
	padding: 0px;
	margin: 0px;
}

#mast{
	height: 125px;
	margin: 0px;
	padding: 0px;
}

#topnav{
	color: white;
	height: 30px;
	background-color: rgb(153,51,0);
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	/*text-align: center;*/
	text-align: left;
}

#main{
	background-color: rgb(255, 255, 255);
	width: 800px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#groups{
	background-color: rgb(255, 255, 255);
	width: 800px;
	/*float: right;*/
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#summary{
	background-color: rgb(255, 255, 255);
	/*float: right;*/
	font-weight: normal;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	margin-top: 0px;
}

#visual{
	background-color: rgb(255, 255, 255);
	/*background-color: rgb(255, 153, 102);*/
	border: thin solid black;
	/*width: 220px;*/
	padding: 30px;
	margin: 20px;
	/*margin-left: 10px;*/
	/*margin-bottom: 10px;*/
	text-align: center;
	float: right;
}

#visual p{
	font-size: 110%;
	padding: 0px;
	margin: 0px;
}

#visual2{
	background-color: rgb(255, 255, 255);
	/*background-color: rgb(255, 153, 102);*/
	border: thin solid black;
	width: 220px;
	padding: 30px;
	margin: 20px;
	/*margin-left: 10px;*/
	/*margin-bottom: 10px;*/
	text-align: center;
	float: left;
}

#visual2 p{
	font-size: 80%;
	line-height: 105%;
	padding: 0px;
	margin: 0px;
}

#buybox{
	/*background-color: rgb(255, 255, 255);*/
	background-color: rgb(255, 153, 102);
	border: thin solid black;
	width: 600px;
	padding: 30px;
	margin: 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*margin-left: 10px;*/
	/*margin-bottom: 10px;*/
	/*text-align: center;*/
	/*float: center;*/
	clear: both;
}

#buybox p{
	font-size: 110%;
	padding: 0px;
	margin: 0px;
}

#order{
	width: 240px;
	padding-top: 10px;
	float: right;
	background-color: rgb(255, 153, 102);
	height: 250px;
	/*border: thin solid black;*/
	text-align: center;
}

#sidebar{
	font_weight: normal;
	background-color: rgb(225, 214, 153);
	width: 300px;
	line-height: 100%;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-left: 0px;
}


#bottom{
	clear: right;
	width: 800px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#botnav{
	height: 30px;
	/*background-color: rgb(225, 214, 153);*/
	/*background-color: rgb(153,51,0);*/
	background-color: rgb(113,202,230);
	width: 800px;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 170%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#credits{
	color: black;
	padding: 0px;
	padding-top:  0px;
	height: 100px;
	width: 800px;
	background-color: rgb(203,202,230);
	margin: 0px;
	margin-top: 0px;
	line-height: 130%;
	text-align: center;
}

#botright{
	float: right;
	padding-right: 10px;
}

#botleft{
	float: left;
	padding-left: 10px;
}

#txthere{
	font-weight: bold;
}
#youarehere{
	font-weight: bold;
	padding: 20px;
	margin-top: 20px;
	margin-left: 0px;
	background-color: rgb(255, 234, 153);
}

.center{
	text-align: center;
}

.title{
	font-style: italic;
}

.author{
	font-weight: bold;
	font-style: italic;
	font-size: 105%;
}

.price{
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}

.tiny{
	font-size: 80%;
	font-style: italic;
	/*line-height: 80%;*/
}

em{
	font-size: 100%;
	font-weight: bold;
}

.em{
	font-size: 100%;
	font-weight: bold;
}

.price{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

p{
	font-size: 110%;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	margin-left: 90px;
	margin-right: 90px;
}

ul{
	border: thin solid black;
	background-color: rgb(233,242,240);
	padding: 10px;
	padding-left: 30px;
	padding-bottom: 12px;
	margin: 0px;
	/*margin-left: 150px;*/
	/*margin-right: 150px;*/
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 10px;
}

li{
	list-style-position: outside;
}

.sectionhead{
	padding-top: 10px;
	font-weight: bold;
	font-size: 220%;
	line-height: 90%;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

dt{
	font-weight: bold;
	font-size: 150%;
	line-height: 100%;
}

h1{
	font-size: 180%;
	line-height: 105%;
	margin-left: 20px;
}

h2{
	padding-top: 10px;
	font-size: 160%;
	line-height: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3{
	font-size: 150%;
	line-height: 120%;
}

h4{
	font-size: 140%;
	line-height: 120%;
}

h5{
	font-size: 125%;
	line-height: 120%;
}

h6{
	font-size: 100%;
}

a:link{
	font-weight: normal;
	color: navy;
}

a:visited{
	font-weight: normal;
	color: green;
}

a:hover{
	font-weight: normal;
	color: lime;
}

#topnav a:link{
	color: pink;
}
#topnav a:visited{
	color: lime;
}
#topnav a:hover{
	color: red;
}


/* this is spacing with a bullet for the navbars    &nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;*/