@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-x;
}

.style1 {font-size: x-small}

#row3 p {
	font-size: small;
	color: #CCCCCC;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.4;
}

#row3 a {
	color: #CC6600;
	text-decoration: none;
}

#row3 a:hover {
	color: #66CCFF;
	text-decoration: none;
}
#row3 h2 {
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
#row4 p {
	font-size: x-small;
	color: #CC9900;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: .1em;
}

#row4 a {
	color: #666666;
	text-decoration: none;
}

#row4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#row5 p {
	font-size: small;
	color: #996633;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#row5 a {
	color: #999966;
	text-decoration: none;
}

#row5 a:hover {
	color: #00CCFF;
	text-decoration: none;
}
#row5 {
	background-color: #160200;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #523515;
	
}

.stylenormal {
	color: #CCCCCC;
	font-size: small;
	text-align: left;
}
#btnview {
	padding-left: 20px;
	text-align: left;
}

#contactform {
	color: #CCCCCC;
	font-size: small;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#instruction_viewgallery {
	font-size: x-small;
	color: #666666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
