@charset "UTF-8";
/* CSS Document */

/*<!--HOME PAGE-->*/

body {
	padding:0;
	margin:0;
	background-image:url(../images/BGhome.jpg);
	background-color:#464646;
	background-position:top;
	background-repeat:repeat-x;
}

img {
	border:0px;
}

#header {
	background-color:#464646;
	position:absolute;
	z-index:0;
	width:100%;
	height:90px;
	top:0px;
	
}

#container {
	width:900px;
	position:relative;
	top:-90px;
	top:0px;
	z-index:1;
}

#logo {
	float:left;
	padding-top:12px;
	padding-left:15px;
	
}

#nav {
	position:relative;
	left:50px;
}

#nav li{
	float:left;
	padding-top:12px;
	padding-left:10px;
	display:inline;
	list-style:none;
}


#book {
	position:relative;
	left:-250px;
	top:35px;
		
}


#subtext {
	position:relative;
	top:-310px;
	left:290px;
	width: 360px;
	height:60px;
	text-align:left;
	padding:15px;
	background-color:#333;
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard*/
  opacity:0.6;
}

#subtext h3 {
	font-family:helvetica, arial, sans-serif;
	text-align:center;
	color:#FFF;
	font-size:15px;
	line-height:16pt;
}

/*<!--INTERIOR PAGE-->*/

#content {
	width:440px;
	position: relative;
	top:50px;
	left:200px;
	
}

#copy {
	width:440px;
	height:450px;
	background-color:#FFF;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  padding:10px;
  overflow: scroll;
  text-align:left
}

#text img {
	float:left;
	padding-right:10px;
	padding-bottom:5px;
	position:relative;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333;
	margin-top: -15px;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size:24px;
	margin-top:5px;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0075bf;
	margin-top:-4px;
	
}
	
h4 {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
	}

p {
	font-family:Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	line-height:16pt;
}

#text h1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333;
	text-decoration:none;
	margin-top: -15px;
}

#text h1 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0075bf;
	text-decoration:none;
	margin-top: -15px;
}

#order {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin-top:-4px;
	line-height:18px;
	
	
}
#order a {
	text-decoration:none;
}
