.glowtop {
	background-image: url(backgrdimage/top.gif);
	background-repeat: repeat-x;
}
.glowtopleft {
	background-image: url(backgrdimage/tl.gif);
	background-repeat: no-repeat;
}
.glowtopright {
	background-image: url(backgrdimage/tr.gif);
	background-repeat: no-repeat;
}
.glowleft {
	background-image: url(backgrdimage/left.gif);
	background-repeat: repeat-y;
}
.glowright {
	background-image: url(backgrdimage/right.gif);
	background-repeat: repeat-y;
}
.glowbtmleft {
	background-image: url(backgrdimage/bl.gif);
	background-repeat: no-repeat;
}
.glowbtmright {
	background-image: url(backgrdimage/br.gif);
	background-repeat: no-repeat;
}
.glowbtm {
	background-image: url(backgrdimage/btm.gif);
	background-repeat: repeat-x;
}
.back {
	background-color: #FFFFFF;
}
.banner {
	background-image:  url(image/top.gif);
	background-repeat: no-repeat;
}
.gallmain {
	text-align: center;
	vertical-align: middle;
}
.gallthumb {
	text-align: center;
	vertical-align: middle;
}
.gallthumbactive {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

/* DIV BASED LAYOUT */

#outer {
	width: 100%;
	text-align: center;
}
#inner {
	width: 800px;
	height: 600px;
	text-align: left;
}
#top {
	width: 800px;
	height: 31px;
}
#middle {
	width: 800px;
	height: 531px;
}
#bottom {
	width: 800px;
	height: 38px;
}

/* Top Edge */
#topc {
	width: 727px;
	height: 31px;
	float: left;
	background-image: url(backgrdimage/top.gif);
	background-repeat: repeat-x;
}
#topl {
	width: 36px;
	height: 31px;
	float: left;
	background-image: url(backgrdimage/tl.gif);
	background-repeat: no-repeat;
}	
#topr {
	width: 37px;
	height: 31px;
	float: right;
	background-image: url(backgrdimage/tr.gif);
	background-repeat: no-repeat;
}

/* Left - Right Edges */
#midl {
	width: 36px;
	height: 531px;
	float: left;
	 background-image: url(backgrdimage/left.gif);
	background-repeat: repeat-y;
}
#main {
	width: 727px;
	height: 531px;
	float: left;
}
#midr {
	width: 37px;
	height: 531px;
	float: right;
	background-image: url(backgrdimage/right.gif);
	background-repeat: repeat-y;
}

/* Bottom Edge */
#btmc {
	width: 727px;
	height: 38px;
	float: left;
	background-image: url(backgrdimage/btm.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #000066;
}
#btmc a:link {
	text-decoration: none;
}
#btmc a:visited {
	text-decoration: none;
}
#btmc a:hover {
	text-decoration: none;
	color: #FF8C00;
}
#btmc a:focus {
	text-decoration: none;
}
#btml {
	width: 36px;
	height: 38px;
	float: left;
	background-image: url(backgrdimage/bl.gif);
	background-repeat: no-repeat;
}	
#btmr {
	width: 37px;
	height: 38px;
	float: right;
	background-image: url(backgrdimage/br.gif);
	background-repeat: no-repeat;
}

/* MAIN CONTENT */

#header {
	width: 727px;
	height: 90px;
	background-image: url(image/top.gif);
}
#nav {
	width: 727px;
	height: 25px;
}
#content {
	width: 727px;
	height: 531px;
}
#leftcontent {
	width: 425px;
	height: 400px;
	float: left;
	border: 1px solid #CCCCCC;	
}
#rightcontent {
	width: 280px;
	height: 400px;
	float: right;
}
#toprightbox {
	width: 250px;
	height: 218px;
	border: 1px solid #CCCCCC;
	margin-bottom: 12px;
	text-align: center;
	padding-top: 8px;
}
#btmrightbox {
	width: 250px;
	height: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
	color: #000066;
	border: 1px solid #CCCCCC;
}
.boxtitle {
	background-color: #CCCCCC;
	padding: 5px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;	
}
.boxinfo {
	padding: 5px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.contentbox {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: justify;
	line-height: 1.5em;
	padding: 5px;
}
.contentbox h1 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

/* GALLERY SPECIFIC */

#galleryleft {
	width: 360px;
	height: 400px;
	float: left;
	border: 1px solid #CCCCCC;	
}
#galleryright {
	width: 345px;
	height: 377px;
	float: right;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 32px;
}
.gallerythumbrow {
	width: 360px;
	height: 80px;
}
.gallerythumb {
	float: left;
	width: 80px;
	height: 80px;
	padding: 5px;
	text-align: center;
}