@CHARSET "UTF-8";

HTML{
	height: 100%;
}

A { color: #8c0a5b;
}

BODY {
	text-align: center;
	margin: 0px;
	background: #ffffff;
	font-family: verdana;
	font-size: 10px;
	background-image: url('./../images/bg_gule.gif');
	height: 100%;
}

INPUT {
	font-size: 9px;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: dotted;
	margin-left: 5px;
}

DIV#page{
	height: 100%;
	background: rgb(255,255,255);
	width: 910px;
	margin: 0px auto;
}

DIV#header {
	position: relative;
	margin: 0px auto;
	width: 910px;
	height: 226px;
	background: url('./../images/header-background.gif');
}

DIV#content {
	margin: 0px auto;
	width: 890px;
	background: rgb(255, 255, 255);
	padding: 10px;
}

DIV#content DIV#login {
	text-align: right;
}

DIV#content DIV#gallery {
	padding: 14px;
	clear: left;
	color: rgb(155,155,155);
	#padding-top: 0px;
}

DIV#content DIV#gallery H2{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 5px 10px 2px;
	padding: 0px 0px 0px 0px;

}

DIV#content DIV#gallery DIV.reference {
	position: relative;
	float: left;
	width: 134px;
	margin: 14px 4px;
}

DIV#content DIV#gallery DIV.reference SPAN{
	display: none;
}

DIV#content DIV#gallery DIV.reference IMG{
	border: 0px none;
}

DIV#content DIV#gallery DIV.reference DIV DIV{
	height: 24px;
	overflow: hidden;
}

DIV#content DIV#gallery DIV.reference DIV A{
	display: inline;
}

DIV#content DIV#gallery DIV.reference A{
	display: none;
}

