html, body{
	margin: 0px;
	padding: 0px;
}

body{
	background: #ffffff;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin-top: -12px;
}

h1#header-keywords{
	font-size: 10px;
	text-align: center;
	color: #481717;
	font-weight: lighter;
	position: relative;
	top: 127px;
	padding: 0px;
	margin: 0px;

}

h2, #contact_form legend{
	font-family: 'Tahoma';
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	margin: 0px;

}

h3{
	font-family: 'Tahoma';
	font-size: 11px;
	font-weight: bold;
	
	color: #801717;
	margin-top: 8px;
}

p{
	margin-top: 8px;
	margin-bottom: 8px;
}


table{
	margin: 10px;
	border: 1px solid #990000;
	border-collapse: collapse;
}

table tr td{
	padding: 5px;
/*	background: #FFFBEF;*/
}








#whole{
	background:  url('images/main-background.gif') repeat-y;	
	width: 740px;
	margin: 0 auto;
}

#logo{
	background:  url('images/logo-background-left.gif') repeat-x;
	height: 110px;
	width: 100%;
	border: 1px solid #7b440e;
	border-top: 3px solid #7b440e;
}

#logo *{
	height: 110px;
	float: left;
}

#logo .logo-border{
	background:  url('images/logo-border.gif') no-repeat;
	width: 2px;		
}

#logo #logo-books{
	background:  url('images/logo-books.jpg') no-repeat;
	width: 131px;
}

#logo h1{
	background:  url('images/logo-title-background.gif') no-repeat;
	width: 411px;
	font-family: 'Arial Narrow';
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	height: 80px;
}

#logo h1 span{
	color: #eadaab;
	height: 50px;
}

#logo ul{
	background:  url('images/logo-menu-background.gif') no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 193px;
}

#logo ul li{
	background:  url('images/arrow-white.gif') no-repeat left;	
	float: left;
	margin-right: 6px;
	text-indent: 8px;
	line-height: 9.9em;
}

#logo ul li a{
	color: #ffffff;
	text-decoration: none;
}


.main-bordered{
	border: 1px solid #b0a278;
	width: 740px;
	margin-top: 8px;
	background: #ffffff;
	display: table;
	/*padding: 3px;*/
	background: url('images/content-background.gif') repeat-y;
}

.main-bordered .white-space{
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	height: 3px;
	background: #ffffff;
}

.panel-left, .main .content{
	float: left;
}

.panel-left{
	/*background: #f4ecd5;*/
	width: 245px;
	text-align: center;
}

.panel-left img{
	border: 0px;
	margin-top: 10px;;
	margin-bottom: 10px;
}

.panel-left .content-left{
	text-align: left;
	background: #f9f4e6;
	color: #481717;
	margin: 15px 5px 5px 10px;
	padding: 7px;
}

.content{
	width: 480px;
	padding: 7px 5px 12px 8px;
}

.content img{
	border: 1px solid #753f0c;
	float: left;
	margin: 0px 5px 5px 0px;
}

.content p.note{
	background: #f9f4e6;
	margin-bottom: 35px;
	padding: 3px;
}



#footer{
	border: 1px solid #753f0c;
	background: #cfaaa6;
	padding: 1px;
	width: 738px;
	margin-top: 7px;
	text-align: center;
}

#footer a{
	display: block;
	background: #872a21;
	color: #f4edd9;
	text-decoration: none;
}




#contact_form {
}


#contact_form span {
	color: red;
}

#contact_form fieldset{
	border: 0;
}

#contact_form label {
	float: left;
	clear: both;
	width: 200px;
	text-align: right;
	margin-right: 5px;
	line-height: 20px;
}

#contact_form input, #contact_form textarea, #contact_form select {
	float: left;
	border: 1px solid #8F8F8F;
	margin-bottom: 3px;
	
}

#contact_form .button {
	clear: both;
	width: 100px;
	margin-left: 205px;
	margin-top: 10px;
}

span.error{
	color: red;
	font-weight: bolder;
	display: block;
	margin: 20px;
	padding-top: 10px;
}
