/* This changes everything inside the <html> class and not the <body> */
html {
	
	width:100%;
	height:100%;
}
/* This changes everything inside the <body> */
body {
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff; /*Site Text Color*/
	background-color:#BC85BF;
	
}


#content {
	
background-color: #85386B;
	width:864px; 
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	*padding-top:10px;


	
}



/* Headings and Text */
h1 { /* QA PAGE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:0px; /* use this to add padding to the bottom of the heading */
	color:#ffffff;
	letter-spacing:0px; /* use this to add spacing between the letters */
	font-weight:bold; /* Change normal to bold if you need to */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-bottom:0px; /* use this to add padding to the bottom of the heading */
	color:#ffffff;
	letter-spacing:0px; /* use this to add spacing between the letters */
	font-weight:bold; /* Change normal to bold if you need to */
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:0px; /* use this to add padding to the bottom of the heading */
	color:#ffffff;
	letter-spacing:0px; /* use this to add spacing between the letters */
	font-weight:bold; /* Change normal to bold if you need to */
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:0px; /* use this to add padding to the bottom of the heading */
	color:#ffffff;
	letter-spacing:0px; /* use this to add spacing between the letters */
	font-weight:normal; /* Change normal to bold if you need to */
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:0px; /* use this to add padding to the bottom of the heading */
	color:#ffffff;
	letter-spacing:0px; /* use this to add spacing between the letters */
	font-style: italic;
}

.welcome_text {	
	font-size:15px;
}

.read_now {
	font-size:14px;
	text-decoration:none;
	color:#fff;
}

.copy {
	font-size:10px;
	text-decoration:none;
	color:#fff;
}	

p {
	font-size:12px;
}

ul li  { 
	
	font-size:11px;
	color: #fff; 
}

ul li a { 
	text-decoration: underline;
	font-size:11px;
	color: #fff; 
}

ol li { 
	text-decoration: none;
	font-size:11px;
	color: #fff; 
	margin-bottom:5px;
}


/*********************************************************************/

#container {
	width:884px;
	margin:0px auto;
	border:solid 1px #000;
}

div#header {
	width:884px;
	
	margin:0px auto;
}



/********************************************* Footer *********************************************/
div#footer {
	margin:0px auto;
	height:90px;
	width:884px;
    background:url(images/footer_bg.jpg) no-repeat;
}



/********************************************* NAV BAR *********************************************/
#nav_container {
	margin:0px auto;
	background:url(images/navbar_bg.jpg) no-repeat;
	height: 28px;
	width:884px;
	
}

#nav {
	top:5px;
	font-size:14px;
	text-transform:uppercase;
	color:#afafaf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	position: relative; 
	
	
}

#nav a{
	text-decoration:none;
	color:#afafaf;
}

#nav a:hover{
	text-decoration:none;
	color:#fff;
}	


/********************************************* HOME PAGE *********************************************/

#welcome {
	float:left;
	width:350px;
	margin-right:20px;
}

#welcome p {
	font-size:12px;
	line-height:14pt;
}

#latestbook {
	float:left;
	width:222px;
	margin-right:5px;
}

#latestbook img{
	float:left;
	padding-right:5px;
}

#comingsoon {
	float:right;
	width:222px;
	
}

#span {
	margin-top:10px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:right;
	width:460px;
	border:1px solid #000;
	margin-bottom:15px;
}

#home ul li {
	margin-bottom:5px;
}	








/********************************************* CONTACT PAGE *********************************************/
#contact a {
	color:#fff;
	font-size:11px;
}
.b {
	font-size:11px;
}


/********************************************* RESOURCES *********************************************/




#resources a {
	color:#fff;
	font-size:12px;
}

/********************************************* BIO *********************************************/

#bio img {
	float:left;
	padding-right:10px;
}

/********************************************* BOOKS *********************************************/

#books img {
	float:left;
	padding-right:10px;
}



#books a { 
	text-decoration: underline;
	font-size:11px;
	color: #fff; 
}


/********************************************* QA *********************************************/



#qa a {
	color:#fff;
	font-size:12px;
}

#qabox {
	border:solid 2px #400943;
	padding: 5px 5px 5px 5px;
}

/********************************************* WORKSHOPS *********************************************/
#workshops img {
	float:left;
	padding-right:10px;
}



#workshops a {
	color:#fff;
	font-size:12px;
}

/********************************************* PRODUCTS *********************************************/

#products a {
	color:#fff;
	font-size:12px;
}
.moan {
	float:left;
	padding-right:5px;

}

/********************************************* professional_speaking *********************************************/
#professional_speaking a {
	color:#fff;
	font-size:12px;
}

#professional_speaking_left {
	float:left;
	width:410px;
	margin-right:20px;
}

#praise {
	float:right;
	width:410px;
	position:relative;
       top:-48px;
}

#public_speaking{
	clear:both;
}

#public_speaking a {
	color:#fff;
	font-size:12px;
}

/********************************************* MEDIA_NAV *********************************************/



#media_nav ul { 
	
	padding: 0; 
	list-style-type: none; 

	text-align: left; 
} 
 
#media_nav ul li { 
	display: inline;  
} 
 
#media_nav ul li a { 
	text-decoration: underline; 
	 
	color: #fff;
       font-size:14px; 
} 

#media_nav ul li a:hover { 
	
	color: #afafaf; 
} 



/********************************************* MEDIA *********************************************/
#media a {
	color:#fff;
	font-size:12px;
}
