* { margin: 0; padding: 0; }
/**html, body, **/#main { height: 100% }
/**body, div { font-family: Arial, Helvetica, sans-serif }
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}**/
fieldset { padding: 0px; border: none; }

pre { margin-bottom: 1em; }

li { list-style-type: none; }
.basic, #navigation { width:20em; }

#navigation {
	margin:0px;
	/* padding-left:8px; */
	padding-right:0px;
	padding-left:0px;
	width:194px;
	padding-top: 22px;
}
.head_main {
	font-size: 10px;
	line-height: 22px;
	padding-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	text-align: right;
}

.head_gallery {
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	text-align: right;
}

#navigation a.head {
	cursor:pointer;
	color:#ffffff;
	display:block;
	font-weight:normal;
	line-height: 22px;
	padding-left:14px;
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	padding-right: 58px;
}
#navigation a.head:hover {
	color:#00abff;
	background-image: url(../images/blue_1.png);
	background-repeat: no-repeat;
	background-position: 141px 8px;
}

#navigation a.current {
	color:#00abff;
	background-image: url(../images/blue_1.png);
	background-repeat: no-repeat;
	background-position: 141px 8px;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	padding-left:10px;
}
#navigation li {
	list-style:none outside none; display:inline;float:center;
}


@media print {
	.basic div, #navigation ul, div{
		display: block!important;
		height: auto!important
	}
}