body {
	font: Georgia, Times New Roman, Times, Verdana, Trebuchet;
	font-size: 15px;
	color: #333333;
	text-align: center;
	background: #444444 url(images/bk_studio.jpg) repeat-x fixed top;
}

p {
	line-height: 1.5em ;
}

h1 {
	color: #990066;
	font-size: 22px;
	font-weight: bold;
}

h2 {
	color: #990066;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: gray;
	font-size: 16px;
	font-weight: bold;
}

#container {
	width: 840px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
	overflow: hidden;
	border: 4px solid #C5C5C5;
}

#banner {
	height: 200px;
}

#sidebar-a {
	float: left;
	width: 530px;
	margin: 0;
	padding: 10px;
	text-align: justify;
}

#sidebar-b {
	float: right;
	width: 240px;
	margin: 0;
	padding: 10px;
	text-align: left;
}

#footer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	clear: both;
	color: white;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	background: #742329 url(images/footer.jpg) repeat-x top;
}

#nav_page {
	clear: both;
	padding: 2px;
	text-align: center;
}

#nav_page a:link, #nav_page a:visited {
	font-size: 18px;
	font-weight: normal;
	color: Gray;
	text-decoration: none;
}

#nav_page a:hover{
	font-size: 18px;
	font-weight: normal;
	color: #990066;
	text-decoration: underline;
}

.img_cx {
	padding: 4px;
	margin: 4px;
	border: 1px solid silver;
}

.img_sx {
	float: left;
	padding: 4px;
	margin: 4px;
	border: 1px solid silver;
}

.img_dx {
	float: right;
	padding: 4px;
	margin: 4px;
	border: 1px solid silver;
}

.img_sxw {
	float: left;
	padding: 4px;
	margin: 4px;
}

.img_dxw {
	float: right;
	padding: 4px;
	margin: 4px;
}

/* Menu Orizzontale */
#menu_h ul
{
	clear: both;
	width: 840px;
	float: left;
	padding: 0px;
	margin: 0px;
	font-weight: normal;	
	font-size: 18px;
	letter-spacing: 1px;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	background: url(images/menubar.jpg) center;
}

#menu_h ul li 
{ 
	display: inline;
 }

#menu_h ul li a
{
	color: #CCCCCC;
	text-decoration: none;
	border-right: 1px solid #750000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}

#menu_h ul li a:hover
{
	color: white;
}

/*Barra di Navigazione*/

#cssmenu {
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
}

#cssmenu ul {
	list-style: square;
	text-align: left;
	margin: 0;
	padding: 0;
}

#cssmenu li a {
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 5px;
}

#cssmenu li a:link, #cssmenu li a:visited {
	color: Silver;
	font-weight: lighter;
	display: block;
	border-bottom: 1px solid silver;
	background: url(images/menubar.jpg) repeat-x scroll top;
}

#cssmenu li a:hover, #cssmenu li a:active {
	color: White;
	border-bottom: 1px solid White;
	background: url(images/menubar.jpg) repeat-x scroll center;
}


