@charset "UTF-8";

body{
	background: #213049 url(images/bg.jpg) top left repeat-x;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
		
}

a {
	color:#7199dc;	
}

#wrap {
	width:1000px;
	margin:0 auto;
}

#nav{
	width:1000px;
	height:86px;
	
}

.colorBlue{color:#7199dc;}

#nav ul {margin:0; padding:0; clear:both;}
#nav li {display:inline;}
#nav a {display:block; float:left; overflow:hidden; padding-top:86px; height:0; background:url(images/nav.jpg) top left no-repeat;}

#nav a.selected {background:url(images/nav-over.jpg) top left no-repeat;}

#nav a#home {background-position:0 0; width:124px;}
#nav a#link {background-position:-124px 0; width:90px;}
#nav a#explained {background-position:-214px 0; width:212px;}
#nav a#everyday {background-position:-426px 0; width:123px;}
#nav a#questions {background-position:-549px 0;width:98px;}
#nav a#basics {background-position:-647px 0; width:104px;}
#nav a#chapters {background-position:-751px 0; width:91px;}
#nav a#workshops {background-position:-842px 0; width:158px;}







#banner{
	width:1000px;
	height:295px;
	
}

#content{
	width:1000px;
	
}

.book{
	position:absolute;
	width:380px;
	height:340px;
	background:url(images/book.jpg);
	float:left;
	
}

.header{
	width:620px;
	height:84px;
	
}

.textArea{
	width:620px;
	float:right;
	margin:0 0 20px 0;
	clear:none;
	
}

.contentText{
	width:580px;
	margin:0 0 0 25px;
	height:350px;
}

.chaptertext{
	width:580px;
	margin:0 0 0 25px;
}

.c1{
	width:280px;
	margin:0 20px 0 0;
	float:left;
	
}

.c2{
	width:280px;
	margin:0;
	float:left;
	
}

.cDouble{
	width:580px;
	margin:0;
	float:left;
	border-top:1px solid #2e405f;
}

.paypalButton{
	position:relative;
	top:230px;
	left:59px;
	width:200px;
	height:75px;
}


#footer{
	width:1000px;
	height:33px;
	padding:20px 0 0 0;
	border-top:1px solid #2e405f;
	border-bottom:1px solid #2e405f;
	text-align:center;
	font-size:10px;
	margin:0 0 10px 0;
	
}
