body {
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #E8EEF7;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

.wrapper {
	width: 802px;
}

.header {
	width: 802px;
	height: 177px;
	background-image: url('images/headerbg.png');
	background-repeat: no-repeat;
}

.content {
	width: 802px;
	background-image: url('images/contentbg.png');
	background-repeat: repeat-y;
	padding: 0;
	vertical-align: top;
}

.bottom {
	width: 802px;
	background-image: url('images/bottombg.png');
	background-repeat: no-repeat;
	height: 15px;
}

.content-wrapper {
	width: 802px;
}

.main {
	width: 602px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	vertical-align: top;
	line-height: 1.5;
	color: #3E434A;
	border-right: 2px dotted #EEF7FC;

}

.sidebar {
	width: 200px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 4px;
	vertical-align: top;
	color: #3E434A;
}

img { border: 0; }


.menu {
	margin-top: 3px;
	margin-bottom: 15px;
	font-family: arial;
	font-size: 11px;
	padding: 0;
	line-height: 1.5;
	padding-left: 10px;
}

.hours {
	margin-top: 6px;
	margin-bottom: 15px;
	font-family: arial;
	font-size: 11px;
	padding: 0;
	line-height: 1;
	width: 170px;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #3E434A;
	text-decoration: none;
}

a:hover {
	color: #3076AF;
	text-decoration: none;
}

.partners {
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding: 0;
	text-align: center;
	width: 160px;
}

h1 {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 14px;
	border-bottom: 1px solid #D7D9D9;
	font-weight: 500;
}

h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 16px;
	border-bottom: 1px solid #D7D9D9;
	font-weight: normal;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #5A90B1;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	font-family: tahoma;
	font-size: 11px;
}

.menu a:hover {
	color: #2C3954;
	text-decoration: none;
}

p {
	margin: 0px;
	margin-top: 5px;
	padding-left: 15px;	
}