html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	background-color: #969;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #609;
	text-align: center;
	scrollbar-face-color:#993399;
	scrollbar-shadow-color:#993399;
}

#page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: left;
}

img { border: 0; }

img.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* ----------container to center the layout-------------- */
#container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 94%;
	text-align: left;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 135px;
	background-image: url("../images/default/bg.gif");
	background-repeat: repeat;
	background-position: 0 0;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 130px;
	background-image: url("../images/default/logo.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#logo span {
	display: none;
}

#nav {
	position: absolute;
	width: 170px;
	top: 140px;
	left: 0px;
	margin-right: 5px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}
#nav li a
{
	display: block;
	padding: 5px;
	_padding: 0 0 0 5px;
	color: #6C9;
	text-decoration: none;
	width: auto;
	font-size: 13px;
	font-weight: bold;
}
#nav li a:hover, #nav li a.active {
	color: #FFF;
}

#content
{
	position: absolute;
	top: 140px;
	left: 170px;
	width: 73%;
	height: 73%;
	margin-right: 5px;
	padding: 10px;
	background-color: #FFF;
	overflow: auto;
	border-color: #609;
	border-width: 2px;
	border-style: outset;
}

#footer-wrapper {
	position: relative;
	top: 7px;
	margin: 0 auto;
	width: 100%;
	height: 35px;
	text-align: center;
	background-image: url("../images/default/footer.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	clear: both;
}

#footer
{
	position: relative;
	color: white;
	width: 98%;
	margin: 0 auto;
}
#footer div {
	position: relative;
	top: 15px;
	display: inline;
	margin: 0 12px 0 12px;
}
#footer div.first {
	margin-left: 0px;
}
#footer div.last {
	margin-right: 0px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#email-icon
{
	background-image: url("../images/default/emailicon.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 18px;
}
#phone-icon
{
	background-image: url("../images/default/phoneicon.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 18px;
}

h1 {
	margin: 3px 0;
	font-size: 20px;
	color: #C00;
	font-weight: normal;
	float: left;
}

input, textarea {
	width: 300px;
	font-size: 10px;
	margin-bottom: 5px;
}

textarea {
	height: 80px;
}

#book-intro {
}

div.line {
	background-image: url("../images/default/line.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 8px;
	width: 98%;
	margin: 0 auto;
	clear: both;
}

p.special-links {
	text-align: center;
	font-size: 10px;
}

p.quote {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 16px;
}
div.alert-table {
	color: #008000;
	border: gray 2px solid;
	padding: 0 5px;
	width: 330px;
	margin: 0 auto;
}

#purchase input { width: auto; }
