html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 14px;
	line-height: 1.5em;
	background: #A4AFFF;
	}

h1 {
	padding: 0 0 0 115px;
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

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

a:hover {
	
}

p {
	padding: 0 0 0 10px;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.right {
	float: right;
}

#homeCont {
	margin: 0 auto;
	width: 960px;
	height: 785px;
	background: #ccc url(images/homeBck.jpg) 0 0 no-repeat;
}

#buyCont {
	margin: 0 auto;
	width: 960px;
	height: 785px;	
	background: #ccc url(images/buyBck.jpg) 0 0 no-repeat;
}

#bioCont {
	margin: 0 auto;
	width: 960px;
	height: 1150px;	
	background: #F1F1F1 url(images/bioBck.jpg) 0 0 no-repeat;
}

#contactCont {
	margin: 0 auto;
	width: 960px;
	height: 785px;	
	background: #ccc url(images/contactBck.jpg) 0 0 no-repeat;
}

#head {
	padding: 20px 0 0 205px;
	width: 30px;
	height: 150px;
}

#pageTitle {
	margin: 25px 0 0 115px;
	padding: 0;
}

#content {
	margin: 0 0 0 50px;
	width: 520px;
	float: left;
}

#content  img {
	padding: 10px;
}

.book {
	margin: 0 0 0 120px;
}

#content a{
	color: #666;
	list-style: none;
}

#leftNav {
	margin: 0 0 0 165px;
	padding: 160px 0 0 0;
	height: 400px;
	width: 200px;
	float: left;
}

#leftNav li {
	list-style: none;
	margin: 10px 0 0 0;	
	padding: 0 0 0 0;
}

#leftNav a {
	padding: 8px 0 0 6px;
	width: 166px;
	height: 35px;
	background: #ccc url(images/bttnBck.jpg) 0 0 no-repeat;
	font-family: Georgia;
	font-style: italic;
	font-weight: 600;
	display:block;
}

#footer {
	width: 960px;
	height: 200px;	
}

