
/*MAIN BODY INFO*/
/*change the "background" color here to change the background on the entire site*/
body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 1.75em;
}
p {
	text-align:justify;
}
a {
	color: #00e400;
}

a:hover {
	text-decoration: none;
}

/* Title Bar */

#title {
	width: 740px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 10px solid #000000;
}

#title * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ffffff;
}

#title h1 {
	float: left;
}

#title h2 {
	float: right;
	font-size: 12px;
	padding: 20px 10px 0 0;
}
#cart {
	width: 54px;
	height: 50px;
	margin:0 auto;
	float:right;
	background: url(images/cart.gif) no-repeat center center;
}
a img {
	border:0;
}
/**MENU functions. Messing with these is bad**/
#menu {
	width:740px;
	height:32px;
	
	margin: 0 auto;
	background-image:url(images/menu.gif);
}
#menu ul {
	margin: 0;
	padding:0;
	list-style: none;
}
#menu li {
	display: inline;
	margin:0 auto;
}

#menu a {
	display: block;
	float:left;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
/*these are what makes the menu link stay highlighted when you're on the page */
#menu a:hover, body#book a#book,
body#authors a#authors,
body#contact a#contact,
body#get a#get, body#teach a#teach {
	background: white;
	color:#000000;
}

/* Header > background is the main page image in the header. Change it by changing the image*/

#header {
	width: 740px;
	height: 144px;
	margin: 0 auto;
	background: url(images/head3.jpg) no-repeat center center;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	clear:both;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content > this is the entire DIV content, including ColOne and ColTwo*/

#content {
	width: 740px;
	margin: 0 auto;
	clear: both;
	background: url(images/img2.gif);
	border-left:1px solid black;
	border-right:1px solid black;
}

blockquote {
	width: auto;
	margin:0;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}
 /*Cover DIV on main page > it's the box around the image of the book */
#cover, .cover {
	float:left;
	width:auto;
	padding:10px;
}
/*images of authors DIV*/
#image {
	display:block;
	width:auto;
	padding:10px;
	float:inherit;
}

/* Content > ColOne */
#colOne ul {
	list-style: square;
}
#colOne {
	float: left;
	width: 449px;
	padding: 20px;
	margin:0;
	clear:both;
}
#colOne blockquote {
	color:black;
}
/* Content > ColTwo */

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
	margin:0;
}
#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
	margin-bottom:5px;
}
/*Menu > ColTwo */
#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
	display:block;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}
#colTwo li a {
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	color: #FFFFFF;
}
/*This is what controls the highlighted menu options when you're on the page */
#colTwo li a:hover, body.contents a#contents, 
body.intro a#intro, body.gas a#gas, 
body.events a#events, body.network a#network, 
body.foundations a#foundations, 
body.intro a#intro, body.actions a#actions, 
body.about a#about {
	background: white;
	color: #003399;
}

#colTwo a {
	color: #FFFFFF;
}
/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
	border: 1px solid black;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}
/*basic Text styles */
.style2 {font-size: x-small}
