﻿body {
	text-align:  center;
	font-family:  Verdana;
	background-image:  url('images/BG.jpg');
	background-repeat:  repeat-x;
}

a {
	color:  black;
	text-decoration:  none;
}

img{
	border-style:  none;
}

table {
	margin-left:  auto;
	margin-right:  auto;
	text-align:  center;
	width:  100%;
	font-size:  x-small;
	border-collapse:  collapse;
	padding:  0px;
}

td {
	padding:  0px;
	vertical-align:  top
}

.mainTable {
	width:  950px;
	background-color:  white;
}

.tipTop {
	text-align:  left;
	font-weight:  bold;
}

.header {
	height:  150px;
	background-image:  url('images/header.jpg');
	text-align: right;
}

.menu {
	color:  white;
	text-align:  right;
	font-weight:  bold;
	font-size:  medium;	
	width:  600px;
}

.menuTop {
	height:  120px;
}

.menuBot { color: white; padding-left: 5px; padding-right: 5px; width:125px;}

.menuBot a{ color: white;}

.bodyleft {
	width:  200px;
}

.bodyRight {
	width:  750px;
	background-image:  url('images/middle.jpg');
	background-repeat:  repeat-y;
	color:  white;
	text-align:  left;
}

.realBody {
	text-align:  left;
	width: 100%;
	padding:  10px;
	color:  white
}

.nearFoot2 {
	width:  200px;
}
.nearFoot {
	height:  35px;
	width:  750px;
	background-image:  url('images/foot.jpg');
	background-repeat:  no-repeat;
}

.sideTop {
	background-image:  url('images/sideTop.jpg');
	background-repeat:  no-repeat;
	height:  35px;
}

.sideMiddle {
	background-image:  url('images/sideMiddle.jpg');
	background-repeat:  repeat-y;
	padding:  10px;
	text-align:  left;
	color:  white;
}

.reopening{ font-size:x-large; color: red; font-weight: bold;}
