<!--
#shadow {
	background-color: #FFF;
	background-image: url(/images/shadow.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 1px 0 0 0;
	text-align: left;
	width: 800px;
}

#content {
	background-color: #FFF;
	background-image: url(/images/shadow.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
}

/* Left menu */
#leftmenu {	background-color: #FFF;	border-bottom-width: 0;}
#leftmenu ul {	border-top: 1px solid #C0C0C0;	list-style-type: none;	margin: 0 10px;	padding: 0;	text-align: left;}
#leftmenu a {	border-bottom: 1px solid #C0C0C0;	color: #595959;	display: block;	font-size: 10px;	font-weight: bold;	padding: 4px 3px;	text-decoration: none;	text-transform: uppercase;	width: 100%; /*Define width for IE6's sake*/}
html>body #leftmenu a { /*Non IE rule*/	width: auto;}
#leftmenu a:hover, #leftmenu .current {	background-color: #CCC;	color: #666;}
#leftmenu #login {	width: 140px;	color: #595959;	display: block;	font-size: 10px;	font-weight: bold;	text-align: left;	margin-left: 10px;}
#leftmenu #login .textbox {	font-size: 10px;	color: #333;	width: 120px;}
#leftmenu #login .button {	font-size: 10px;	color: #333;	width: 50px;}
#leftmenu #login div {	margin: 5px 0;}
/* Top menu */#topmenu {	background-color: #666;	color: #FFF;	margin: 2px 24px;}
#topmenu ul {	float: right;	margin: 0;	padding: 0 10px 0 0;}
#topmenu ul li {	display: inline;}
#topmenu ul li a {	border-left: 1px solid #FFF;	color: #FFF;	display: block;	float: left;	font-size: 10px;	font-weight: bold;	padding: 3px 15px;	text-transform: uppercase;	text-decoration: none;}
#topmenu ul li a:hover, #topmenu ul li .current {	background-color: #CCC;	color: #666;	padding: 3px 15px;}
/* About us */#labout {	float: left;	width: 240px;}
#rabout {	float: left;	width: 450px;}
/* Gallery thumbnail */
#thumblist {	width: 550px;}
#thumblist ul{	list-style: none;	margin: 0;	padding: 0;}
#thumblist ul li {	cursor: pointer;	float: left;	margin: 5px;	padding: 0;}
#thumblist ul li div {	width: 68px;	height: 69px;	color: #FFF;	background-color: #666;	text-align: center;}
#thumblist ul li div:hover {	color: #000;}
#thumblist ul li a {	cursor: pointer;	text-decoration: none;}
.gtitle {	background-color:#666;	color: #FFF;	font-family: Verdana;	font-size: 10px;	font-weight: bold;	text-align:center;}
.btitle {	background-color:#000;	color: #FFF;	font-family: Verdana;	font-size: 10px;	font-weight: bold;	text-align:center;}
/* Index page */#indexmain {	border: 1px solid #CCC;	margin: 40px 55px 20px 55px;	position: relative;}
#leftmain {	float: left;	text-align: center;	width: 145px;}
#floatmain {	position: absolute;	right: -17px;	top: 260px;}
#lowermain {	margin: 10px 55px;}/* Gallery page */
#header {	margin: 20px 55px 5px;}
#gallery {	margin: 10px 25px 0;}
#leftgallery {	float: left;	padding-bottom: 15px;	margin-bottom: 15px;	text-align: center;	width: 145px;}
#leftgallery1 {	float: left;	margin: 15px 0 15px 0;	text-align: center;	width: 145px;}
#rightgallery {	float: left;	margin: 15px 0 15px 0;	padding: 0 0 0 15px;}
#main {  	margin: 10px 55px 0 55px;}
#submain {  	padding: 20px 0;  	line-height: 20px;}
/* Footer */#footer {	background-color: #666;	color: #FFF;	font-size: 10px;	margin: 0 24px;	padding: 8px 30px;}
#fshadow {	margin: 0 auto;	width: 876px;}-->