html,body{
	margin: 0;
	padding:0;
	height:100%;
	font: 8pt/16pt verdana; 
	color: #0000CC;
	background-color:#2c2626;
	background-image:url(../images/structure/fondino1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


img{
	border:0;
}

strong{
 text-align:left;
}

div#container{
	position:relative;
	width: 770px;
	height: 100%;
	margin: 0 auto;
	height:auto;
	min-height:100%;
}

div#smallcontainer{
	position:relative;
	width: 500px;
	margin: 0 auto;
	height:100%;
	background-color: #000000;
	background-image: url(../images/structure/bg_intro1.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
div#smallfooter{
	position:relative;
	width: 400px;
	margin: 0 auto;
	min-height:40px;
	margin-top:50px;
	line-height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#introflash{
	position: absolute;
	width: 100%;
	height:100%;
	top:0px;
	background-color:#07060e;
}

div#topbar { 
	position:relative;
	width:100%;
	height:30px;
	background-image:url(../images/structure/bg_topbar.jpg);
	background-repeat:repeat-x;
	text-align:right;
}


div#header { 
	position:relative;
	width:100%;
	height:225px;
}

div#flashbanner { 
	position:absolute;
	top:30px;
	width:100%;
	z-index:99;
}

div#mainbody { 
	position:relative;
	width:100%;
	background-image:url(../images/structure/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:12px;
	float:left;
}

div#bodycontent {
	position:relative;
	width:500px;
	float:right;
	right:15px;
	text-align:center;
	background-image:url(../images/structure/bg_bodycontent.gif);
	background-repeat:no-repeat;
	
	
	background-position:18px 140px;
}

.bodysubcontent { 
	position:relative;
	width:400px;
	text-align:justify;
	line-height:12px;
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.bodysubcontentcolumn { 
	position:relative;
	width:165px;
	float:left;
}

.boxarea { 
	position:relative;
	width:150px;
	height:110px;
	background-image:url(../images/structure/bg_box.jpg);
	float:left;
	padding-top:10px;
}

.centerarea { 
	float:left;
	padding-left:25px;
}

div#footer{
	position:relative;
	width:100%;
	height:35px;
	background-color: #000000;
	background-image:url(../images/structure/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	text-align:center;
}


/*-------------------------------------------------------------*/

div#leftmenu{
	position:relative;
	width:232px;
	background-color: #000000;
	background-image: url(../images/structure/bg_leftmenu.jpg);
	background-repeat:no-repeat;
	background-position:top;
	left:12px;
	float:left;
	min-height:566px;
}

div#leftbtmenu{
	position:relative;
	width:232px;
	height:290px;
	background-color: #000000;
	background-image: url(../images/structure/backmenu.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	float:left;
	margin-top:20px;
}

.btmenu{
	position:relative;
	float:left;
	width:190px;
	height:22px;
	margin-bottom:3px;
	left:30px;
	background-image: url(../images/structure/bg_btmenu.jpg);
	background-position: top;
	padding-left:10px;
	color:#FFFFFF;
	text-align:left;
	z-index:100;
	top:25px;
	cursor:pointer;
}

.btsubmenu{
	position:relative;
	float:left;
	width:150px;
	height:22px;
	margin-bottom:3px;
	left:50px;
	background-image: url(../images/structure/bg_btmenu3.jpg);
	background-position:0px 0px;
	padding-left:30px;
	color:#FFFFFF;
	z-index:100;
	top:25px;
	cursor:pointer;
}

div:hover.btmenu{
	color: #66FFFF;
	background-image: url(../images/structure/bg_btmenu2.jpg);
}


.bthome{
	position:relative;
	float:left;	
	background-image: url(../images/structure/home1.gif);
	width:43px;
	height:15px;
	left:710px;
}
div:hover.bthome{
	background-image: url(../images/structure/home2.gif);
}

.hidden{
	visibility:hidden;
	display:none;
}

.visible{
	visibility:visible;
	display:block;
}

