.nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bglink.jpg);
	display: block;
	height: 30px;
	width: 150px;
	padding-top: 11px;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bglink_hover.jpg);
	display: block;
	height: 30px;
	width: 150px;
	padding-top: 11px;
}
#active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bglink_hover.jpg);
	display: block;
	height: 30px;
	width: 150px;
	padding-top: 11px;
}
.left {
	background-color: #279bda;
	border: 1px solid #FFF;
	margin: 0px;
	padding: 5px;
}
.left ul {
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	list-style-image: url(images/list.jpg);
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}
.left a {
	color: #FFFFFF;
	text-decoration: none;
}

.left img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#bottom {
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#right {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style:dashed;
	border-left-style: dashed;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	padding-left: 10px;
}
.vdash {
	background-image: url(images/dash.jpg);
	background-repeat: repeat-y;
}
.hdash {
	background-image: url(images/dash.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.hometxt {
	font-family: Zawgyi-One;
	padding-top: 5px;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.hometxt h2 {
	margin: 0px;
	padding: 0px;
}
.left a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
.gallery {
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Monotype Corsiva";
	padding-bottom: 0px;
}
body {
	background-color: #000000;
	margin: 0px;
}