html {
	height: 100%;
}

body {
	background-color:#9595B5;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#010151;
	background-image:url(background_images/page.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#centreContent {
	width: 1000px;
	border-left:1px solid #0963C3;
	border-right:1px solid #0963C3;
	background-color:white;
	text-align:left;
	min-height:100%;
	height: auto;
	padding-bottom: 45px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}

#header {
	background-image:url(background_images/qpm-header.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width: 1000px;
	height: 230px;
	border-top: 1px solid white;
}

#menu {
	width: 100%;
	background-color: #0963C3;
	margin-top:156px;
	height:34px;
	border-top: 1px solid #0963C3;
	border-bottom: 1px solid #0963C3;
	margin-bottom:6px;
}

#menu div {
	height: 16px;
	margin-top:0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding:8px;
}

a {
	color: #0963C3;
}

#menu div a {
	color: white;
	text-decoration:none;
	font-weight:bold;
	margin-top:19px;
	margin-bottom:19px;
	margin-left:13px;
	margin-right:13px;
	padding:6px;
}

#menu div a:hover {
	background-color: #3399FF;
	color: white;
}

.currentMenu {
	background-color: #3399FF;
}

#leftColumn {
	float:right;
	width:400px;
	height:100%;
	background-repeat:no-repeat;
	display:inline;
	background-color:white;
	clear:both;
	margin-top:4px;
	overflow:visible;
}

#leftContent {
	width: 500px;
/*	background-image:url(background_images/lhsbox.jpg); */
	background-repeat:no-repeat;
	background-position: bottom right;
	height: auto;
	min-height:450px;
	float:left;
	display:inline;
	margin-top:6px;
	padding:30px;
	padding-top:0px;
	line-height:20px;
}

#rightContent {
	width: 354px;
	background-image:url(background_images/lhsbox.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	height: auto;
	float:left;
	display:inline;
	margin-top:6px;
	padding:30px;
	padding-top:0px;
	line-height:16px;
	min-height:450px;
}

h1 {
	color: #0963C3;
	font-size:16px;
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top:23px;
	padding-bottom:23px;
}

h2 {
	color: #0963C3;
	font-size:13px;
	background-repeat:no-repeat;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#homeH1 {
	background-image:url(background_images/home.jpg);
}

#historyH1 {
	background-image:url(background_images/history.jpg);
}

#letH1 {
	background-image:url(background_images/forrent.jpg);
}

#addressH1 {
	background-image:url(background_images/phone.jpg);
}

div.label {
	width:100px;
	float:left;
}

label {
	width:120px;
	float:left;
	text-align:right;
	margin-right:20px;
}

#footer {
	margin-top: 0px;
	height:30px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	padding-top:10px; 
	padding-left:15px;
	padding-right:15px;
	_width:1000px;
	border-top: 1px solid #0963C3;
	color:white;
}

#footer a {
	text-decoration:none;
}

thead {
	background-color: #0963C3;
	color:white;
}

#menuHolder {
	height:32px;
	width:100%;
	margin-top:3px;
}

.submenu {
	display:none;
	padding-bottom:10px;
	border-bottom: 1px solid #0963C3;
}

.submenu a {
	color: #0963C3;
	text-decoration:none;
	font-weight:bold;
	margin:19px;
	margin-top:9px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:3px;
	cursor: pointer;
}

.submenu a:hover {
	background-color: #3399FF;
	color: white;
}
#picContent {
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	height: 500px;
	width: 398px;
	overflow:hidden;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}