body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #372107;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: url(../images/layout/bg-body.jpg) #fffaee center top no-repeat;
}

input,
select,
textarea	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #372107;
	padding:2px;
}

#container-body	{
	width:980px;
	margin:0 auto;
	overflow: hidden;
}

#container	{
	padding: 15px 50px;
	padding-bottom: 0;
}

#header	{
	text-align:center;
}

#newbook-bg	{
	background: url(../images/layout/bg-new-book.jpg) center top no-repeat;
	height: 547px;
	margin-top:-4px;
}

#newbook	{
	margin: 0 auto;
	padding-top:80px;
	width: 750px;
}

#newbook-img	{
	border:1px solid white;
	float:right;
	margin-left: 15px;
	padding:0;
}

#newbook-author	{
	color: #6a4417;
	font-style:italic;
	text-align:right;
}

#newbook-price	{
	margin-top:7px;
	color: #6a4417;
	font-weight:bold;
}

#new-sticket	{
	position:absolute;
	background: url(../images/layout/new.png) no-repeat;
	width: 130px;
	height: 117px;
	margin-left:230px;
	margin-top:-50px;
}

p	{
	margin:0;
	line-height:19px;
	color: #372107;
}

h1	{
	color: #6a4417;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	margin:0;
	padding:0;
	font-weight:normal;
}

h4	{
	color: #6a4417;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
}

a	{
	color: #6a4417;
	text-decoration:none;
}

a:hover,
a:active,
a:focus	{
	color: #A96D25;
	text-decoration: underline;
}


hr	{
	border:none;
	border-bottom:1px solid #c39864;
	height: 1px;
}

img	{
	border: none;
}

.red	{
	color: white;
	background: #CC0000;
	padding: 2px 4px;
}

.pointer-cursor	{
	cursor:pointer;
}

.cleaner	{
	clear:both;
}

#left	{
	float: left;
	width: 236px;
	margin-right: 10px;
	font-size:11px;
}

#right	{
	width: 624px;
	margin-left: 10px;
	float: left;
}

.box	{
	margin-bottom: 15px;
	border: 1px solid #947c63;
	background: url(../images/layout/bg-box.png);
	height: 100%;
}

.box-title	{
	text-transform: uppercase;
	color: #6a4417;
	background: url(../images/layout/bg-box-title.png) repeat-x;
	padding: 3px 6px;
	font-weight: bold;
	height: 100%;
}

.box-text	{
	padding: 3px 6px;
	height: 100%;
}

.book-line-details	{
	margin-bottom: 8px;
	padding: 4px;
	background: url(../images/layout/bg-box.png);
	text-align: center;
	font-size: 10px;
	border: 1px dashed #c39864;
	clear:both;
	height: 100%;
}

#footer	{
	clear:both;
	margin-top: 10px;
	background:url(../images/layout/bg-box.png);
	border-bottom:1px solid #c39864;
	padding: 10px;
	height:100%;
}

#footer-menu	{
	text-align:center;
	margin:0;
	padding:0;
	float:right;
}

#footer-menu	ul	{
	margin:0;
	padding:0;
}

#footer-menu	ul li	{
	margin:0;
	padding:0 10px;
	display:inline;
	border-right:1px #c39864 solid;
}

#footer-menu	ul li.noborder	{
	margin:0;
	padding:0 10px;
	display:inline;
	border-right:none;
}