html{
   height: 100%;
   width: 100%;
   margin: 0em;
   padding: 0em;
   overflow-y: scroll;
}

body {	
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
	color:#444;
	background:#F2F2F2;
	line-height:17px;
	font-size:12px;
	font-family:'Arial','Lucida Grande','Lucida Sans','tahoma','Verdana',  serif, sans-serif;
	text-align:center;
}

div#outer-wrapper {
min-height: 100%;
}

* html div#outer-wrapper { /* for IE6 */
height: 100%;
}

.noborder {
	border:0px;
}

a img, a:link img, a:active img, a:visited img {
	border-bottom:0px;
}

a, a:link, a:link:active, a:link:visited {
	color:#4B8AC3;
	border:0px;
	border-bottom:0px dotted #4B8AC3;
	text-decoration:underline;
	font-weight:bold;
}


a:hover, a:link:hover {
	color:#aaa;
	text-decoration:underline;
	border:0px;
	border-bottom:0px dotted #aaa;
}

.clear {
	clear:both;
}

.text_l {
	font-size:14px;
}

.main {
	background:#f2f2f2;
	margin:0 auto;
	width:850px;
}

.header {
	background:#F2F2F2;	
	padding-left:144px;
	padding-top:30px;
	text-align:right;
}

.top_bg {
	background: url('images/top_bg.gif') repeat-x;
	display:block;
	height:8px;
	margin:0px;
	padding:0px;
}

.menu {
	padding-top:4px;
	width:144px;
	height:300px;
	text-align:left;
	float:left;
}

.menu a{
	color:#4B8AC3;
	text-transform:uppercase;
	border:0;
	font-size:11px;
	height:22px;
	display:block;
	margin-bottom:7px;
	text-indent:-9999px;
	outline:0;
}

.menu a:hover{	
	color:#BBD8F2;
	text-transform:uppercase;
	border:0;
	font-size:11px;
}

hr {	
	border:0px;
	height:0px;
	margin:0px 0px 3px 0px;
	border-top:1px dotted #ccc;
}

.hr2 {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	height:2px;
}
.dot {
	width:100%;
	border:0;
	border-top:1px dotted #aaa;
	margin:0 30px;
}

.main_win {
	width:706px;
	text-align:justify;
	margin:0px;
	float:right;
	background-color:#F2F2F2;
	margin-bottom:40px;
	align:top left;
	padding:0px;
	height:auto;
}

.content {
	background:#fff;
	padding:6px;
	border:1px dotted #ccc;
	align:top left;
}

.content_inner {
	padding:30px;
	border:1px solid #ccc;
	width:629px;
	align:top left;
	background-repeat: no-repeat;
}

.content_img {
	float:right;
	margin:35px;
	border:1px solid #ccc;
}

.foot {
	margin-top:40px;
	color:#888;
	font-size:12px;
	text-align:center;
}

h1 {
	font-weight:bold;
	color:#4787C2;
	padding:0 0px;
	font-size:17px;
	vertical-align:4px;
	line-height:20px;
}
.title {
	font-weight:bold;
	color:#4787C2;
	line-height:18px;
	font-size:14px;
}
.title_grey {
	font-weight:bold;
	color:#444;
	padding:0 0px;
	font-size:13px;
}
.schedule_table,  .schedule_table td{
	text-align:center;	
	font-size:11px;
}

.prices_table,  .prices_table td{
	text-align:left;	
	font-size:12px;
}

.schedule_table ,  .prices_table {
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
}

.schedule_table td, .prices_table td{
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding: 0 3px;
}

.address {
	border-left:0px solid #ccc;
	padding-left:2px;
}
.align_right {
	width:100%;
	text-align:right;
	font-style:italic;
}
.content_flash_left {
	float:left;
	padding:0px 20px 10px 0px;
}
.content_flash_right {
	float:right;
	padding:0px 0px 10px 20px;
}
.content_flash_right2 {
	float:right;
	padding:47px 0px 10px 20px;
}

