/*
  CSS FILE FOR KCSTAR | ObamaTheBook.com
  CREATED 12/05/08
  Jay Pilgreen
  COPYRIGHT RIVER CITY STUDIO 2008
*/


	/* -------------------- Global Declarations -------------------- */
	
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #58595B;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 13px;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

#container {
	position: relative;
	width: 910px;
	margin: 0px auto;
	background-image: url('/_img/containerBacker.gif');
	background-repeat: repeat-y;
}


	/* ------------------- Left Side Declarations ----------------------- */
	
#left {
	float: left;
	width: 530px;
	background-color: #231F20;
	padding-top: 15px;
}

#left img {
	display: block;
	margin: 10px auto;
}

#left img#bookTitle {
	margin-bottom: 30px;
}



	/* --------------- Right Side Declarations ----------------------- */
	
#right {
	margin-left: 530px;
	background-color: #fff;
	padding: 0px 5px;
	padding-top: 25px;
	font-size:13px;
}

#right h1 {
	font-size: 19px;
	border-bottom: 1px solid #333;
	padding: 0px 10px;
	padding-bottom: 3px;
	font-weight: normal;
}

#right p {
	padding: 0px 10px;
	font-size: 13px;
	margin-top: 16px;
}

#right p span.underline {
	text-decoration: underline
}

#right ul {
	margin-top: 16px;
	padding: 0px 20px;
	list-style-type: none;
}

#right #orderButton {
	display: block;
	height: 26px;
	width: 105px;
	background-image: url('/_img/moreDetail_btn.gif');
	background-repeat: no-repeat;
}

#right #mcLogo {
	/*position: absolute;
	bottom: 9px;
	right: 5px;*/
	text-align: right;
	padding-bottom: 15px;
}

#right #mcLogo img {
	
}