/* QUAY BUSINESS CENTRE
-----------------------------------------------------------------*/
body { background: #000; color: #c60651; text-align: center; font: 80% verdana,arial,sans-serif; }
#container { position: relative; background: url(../images/bg_body.gif) repeat-y left top; width: 987px; margin: 10px auto; text-align: left; }

/* HEADER
-----------------------------------------------------------------*/
h1 { position: relative; width: 987px; height: 148px; overflow: hidden; background: url(../images/quay_business_centre.gif) no-repeat; }
h1 span { position: absolute; text-indent: -1000em; }

/* NAV
-----------------------------------------------------------------*/
#nav { width: 957px; padding: 15px; margin: 8px 0; background: #8ba5c6; color: #174c9b; font-size: 80%; }
#nav ul, #nav li { display: inline; }
#nav #current { font-weight: bold; }
#nav a:link, #nav a:visited { color: #ffffff; text-decoration: none; }
#nav a:hover, #nav a:active { color: #c60651; text-decoration: none; }

/* CONTENT
-----------------------------------------------------------------*/
#content { position: relative; width: 987px; height: 429px; overflow: hidden; }
#column1 { position: absolute; left: 0; top: 0; width: 324px; height: 429px; }
#column2 { position: absolute; left: 332px; top: 0; width: 165px; height: 429px; }
#column3 { position: absolute; left: 505px; top: 0; width: 482px; height: 429px; background: url(../images/panorama.jpg) no-repeat left bottom; }
#column3 #qtvr { width: 482px; height: 323px; background: url(../images/placeholder.jpg) no-repeat; }

#text { width: 957px; padding: 15px; background: #c00b52; color: #fff; font-size: 90%; line-height: 1.5; }
#text p { margin: 0 0 1em; }
#text h2 { text-transform: uppercase; color: #4b1b1f; font-size: 200%; }

/* FOOTER
-----------------------------------------------------------------*/
#footer
{
	width: 987px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 80%;
	margin: 8px 0;
	padding: 83px 0 0;
	background: url(../images/logos.gif) no-repeat center top;
}

