body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 0px;
	background-image: url(temp/bgr.jpg);
	background-attachment: fixed;

}
.maly {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
h1 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
}
a:hover { 
	color: #000066;
	text-decoration: underline;
}
a:link { 
	color: #000066;
	text-decoration: underline;
}
a:visited { 
	color: #000066;
	text-decoration: underline;
}
a:active { 
	color: red;
	text-decoration: underline;
}
.ram {
	border: 1px solid #CCCCCC;
}
td {
	text-align: justify;
	vertical-align: top;
}
td.menu {
	text-align: center;
	vertical-align: middle;
}
td.r {
	text-align: right;
	vertical-align: middle;
}
td.str {
	text-align: right;
	vertical-align: bottom;
}
ul {
	font-size: 12px;
	list-style-type: circle;
}
ol {
	font-size: 12px;
	}
hr {
	color: #000066;
	height: 1px;
}
.down {
	vertical-align: sub;
	font-size: 9px;

}
.up {
	vertical-align: super;
	font-size: 9px;

}
.str {
	font-size: 12px;
}
#lh-col{
	position: absolute;
	width: 300px;
	height: 100%;
	margin: 0px;
	padding: 45px 0px 0px;
	text-align: center;
	left: 0px;
	top: 0px;

 }
#col{
	position: absolute;
	width: 500px;
	height: 100%;
	margin: 0px;
	padding: 45px 0px 0px;
	text-align: left;
	left: 0px;
	top: 0px;
 }
#rh-col{
	position: relative;
	top: 0px;
	left: 300px;
	width: 465px;
	padding: 15px 0px 0px;
	margin: 0px 20px 0px 15px;

 }
.malybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;


}
.velkybold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#gal {
	position: absolute;
	width: 600px;
	left: 0px;
	top: 0px;
	margin: 20px 100px 20px 20px;
	padding: 0px;
	text-align: left;
}

#gallery {
	position: absolute;
	width: 700px;
	left: 0px;
	top: 0px;
	margin: 20px 50px 0px;
	padding: 0px;
	text-align: left;

}
.sign {
	cursor: hand;
}
.tutpic {
	cursor: default;
}