@charset "utf-8";
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFCC1;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
a:link {
	color: #fe3100;
	text-decoration: none;
}
a:visited {
	color: #fe3100;
	text-decoration: none;
}

#header {
	height: 216px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerBG.jpg);
	background-repeat: repeat-x;
}
#content {
	margin-left: 180px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 750px;
	padding-left: 10px;
	text-align: left;
}
#gcontent {
	margin-left: auto;
	padding-top:10px;
	padding-bottom: 5px;
	width: 500px;
	padding-left:10px;
	text-align: center;
	margin-right: auto;
}
.h {
	font-size: 24px;
}
.c {
	text-align: center;
}
.p {
	padding-right: 5px;
	padding-left: 5px;
}
#indeximage {
	margin-right: 124px;
	margin-bottom: 10px;
	margin-left: 80px;
	text-align: center;
	margin-top: 10px;
}
#books {
	width: 700px;
	margin-left: 200px;
	text-align: center;
}

#lmenu {								/*--Left Navigation Bar--*/
	float: left;
	width: 170px;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 18px;
	color: #FFC;
}
a.tnav, a.tnav:link, a.tnav:visited {
	display:block;
	width:170px;
	height:75px;
	line-height:75px;
	background-color: #000;
	color: #F90;
} 
a.tnav:hover  {
	color:#FFF;
}
#gmenu {								/*--Left Navigation Bar--*/
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #FFC;
	float: right;
}
a.gnav, a.gnav:link, a.gnav:visited {
	display:block;
	background-color: #000;
	color: #FFF;
	padding: 5px;
	margin-right: 50px;
	height: 20px;
	font-size: 14px;
	text-transform: none;
} 
a.gnav:hover  {
	color:#F90;
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FF0;
}
#contact {
	text-align: center;
}
#tsotimage{
	height: 540px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
