html, body{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
a:link {			/* unvisited link */
	color: #800000;
	text-decoration:none;
}     
a:visited {		/* visited link */
	color: #800000;
	text-decoration:none;}  
a:hover {		/* mouse over link */
	color: #800000;
	text-decoration:underline;
}   
a:active {		/* selected link */
	color: #AA6666;
	text-decoration:none;
}   
body{
	min-width:960px;
	background-color:#000000;
}
/*=====================================*/
#container{
	width:960px;
	margin:0 auto;
}
#mainblock{
	background-image: url('../images/background2.jpg');
	background-repeat:no-repeat;
	height:775px;
}
#mainblocknonhome{
	background-image: url('../images/backgroundnonhome2.jpg');
	background-repeat:no-repeat;
	min-height:775px;
	background-color:#4f4f4f;
	padding:0 0 20px 0;
}
#header{
	padding:22px 22px 5px 22px;
}
#bannerblock{
	background-image: url('../images/logo2.png');
	background-repeat:no-repeat;
	height:112px;
	margin:0 0 5px 0;
}
#logotype{
	float:right;
	background-image:url('../images/logotype.png');
	height:106px;
	width:354px;
	margin:6px 0 0 0;
}
#navbar{
	background-color:#000000;
	height:25px;
}
.navitem, .navitemactive{
	float:left;
	height:22px;
	width:112px;
	padding:3px 0 0 0;
	border-right:solid 2px #818181;
	font-size:11pt;
	text-align:center;
	color:#b0b0b0;
	cursor:pointer;
}
.navitemactive{
	background-color:#303030;
}
.navitem:hover, .navitemactive:hover{
	background-color:#505050;
}
a.navLink{
	font-size:11pt;
	color:#b0b0b0;
}
a.navLink:hover{
	text-decoration:none;
}
a.navLink:active{
}
a.navLink:visited{
}
.clearboth{
	clear:both;
}
#mainbody{
	width:420px;
	padding:22px 0 0 22px;
	text-align:justify;
	font-size:12pt;
	color:#000000;
}
#mainbodynonhome{
	float:left;
	width:680px;
	padding:22px 20px 0 22px;
	text-align:justify;
	font-size:12pt;
	color:#000000;
}
#piccolumn{
	float:right;
	padding:22px 22px 0 0;
	text-align:right;
}
.pic{
	margin:0 0 25px 0;
}
#footer{
	width:960px;
}	
#footerl{
	float:left;
	width:300px;
	text-align:left;
}
#footerr{
	float:right;
	width:300px;
	text-align:right;
	font-size:8pt;
	color:#404040;
}
#bynerostorm
{
	font-size:8pt;
	color:#000000;
	cursor:pointer;
}
#bynerostorm:hover{
	color:#606060;
}
.clearboth{
	clear:both;
}
/*===============================*/
#galleryblock{
	padding:22px 22px 0 22px;
	text-align:justify;
	font-size:12pt;
	color:#000000;
}
#gallerypicblock{
	margin:20px 0 0 0;
	text-align:center;
}
a.gallerygroup{
	margin:0 15px 30px 15px;
}
.tnImg{
	border:none;
	margin:0 0 30px 0;
}

