html {
    /*background: -webkit-linear-gradient(#FFF4CE, white) no-repeat; 
    background: -o-linear-gradient(#FFF4CE, white) no-repeat;
    background: -moz-linear-gradient(#FFF4CE, white) no-repeat; 
    background: linear-gradient(#FFF4CE, white) no-repeat;  */  
    background: -webkit-linear-gradient(#E6FDFF, white) 
    background: -o-linear-gradient(#E6FDFF, white) no-repeat; 
    background: -moz-linear-gradient(#E6FDFF, white) no-repeat; 
    background: linear-gradient(#E6FDFF, white) no-repeat; 
}

body {
	width:814px;
	margin:0px auto;
	padding:0px 23px;
	background:url(../decore/page_bg.jpg) repeat-x;
}

.about_div {
    font-family:Verdana, Tahoma, Arial, Courier;
	font-size:8pt;
    padding-bottom: 15px;
}

.header{
	height:316px;
	background:url(../decore/Header_image.jpg) no-repeat left 12px;
	margin:0px 0px 5px 0px;
}

.galleryTable {
    	text-align:center;
}