body {
	margin:0;
	padding:0;
	background: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
}

#outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 500px;
	margin-left: -480px; /* half of width */
	margin-top: -325px;  /* half of height */
}

#maincontainer {
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-top: 50px;
}

#topsection {
	height: 50px; /*Height of top section*/
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumnint {
	margin-left: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
	height: 500px;
	text-align: right;
}

#contentcolumn {
	margin-left: 180px; /*Margin for content column. Should be (LeftColumnWidth)*/
	height: 500px;
	text-align: right;
}
#leftcolumn {
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
	border-right: 1px solid #292929;
	height: 470px;
	text-align: right;
}

#rightcolumn {
	float: left;
	width: 160px; /*Width of right column in pixels*/
	margin-left: -770px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
	border-right: 1px solid #292929;
	height: 470px;
	text-align: right;
}

#boxpost {
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
}

#boxpress {
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
}

#boxweb {
	float: left;
	width: 180px;
	height: 180px;
	text-align: center;
}

#boxclienti {
	float: right;
	width: 115px;
	height: 110px;
	text-align: center;
}

#boxcenter {
	float: left;
	width: 540px;
	height: auto;
	text-align: right;
}

#boxcenter2 {
	float: left;
	width: 740px;
	height: auto;
	text-align: right;
}


#footer {
	margin-top: 30px;
	margin-right: 30px;
	color: #999999;
	text-align: right;
	padding: 4px 0;
	font-size: 11px;
}

.innertube {
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.current {
	color:#fda625;
	font-weight:bold;
	text-decoration:none;
}

ul {
	list-style-type: none;
	margin-top: 30px;
}

li {
	padding-right: 20px;
	padding-top: 14px;
	text-align: right;
}

img {
	border:none;
	}


h1 {
	font-size: 14px;
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

#clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
	}
