	body {
		background-color: #E9F8FE;
		margin: 0px;
	}
	div {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main {
		width: 750px;
		background-color: #FFFFFF;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	#header {
		height: 111px;
		background-attachment: scroll !important;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: top;
		font-family: Verdana;
		font-size: 12px;
		color: #FFFFFF;
	}
	#headerText {
		position: relative;
		display: inline;
		left: -156px;
		top: 12px;
		width: 380px;
		height: 45px;
	}
	#links {
		border-bottom: 1px solid #555555;
		height: 151px;
	}
	#content {
		text-align: center;
		font-family: Verdana;
		font-size: 11px;
		color: #55555;
	}
	#footer {
		font-size: 10px;
		font-family: Verdana;
		background-color: #CCCCCC;
		height: 14px;
		border-top: 1px solid #555555;
		border-bottom: 1px solid #000000;
		text-align: center;
	}
	/* start of menu css */
	img {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	#folder {
		float: left;
		width: 60px;
		height: 150px;
		background-color: #E7E7E7;
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #F7F7F7;
	}
	#item {
		float: left;
		width: 198px;
		height: 150px;
		background-color: #E7E7E7;
		border-right: 1px solid #CCCCCC;
		border-left: 1px solid #F7F7F7;
		text-align: center;
	}
	#itemContainer {
		height: 125px;
		width: 196px;
		overflow: auto;
		float: right;
		scrollbar-face-color: #D4D0C8;
		scrollbar-track-color: #E7E7E7;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-highlight-color: #D4D0C8;
		scrollbar-darkshadow-color: #55555;
		scrollbar-shadow-color: #D4D0C8;
		
		background-color: #EEEEEE;
		border-top: 1px solid #CCCCCC;
		
		font-size: 1px;
	}
	#itemContainer a {
		font-family: Verdana;
		font-size: 12px;
		color: #555555;
		text-decoration: none;
	}
	#itemContainer a:hover {
		color: #111111;
	}
	#itemContainer #tiny {
		font-size: 9px;
		height: 20px;
		display: block;
		overflow: hidden;
		cursor: hand;
		cursor: pointer;
		vertical-align: top; 
	}
	#arrowLeft {
		float: left;
		width: 35px;
		height: 150px;
		background-color: #E7E7E7;
		padding: 65px 0px 0px 0px;
		cursor: pointer; cursor: hand;
	}
	#arrowRight {
		float: left;
		width: 35px;
		height: 150px;
		background-color: #E7E7E7;
		padding: 65px 0px 0px 0px;
		cursor: pointer; cursor: hand;
	}
	/* endof menu css */

