﻿/*
'
' ****************************************
' Visuddhi - http://www.visuddhi.com
' Copyright (c) 2007 - Visuddhi
' All right reserved.
' ****************************************
'
*/
html, body {
  margin:0;
  padding:0;
}

body {
  font-family:Verdana;
  font-size:13px;
  text-align:center;
  color:#ccc;
  background:#000 url('Images/SfondoBody.gif') center repeat-y;
}

div {
  text-align:justify;
}

img {
  border:0;
}

a, a:link, a:visited {
 color:#eee;
 text-decoration:none;
}

a:hover {
 color:#fff;
 text-decoration:underline;
}

table {
	margin:0;
	border-collapse:collapse;
}

td { 
	padding:0;
	border:0;
	vertical-align:top;
}

h1 { 
	font-weight:normal;
}


/* 
' 
' Classi e ID
'
*/
#Corpo {
  width:850px;
  margin:auto;
}

.Menu {
  float:right;
  padding:60px 20px 0 0;
}
  
#Carousel {
  padding-bottom:10px;
  height:300px;
  background-image:url('Images/Sfondo.jpg');
}

#Testatina {
  height:100px;
  background-image:url('Images/Sfondino.jpg');
}

.Box01 {
  padding:10px;
  background-color:#303030;
}

.Box02 {
  width:830px;
  margin:10px auto;
  padding:10px;
  background-color:#303030;
}

.Sinistra {
  width:640px;
}

.asFoto {
  background:transparent url('Images/asFoto.gif') no-repeat top left; 
}

.bdFoto {
  padding:10px;
  background:transparent url('Images/bdFoto.gif') no-repeat bottom right; 
}

.inFoto {
  display:block;
  padding:10px;
  background-color:#fff; 
}

.Destra {
  width:190px;
}

#Copyright {
  padding:20px;
  font-size:11px;
  text-align:center;
}


/* 
' 
' Forces vertical scrollbar to always appear 
' in Mozilla to prevent page shifting
'
*/
#NoShifting  {
  position:absolute;
  top:0;
  bottom:-0.1px;
  width:1em;
  z-index:-1; }

