@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0;
	padding: 0;
	background: url("images/bg.jpg") repeat-x #ccc;
	color: #666;
}


h1 {
	font-size: 2em;
	color: #e53b3d;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	width: 100%;
	border-bottom: 1px solid #ddd;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}

#wrapper {
	width: 968px;
	padding: 0;
	margin: 0 auto;
}

#main {
	width: 968px;
	background: url("images/fill.png") repeat-y;
	border:1px;
}

#main_pad {
	width: 930px;
	margin: 0 auto;
}

#bottom {
	width: 968px;
	height: 7px;
	background: url("images/bottom.png") no-repeat;
}

#navigation {
	background:#9CF;
	width: 213px;
	float: left;
}

#content {
	margin-left: 223px;
	padding-bottom: 15px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#subnav {
	height: 38px;
	background: #ccc;
}

#adverts {
	float: right;
	margin-left: 5px;
}
#adverts img {
	border: 1px solid #ddd;
	margin: 5px 0px;
	display: block;
}

#banner {
	margin-bottom: 10px;
	
}



.navhead, .navheader {
	
	width: 198px;
	height: 30px;
	background: url("images/nav_cat.jpg");
	color: #fff;
	padding-top: 8px;
	padding-left: 15px;
	cursor: pointer;
	
}

.navheader a{
	color: #fff;
}

#navigation ul li {
	height: 23px;
	width: 189px;
	background: url("images/nav_subcat.jpg") #ddd;
	padding-left: 24px;
}
#navigation ul li a {
	color: #666;	
}
#navigation ul li a:hover {
	color: red;	
}

#navigation .nobg {
	background: url("images/nobg.jpg") repeat-y;
	padding: 0px;
	padding-top: 4px;
	margin: 0px;
	width: 213px;
	text-align: center;
	height: auto;
}
#navigation .nobg img {
	border:1px solid #aaa;
}

#footer {
	text-align: center;
	color: #fff;
}
#footer a {
	color: #fff;	
}

.Booktable td{
padding-top:5px;
}


.Booktable th{

width:700px;
padding-right:30px;


}

.timestable input{
width:20px;


}

.timestable td{
padding-right:25px;

}