body {
	background: #131723 url(images/bgTile.gif) left -30px repeat-x;
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #eeeeee;
}

.bkg2 {
	background: #131723 url(images/bgTile2.gif) left -30px repeat-x;
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #eeeeee;
}

#width {
	background: url(images/sun.jpg) -40% -30px no-repeat;
	min-height: 600px;
}

#main {
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	color: #ffffff;
	margin: 0 62px;
	overflow: hidden;
}

/*---------------------/
  TOP NAVIGATION      /
--------------------*/

#logo {
	background: url(images/logo.png) no-repeat;
	/*text-indent: -9999em;*/
	width: 245px;
	height: 150px;
	overflow: hidden;
	float: left;
	display:inline;
}

#logo a { width:300px; height:200px; display: block;}


#topnav {
	background: url(images/navTile.gif) repeat-x;
	display: block;
	font: normal 0.95em Arial, sans-serif;
	margin:57px 0 0 0;
	overflow: hidden;
}

* html #topnav {height:1%;}


#topnav li {
	display: inline;
	float: left;
	margin:-1px;
}

#topnav li a {
	color: #cccccc;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 1.1em;
	line-height: 42px;
	min-height: 42px;
	padding: 0 20px;
	position: relative;
	text-shadow: #000000 0px 1px 2px;
}
#topnav li a:hover {
	color: #ffffff;
	/*background: url(images/bgNavHover.gif) center bottom no-repeat;*/
}
#topnav li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 42px;
}


/*---------------------/
      sub nav         /
--------------------*/

#substart {
	background: url(images/substart.png) no-repeat;
	width: 40px;
	height: 25px;
	overflow: hidden;
	float: left;
	display:inline;
}

#subnav {
	background: url(images/subTile.gif) repeat-x;
	display: block;
	font: normal 0.95em Arial, sans-serif;
	margin:0 0 0 0;
	overflow: hidden;
}

* html #subnav {height:1%;}


#subnav li {
	display: inline;
	float: left;
	margin: 0;
}

#subnav li a {
	color: #cccccc;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 0.95em;
	line-height: 25px;
	min-height: 25px;
	padding: 0 19px;
	position: relative;
	text-shadow: #000000 0px 1px 2px;
}

#subnav li a:hover {
	color: #ffffff;
}
#subnav li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
}

/*---------------------/
      RIGHTBOXES      /
--------------------*/

#rightbox {
	float: right;
	background:url(images/bubbla.png) no-repeat;
	width: 271px;
	height: 266px;
	padding: 10px 0px;
	margin: 0 0 20px 25px;
}

#rightbook {
	float: right;
	position: relative;
	top: 350px;
	background:url(images/ethnography.png) no-repeat;
	width: 152px;
	height: 255px;
}

#rightbook2 {
	float: right;
	clear: right;
	position: relative;
	top: 1000px;
	background:url(images/readings.png) no-repeat;
	width: 215px;
	height: 204px;
}

/*---------------------/
   QUOTE BOXES        /
--------------------*/

#qBoxL {
	float: left;
	overflow: hidden;
	width: 350px;
	padding:15px;
	margin-bottom: 20px;
	background: #0d111b /* url(images/bgImgLight.png) center -2px no-repeat */;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3d4048;
}

* html #qBox { height:1%; }

#qBoxR {
	float: right;
	overflow: hidden;
	width: 350px;
	padding:15px;
	margin-bottom: 20px;
	background: #0d111b /* url(images/dwnLight.png) center -2px no-repeat */;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3d4048;
}

* html #qBox { height:1%; }

#wrapBox {
	float: left;
	overflow: hidden;
	padding:10px;
	margin: 0 15px 0 15px;
	background: #0d111b /* url(images/dwnLight.png) center -2px no-repeat */;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3d4048;
}

* html #wrapBox { height:1%; }


/*---------------------/
  BASIC STYLES        /
--------------------*/

h2 {
	font: normal 1.6em Arial, sans-serif;
	margin: 0 0 .5em 0;
	text-shadow: #000 0px 1px 4px;
}

h3 {
	font: normal 1.35em Arial, sans-serif;
	margin: 0 0 .5em 0;
	text-shadow: #000 0px 1px 4px;
}

p {
	color: #cccccc;
	margin: .5em 0 3.5em 0;
	font-size: .95em;
	line-height: 145%;
}

p.by {
	color: #ffffff;
	font: 1.1em/145% Times, serif;
	margin-bottom: 40px;
	text-shadow: #333 0px 1px 4px;
	text-align: justify;
	}

p.intro {
	color: #ffffff;
	font: 1.2em/145% Times, serif;
	margin-bottom: 40px;
	text-shadow: #333 0px 1px 4px;
	text-align: justify;
	}
	
p.introc {
	color: #ffffff;
	font: 1.2em/145% Times, serif;
	margin-bottom: 40px;
	text-shadow: #333 0px 1px 4px;
	text-align: center;
	}
	
p.bread {
	color: #ffffff;
	font: 0.95em/145% Times, serif;
	margin-bottom: 40px;
	text-shadow: #333 0px 1px 4px;
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
	}
	
p.bread2 {
	color: #ffffff;
	font: 0.95em/145% Times, serif;
	margin-bottom: 10px;
	text-shadow: #333 0px 1px 4px;
	text-align: justify;
	}
	
p.box {
	color: #cccccc;
	font-size: .90em;
	margin: 0em 0 0em 0;
	line-height: 125%;
	font-style: italic;
}

p.box2 {
	color: #cccccc;
	font-size: .75em;
	margin: 0em 0 0em 0;
	line-height: 125%;
}

p.boxttl {
	color: #646e89;
	font-size: 1em;
	margin: 0em 0 0.3em 0;
	line-height: 100%;
}

ul, li { 
	margin: 5px 0 5px 10px;
}

ul.txt {
	list-style-type: disc;
	color: #ffffff;
	font: 0.95em/145% Times, serif;
	text-shadow: #333 0px 1px 4px;
	margin-top: -20px;
	margin-bottom: 20px;
}

ol.faq {
	list-style-type: decimal;
	color: #ffffff;
	font: 0.90em/145% Times, serif;
	margin-bottom: 40px;
	text-shadow: #333 0px 1px 4px;
	text-align: justify;
	margin-left: 10em;
	margin-right: 10em;
}

a:link { color:#cad4d8; text-decoration: none; }
a:hover { color:#FF9522; }
a:link:hover { color:#FF9522; }
a:visited { color:#cad4d8; text-decoration: none; }
a:visited:hover { color:#FF9522; }

/*---------------------/
        FORM          /
--------------------*/

.input {
	border: 1px solid #3d4048;
	background-color: #0d111b;
	font: 0.95em/125% Times, serif;
	text-shadow: #333 0px 1px 4px;
	padding: 3px;
	color: #ccc;
}

.input:focus {
		background-color: #090c15;
}

textarea {
	font-family: Times, serif;
	font-size: 0.95em;
}

.tInput {
	color: #ccc;
	margin: 0 0 0 0;
	font: 0.95em/100% Times, serif;
}

/*---------------------/
   BOOK CONTENTS      /
--------------------*/

table.cont {
	margin-right: auto;
	margin-left: auto;
	border: 0;
	width: 650px;
	text-align: center;
}

td.ttitle {
	background: #090C15 url(images/dwnLight.png) top center no-repeat;
}

td.tchap {
	background-color: #5a6176;
	height: 13em;
}

td.tchap2 {
	background-color: #5a6176;
	height: 4em;
}

td.tcont {
	text-align: left;
}

.part {
	font: bold 1.50em/145% Times, serif;
	text-shadow: #333 0px 1px 4px;
}

.ptitle {
	font: italic 1.10em/145% Times, serif;
	text-shadow: #333 0px 1px 4px;
	text-decoration: underline;
}

.chapter {
	font: 0.90em/145% Times, serif;
	color: black;
	text-shadow: #444 0px 1px 4px;
	text-decoration: underline;
}

.chapter2 {
	font: 1.05em/145% Times, serif;
	color: black;
	text-shadow: #444 0px 1px 4px;
	text-decoration: underline;
}

.ctitle {
	font: bold 1.05em/145% Times, serif;
	color: black;
	text-shadow: #444 0px 1px 4px;
}

.ctitle2 {
	font: bold 1.35em/145% Times, serif;
	color: black;
	text-shadow: #444 0px 1px 4px;
}

.t1 {
	font: 1.20em/120% Times, serif;
	text-shadow: #333 0px 1px 4px;
	color: #fff;
	margin: 0 0 0 4em;
}
.t2 {
	font: 1.00em/120% Times, serif;
	text-shadow: #333 0px 1px 4px;
	color: #fff;
	margin: 0 0 0 6.5em;
}
.t3 {
	font: 0.90em/120% Times, serif;
	text-shadow: #333 0px 1px 4px;
	color: #fff;
	margin: 0 0 0 9em;
}

/*img.imgLight {
	background: url(images/bgImgLight.png) bottom center no-repeat;
	padding-bottom: 30px;
}*/

/*---------------------/
  Lefts and rights    /
--------------------*/

.left {
	float: left;
	margin-right: 30px;
}

.right {
	float: right;
	margin-left: 30px;
}

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

.clearfloatR {
	float: right;
	clear: right;
}

.clearfloatL {
	float: left;
	clear: left;
}

.center {
	margin-right: auto;
	margin-left: auto;
}


/*---------------------/
  FOOTER              /
--------------------*/

#footer {
	color: #394052;
	text-align: center;
	margin-top: 50px;
	padding: 50px;
}

#footer dt {
	font-weight: bold;
}

#footer dt, #footer dd {
	display: inline;
}

#footer dd a {
	color: #666666;
	padding: 0 10px;
}




