@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CC0000;
	background-image:url(images/back_F60_440.png);
	background-repeat:repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF6600;
}


#navigation {margin-top:50px;
margin-left:450px;
	text-align:left;}
	
	
.oneColFixCtr #container {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left:75px; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#CC0000;
	font-size:90%;
}
.oneColFixCtr #mainContent {
	padding:30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}


ul {	
	list-style:none;
	color:#FFFFFF;
	font-size:70%;
	font-weight:bold;}
	
	
ul.mainContent {
	display:inline;	
	list-style:none;
	color:#FF6600;
	font-size:70%;
	font-weight:bold;
	padding-left:0;
	}
	
/*__li.white 
	{display:inline;
	}
	
	
li.white a:link
	{color:#FF6600;
	text-decoration:none;}
	
li.white a:visited
	{color:#FF6600;
	text-decoration:none;}
	
li.white a:hover
	{color:#FF6600;
	text-decoration:underline;}
	
li.white a:active
	{color:#FF6600;
	text-decoration:none;}	
	
	--*/
	
	

li.mainContent 
	{display:inline;
	}
	
	
li.mainContent a:link
	{color:#FF6600;
	text-decoration:none;}
	
li.mainContent a:visited
	{color:#FF6600;
	text-decoration:none;}
	
li.mainContent a:hover
	{color:#FF6600;
	text-decoration:underline;}
	
li.mainContent a:active
	{color:#FF6600;
	text-decoration:none;}	
	
.white {
color:#FFFFFF;}
	
#navigation li {display:inline;
	border-right:1px solid;
	padding: 0 0.5em;
	color:#FFFFFF;
	}
	
	

#navigation li a:link
	{color:#FFFFFF;
	text-decoration:none;}
	
#navigation li a:visited
	{color:#FFFFFF;
	text-decoration:none;}
	
#navigation li a:hover
	{color:#FFFFFF;
	text-decoration:underline;}
	
#navigation li a:active
	{color:#FFFFFF;
	text-decoration:none;}
	
	
	
.blackLeft {font-family: Arial, Helvetica, sans-serif}
.redRight {font-family: Arial, Helvetica, sans-serif; color: #CC0000; }
.style1 {	font-size: 120%;
	color: #CC0000;
}
.orangeboldlarge {	color: #FF3300;
	font-size: 18px;
	font-weight: bold;
}
.redboldlarge {font-family: Arial, Helvetica, sans-serif; color: #CC0000; font-size: 18px; font-weight: bold; }
.style3 {color: #FF6600}
.style4 {font-size: 120%; color: #FF6600; }
.style5 {color: #CC0000}
.red-right2 {	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 18px;
}
.style9 {font-size: 18px}


h2 {font-size:110%;
color:#FF6600;
padding-top:20px;
}


.mousetype {
font-size:9px;
text-align:right;}

ul.redlist {
color:#CC0000;
font-size:100%;
font-weight:normal;
list-style-type:square;
}

.smallcaps {
font-size:90%;}

/* -- for books --*/

.title {
	color:#CC0000;
	font-size:110%;
	font-weight:bold;
	margin-bottom: 0px;
	margin-bottom: 0px;
}
.subtitle {
	color:#CC0000;
	font-size:110%;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 0px;
}

	
.author {
	color:#FF3300;
	font-size:100%;
	font-style:italic;
	padding-top:0;
	margin-top: 0px;
	margin-bottom:0px;
}

.price {
	padding-top:0px;
	margin-top:0px;
}


li.mainContent 
	{display:inline;
	}
	
	
p a:link
	{color:#FF6600;
	text-decoration:none;
	font-style:normal;}
	
p a:visited
	{color:#FF6600;
	text-decoration:none;
	font-style:normal;}
	
p a:hover
	{color:#FF6600;
	text-decoration:underline;
	font-style:normal;}
	
p a:active
	{color:#FF6600;
	text-decoration:none;
	font-style:normal;}	
	
	
.redlist a:link
	{color:#FF6600;
	text-decoration:none;
	font-style:normal;}
	
.redlist a:visited
	{color:#FF6600;
	text-decoration:none;
	font-style:normal;}
	
.redlist a:hover
	{color:#FF6600;
	text-decoration:underline;
	font-style:normal;}
	
.redlist a:active
	{color:#FF6600;
	text-decoration:none;
	font-style:normal;}	
	
.caption {
font-size:80%;}
	
	


