@CHARSET "ISO-8859-1";
	
	body {
		background-color: #e8e8e8;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		font-family: Arial, Verdana, sans-serif;
	}
	
	DIV#center {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	DIV#container {
		position: absolute;
		width: 1000px;
		background: #ffffff;
	}

	DIV#posBox {
		position: absolute;
		top: 29px;
		left: 0px;
		width: 1000px;	
	}
	
	DIV#box {
		position: relative;
		background-color: #e8e8e8;
		padding: 5px;
	}
	
	div#content {
		left:193px;
		position:absolute;
		top:0px;
	}
	
	* html DIV#content {
		left: 188px;
	}

 	DIV#menu {
 		background-color: #e8e8e8;
 		width: 185px;
 		margin-top: 16px;
 	}
 	
 	DIV#menu a {
 		color: #000000;
 		text-decoration: none;
		font-weight:normal;
 	}
 	
 	#menu ul {
		border-color: #7F7F7F;
		padding: 0px 0px 0px 5px;
		margin: 0px;
	}
	
	#menu ul li {
		background: #F4F4F4 none repeat scroll 0%;
		border-color: #7F7F7F;
		border-style: solid none none;
		border-width: 1px;
		line-height: 180%;
		margin: 0px;
		color: #000000;
	}

	#menu ul li, #menu ul ul li, #menu ul ul ul li, #menu ul ul ul ul li {
		font-family: Arial Narrow,Arial,Helvetica,sans-serif;
		font-size: 13px;
		font-weight: normal;
		list-style-type: none;
		padding: 0px;
		text-align: left;
		border: 1px solid #7F7F7F;
		margin: 3px;
	}

	DIV#FlashInfo {
		position: absolute;
		top: 50px;
		left: 200px;
		background-color: #ffffff;
		padding: 20px;
		width: 300px;
		height: 200px;
		
		z-index: 100;
		display: none;
	}
	
	#overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/html/overlay.png);
		z-index: 90;
		display: none;
	}
	




