/* global elements

-------------------------------------------------------- */

* { 
 		 padding: 0;
 		 margin: 0;
}

body {
		background: #fff url('images/main_bg.gif') top left repeat-x;
		padding: 0;
		margin: 0;
		font-family: arial, sans-serif;
		font-size: 13px;
		color: #000;
		line-height: 15px;
} 
	

#container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	height: 1628px;

}

.clear {
	clear: both;
}

/* book column

-------------------------------------------------------- */

#book_column {
		margin: 0;
		width: 249px;
		background:  url('images/book_bg.gif') top left no-repeat;
		float: right;
		padding: 0;
		
}

#book_column img {
		margin-top: 18px;
		margin-right: 35px;
		margin-left: 24px;
		border: 1px solid #eee;
}

#book_column h1 {
		font-family: arial, sans-serif;
		font-size: 16px;
		color: #000;
		margin-top: 20px;
		text-align: center;
		font-weight: bold;
}

#book_column p {
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #000;
		line-height: 18px;
		text-align: center;
		margin-top: 5px;
}


.buybook {
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #000;
		line-height: 18px;
		text-align: center;
		margin-top: 20px;
		font-weight: bold;
}

.buybook a {
		color: #ee2e24;
		text-decoration: underline;
}

.buybook a:hover {
		color: #c00;
		text-decoration: underline;
}

/* content & navigation

-------------------------------------------------------- */

#main_column {
		margin: 0;
		width: 651px;
		float: left;
}

#nav {
		width: 170px;
		margin-top: 20px;
		text-align: left;
		float: left;
}

#nav ul {
		list-style: none;
}

#nav li {
		list-style: none;
		font-family: arial, sans-serif;
		font-size: 13px;
		color: #000;
		line-height: 18px;
		border-bottom: 1px #ccc dotted;
		padding-bottom: 5px;
		padding-top: 5px;
		text-transform: uppercase;
		font-weight: bold;
}

#nav li a {
		text-decoration: none;
		color: #000;
}

#nav li a:hover {
		text-decoration: none;
		color: #666;
}

#content {
		margin: 25px 30px 0px 185px;
		width: 412px;
		text-align: left;
		font-family: arial, sans-serif;
		font-size: 13px;
		padding-left: 10px;

}

#content p {
		color: #000;
		line-height: 20px;
		margin-bottom: 15px;
}

#content h1 {
		color: #333;
		font-size: 15px;
		font-weight: bold;
		line-height: 22px;
		margin-bottom: 15px;
}


#content h2 {
		color: #666;
		font-size: 16px;
		font-weight: bold;
		line-height: 22px;
		margin-bottom: 15px;
		margin-top: 25px;
		padding-top: 10px;
		border-top: 5px solid #666;
		text-transform: uppercase;
}

.video_container {
		width: 412px;
		border: 1px #ccc solid;
		margin-top: 20px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
}

.video_container a {
		font-size: 11px;
		color: #ee2e24;
		text-decoration: underline;
}

.video_container a:hover {
		font-size: 11px;
		color: #c00;
		text-decoration: underline;
}



/* footer

-------------------------------------------------------- */

#footer {
		margin: 20px auto;
		border-top: 1px #eee solid;
		padding-top: 10px;
		color: #666;
		font-size: 11px;
		font-weight: bold;
}

#footer ul {
		margin-bottom: 10px;
}

#footer li {
		display: inline;
		list-style-type: none;
		padding-right: 10px;
		text-transform: uppercase;
}

#footer li a {
		color: #666;
		text-decoration: underline;
}

#footer li a:hover {
		color: #000;
		text-decoration: underline;
}

