@charset "utf-8";
/* CSS Document */

body
{
	background-color:white;
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}

div#mainContainer
{
	width:1024px;
	height:768px;
	text-align:left;
	position:absolute;
	top: 49%;
	left: 50%;
	margin-left:-512px;
	margin-top:-384px;
	/*	border:1px dotted gray; */
	padding:5px;
}

div.contentWrapper
{
	width:1005px;
	height:600px;
	overflow:hidden;
	padding-left:12px;
	padding-right:12px;
	background-color:#424242;
	margin-top:15px;
}

div.menuWrapper
{
	width:270px;
	margin-top:12px;
	margin-right:4px;
	height:572px;
}

div.stageWrapper
{
	width:720px;
	margin-top:12px;
	margin-left:5px;
	height:572px;
}

div#stageAreaWrapper
{
	padding-right:1px;
}

div.landingWrapper
{
	width:1000px;
	height:572px;
}


div.menuPanel
{
	background-color:#5c5c5c;
	padding:10px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	height:532px;
	width:230px;
	overflow:hidden;
}

div.galleryPanel
{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
	height:532px;
	width:700px;
}


div.header
{
	padding-left:18px;
	padding-right:15px;
	padding-bottom:2px;
	padding-top:0;
	margin-top:25px;
	height:25px;
}

div.headerLogo
{
	float:left;
	text-align:left;
	clear:none;
}

div.headerPhone
{
	float:right;
	text-align:right;
	clear:none;
}


div.footer
{
	width:100%;
	text-align:center;
	color:#666666;
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;	
}

div.keywords
{
	color:white;
	background-color:white;
	font-size:2px;
	overflow:visible;
}

 div .frameleft
 {
 	border-bottom: #5c5c5c solid 1px;
	border-left: #5c5c5c solid 1px;
	border-top: #5c5c5c solid 1px;
	width:8px;
	height:570px;
 }
 
 
 div .frameright
 {
 	border-bottom: #5c5c5c solid 1px;
	border-right: #5c5c5c solid 1px;
	border-top: #5c5c5c solid 1px;
	width:8px;
	height:570px;
 }