@charset "utf-8";
/* CSS Document */
a:link {
    color: red;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: blue;
}
p.ex1 {
    margin-left: 1cm;
	margin-right: 1cm;
}
p.ctr {
    text-align: center 
}	
body {	
	width:100%; 
	height:100%;
    background-color: #de852d;
}
.page {
    width: 800px;
	height: 1380;
}
.Galleries {
	position: relative;
	top: 175px;
    left: 100px;
}
.title1 {
	position: fixed;
    top: 0px;
    left: 200px;
	z-index :50;
}
.title {
	position: fixed;
    top: 50px;
	left: 200px;
	z-index :50;
}
.help{
	position: fixed;
    top: 150px;
	width: 700px;
	z-index :50;
}

.title2 {
	position: fixed;
	 top: 200px;
	left: 200px;
	z-index :50;
}

.ShopPage {
	position: absolute;
	top: 137px;
    left: 200px;
}
.Menu {
	position: fixed;
	background: #a9abc3;
    top: 20px;
	margin-left: auto;
    margin-right: auto;
	height: 80;
	z-index:100;
}
.HelpText {
	position: fixed;
	border-style:solid;
    border-width:5px;  
	border-color:#000000;
	background: #f2ea15;
    top: 200px;
	bottom: 10px;
	left: 300px;
	vertical-align: bottom;
	overflow-y: auto;
	z-index:100;
}
.HlpFrm {
	position:fixed; 
	top: 10px; 
	left: 500px;
	z-index:100;
}
.GalText {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-color: #ffffff;
	vertical-align: top;
	z-index: 900;
}
.GalFrame {
	position: fixed;
	background: #f2deb2;
    bottom: 10px;
	margin: auto;
  	width: 50%;
	border-style:solid;
    border-width:5px;  
	border-color:#000000;
	vertical-align: bottom;
	overflow-y: auto;
	z-index: 900;
}
.XY {
	background: #ddff00;
	display: none;
	z-index:200;
}
.err1 {
	background: #ddff00;
	display: none; 
	z-index:100;
}
.err2{
	display: none; 
	word-wrap: break-word;
	z-index:100;
}
.prt{
	display: none; 
	z-index:100;
}
.cntrl{
    margin-left: auto;
    margin-right: auto;
	display: none; 
	z-index:100;
}
.btns{
    margin-left: auto;
    margin-right: auto;
	display: none; 
	z-index:100;
}
#ttlFont {
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	background: #ff0000;
	color: #ffffff;
	text-transform: uppercase;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.MD {
	background: #a9abc3;
}