body {
	text-align: center;
}


/**Grey space left of Links**/
#leftspace {
	width: 148px;
	height: 620px;
	left: 2 px;
	background: url(images/Left_side.jpg) no-repeat;
}


/**Grey space right of Links**/
#rightspace {
	width: 155px;
	height: 620px;
	left: 3px;
	background: url(images/Right_side.jpg) no-repeat;
}

#linksrow {
	width: 148px;
	float: left;
}

#links {
	float: left;
	width: 148px;
	height: 600px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Lucida Grande', Verdana;
	font-size: 11pt;
	color: #FFF;
	float: left;
}

#links ul li a {
	margin-left: 15px;
	color: #FFF;
	text-decoration: none;
}

#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#links ul li a:hover {
	font-weight: bold;
}

/**Title of Content**/
#contenttitle {
	position: relative;
	top: 5px;
	float: left;
	width: 735px;
	height: 30px;
	background: url(images/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
	left: 5px;

}

/**Main Content**/
#maincol {
	position: relative;
	top: 175px;
	margin-left: 180px;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	width: 450px;
	float: left;
}


/**Main Content Image**/
#thestage {
	width: 800px;
	height: 620px;
	background: url(images/Open_1.jpg) no-repeat;
}
#thetext {
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	width: 410px;
	float: left;
}

/**Main Table Content**/
#tablelocation {
	position: relative;
	top: 175px;
	margin-left: 180px;
	margin-right: 500px;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	width: 410px;
	float: left;
}

/**Main iFrame Table Content**/
#tableframe{
	position: relative;
	top: 5px;
	margin-left: 5px;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	width: 410px;
	float: left;
}
#pscroller1{
top: 105px;
left: 5px;
color: #FFFFFF;
width: 145px;
height: 130px;
border: 1px solid white;
padding: 5px;
/**background-color: lightyellow;**/
background-color: grey;
}