@charset "utf-8";
/* CSS Document */
body{
	background:url(images/background.jpg);
	background-position: -50px -50px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	margin:0px auto;
	border:0px;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-left:15px;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-left:15px;
}
table p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	margin-left:10px;
}
a{
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
a:hover{
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
a:visited{
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
#maincontainer{
	margin:55px;
	width:850px;
	height:628px;
}
#header{
	height:180px;
}
#headerimage{
	padding-top:20px;
	padding-left:20px;
}
#leftblock{	
	margin-top:8px;
	width:163px;
	height:365px;
	float:left;
}
#bookimage{
	margin-top:30px;
}
#rightblock{
	margin-right:50px;
	margin-top:8px;
	width:630px;
	height:412px;
	float:right;
}
#rightblock_overflow{
	margin-right:30px;
	margin-top:8px;
	width:630px;
	height:412px;
	float:right;
}
#rightblock_overflow p{
	margin-right:15px;
}
#innerright{
	height:338px;
}
#innerright_overflow{
	height:338px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important;
}
#footer{
	margin-top:13px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:850px;
	height:20px;
	clear:both;
}
#footer a{
	color:#333333;
	text-decoration:none;
}
#footer a:hover{
	color:#333333;
	text-decoration:underline;
}
#footer a:visited{
	color:#333333;
	text-decoration:none;
}
.inlineimage{
	padding-left:15px;
}
.scheduletable{
	vertical-align:top;
	border-top-color:#1080FE;
	border-top-style:solid;
	border-top-width:thin;
}
.scheduletable td{
	border-bottom-color:#1080FE;
	border-bottom-style:solid;
	border-bottom-width:thin;
	padding-top:5px;
	padding-bottom:10px;
	vertical-align:top;
}
.scheduletable td td{
	border-bottom-style:none;
	padding-top:0px;
	padding-bottom:0px;
	vertical-align:top;
}
.schedule_state{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}
.schedule_area{
	font-size:13px;
}
.scheduleheaderblue{
	background-color:#1080FE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.scheduleheader{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0d68cf;
	text-align:center;
	font-weight:bold;
}
.schedulecontent{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	vertical-align:top;
}
.addresscolumn{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	vertical-align:top;
}
.citytitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0d68cf;
	font-weight:bold;
}
.citylink{
	font-weight:bold;
}
