html,body {
    margin:0;
    padding:0;
}
body {
    font: 75% Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
}
#holder {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}
#topblock {
	height: 100px;
	background: #F8890E;
	width: 800px;
}
#logo {
	width: 250px;
	height: 100px;
	float: left;
	background: url(../images/ars.gif);
}
#menuside {
	width: 550px;
	height: 100px;
	float: right;
}
#bottomblock {
	height: 60px;
	background: #191919;
	width: 800px;
}
#block {
	width: 55px;
	height: 5px;
	float: left;
	padding-top: 30px;
	border: #FFF;
	border-right-style:dotted;
	border-right-width:1px;
	margin-top: 50px;
}
#block1 {
	width: 105px;
	height: 5px;
	float: left;
	padding-top: 30px;
	border: #FFF;
	border-right-style:dotted;
	border-right-width:1px;
	margin-top: 50px;
}
#block2 {
	width: 85px;
	height: 5px;
	float: left;
	padding-top: 30px;
	border: #FFF;
	border-right-style:dotted;
	border-right-width:1px;
	margin-top: 50px;
}
#block3 {
	width: 80px;
	height: 5px;
	float: left;
	padding-top: 30px;
	margin-top: 50px;
}
#side1 {
	width: 250px;
	height: 70px;
	float: left;
}
#side2 {
	width: 495px;
	height: 55px;
	float: left;
	border: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	margin: 2 0 3 0;
	padding-top: 10px;
	padding-left: 5px;
}
#side3 {
	width: 295px;
	height: 55px;
	float: right;
	margin: 2 0 3 0;
	padding-top: 10px;
}
/*TEXT stile*/
.yellow {
	color: #FFCC00;
	font: 160% Geneva, sans-serif;
}
.white {
	color: #fff;
	font: 100% Geneva, sans-serif;
}
/*Links stile*/
.linkwhite {
	color: #fff;
	padding: 0px;
}
.linkyellow {
	color: #FF9900;
	padding: 0px;
}
a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.style6 {font-size: 79%}
/*End of link stile*/
#text {
	width: 495px;
	float: left;
	
	padding-top: 5;
	border: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 5px;
	margin-top: 3px;
}
#text2 {
	width: 800px;
	float: left;
	height: 300px;
	padding-top: 5;
	margin-top: 3px;
}
#mza {
	width: 295px;
	height: 300px;
	float: right;
}
#footerblock {
	width: 800px;
	height: 120px;
	float: left;
	background: #CCCCCC;
	margin-top: 15px;
}
#topside {
	width: 800px;
	height: 30px;
	float: left;
	background: #191919;
}
#botside {
	width: 120px;
	height: 45px;
	float: left;
	padding-top: 5px;
}
#downside {
	width: 800px;
	height: 25px;
	float: left;
}
#dline {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
