<!--

	img, div, a, input {
		behavior: url(./iepngfix.htc)
	}

	body {
		background: url(./images/bg.jpg) repeat-x;
		background-color: #FFF;
		color: #336;
		font-size: 12px;
		font-family: Arial, sans-serif;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	a.mlink:link, a.mlink:visited, a.mlink:active {
		color: #336;
		text-decoration: none;
	}

	a.mlink:hover, a.selected {
		color: #999;
		text-decoration: none;
	}

	a.flink:link, a.flink:visited, a.flink:active {
		color:#69575C;
		font-size: 10px;
		text-decoration:none;
	}

	a.flink:hover {
		color:#F00;
		font-size: 10px;
		text-decoration:none;
	}

	#container{
		margin: 50px auto;
		padding: 0;
		position: relative;
		width: 713px;
	}

	/* Main menu */
	#menu {
		background: url(./images/menu.png) no-repeat;
		height: 45px;
		margin: 0;
		padding: 0;
		text-align: right;
	}

	#menu ul {
		float: left;
		padding: 15px 5px 3px 290px;
		margin: 0;
	}

	#menu ul li{
		background: url(./images/divider.png) no-repeat left;
		padding-left: 10px;
		padding-right: 10px;
		display: inline;
	}

	/* Gallery menu */
	#cmenu {
		left: 25px;
		top: 220px;
		position: absolute;
		text-align: left;
		}

	#cmenu ul {
		float: left;
		padding: 0;
		margin: 0;
	}

	#cmenu ul li{
		background: url(./images/divider.png) no-repeat left;
		padding-left: 10px;
		padding-right: 10px;
		display: inline;
	}

	/* Gallery thumbnail */
	#cthumblist {
		background-image: url(./images/dot.png);
		background-repeat: repeat-y;
		left: 25px;
		top: 240px;
		width: 400px;
		position: absolute;
	}

	#cthumblist ul
	{
		float: left;
		list-style: none;
		margin: 0 0 0 23px;
		padding: 0;
	}

	#cthumblist ul li {
		border: 3px solid #CCC;
		cursor: pointer;
		float: left;
		margin: 3px;
		padding: 0;
	}

	#cthumblist img {
		cursor: pointer;
	}

	/* surrounding margins (optional) */
	.round{
		margin-bottom:5px;
	}
	.round .c{
	/* inner content padding */
		padding:0 10px 0 10px;
		border-top:0;
		border-bottom:0;
		border-style:solid;
	}
	.round .t, .round .b, .round .t b, .round .b b{
		display:block;
		overflow:hidden;
	}
	.round .t b, .round .b b{
		float:right;
		width:50%;
	}
	.round .t .r{
		background-position:top right;
	}
	.round .b .r{
		background-position:bottom right;
	}
	.round .b{
		background-position:bottom left;
	}
	.round .br{
		clear:both;
		display:block;
		overflow:hidden;
		height:0px;
	}

	/* curve height, background image */
	.bbox .t, .bbox .b, .bbox .b b, .bbox .t b{
		height:5px;
		background-image:url(./images/box_blue.png);
	}

	/* inner color, border color, border width */
	.bbox .c{
		background:#B7E0FF;
		border-color:#CCCCCC;
		border-left-width:4px;
		border-right-width:4px;
	}

	.pbox .t, .pbox .b, .pbox .b b, .pbox .t b{
		height:5px;
		background-image:url(./images/box_blue.png);
	}

	.pbox .c{
		background:#FAD5E5;
		border-color:#CCCCCC;
		border-left-width:4px;
		border-right-width:4px;
	}

	#error {
		color: #F00;
		font-size: 12px;
		font-weight: bold;
		padding: 5px 2px;
		position: relative;
		width: 300px;
	}

	#footer {
		border-top: 1px solid #CCC;
		font-size: 10px;
		margin-top: 20px;
		padding-top: 5px;
		position: relative;
	}

	.lfont {
		font-size: 14px;
	}

	.font {
		font-size: 12px;
	}

	.clear {
		clear: both;
	}

-->