html,body {
	margin: 0;
	padding:0
}

body {
	
	font-family: Tahoma;
	font-size: 12px;
	/*
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	*/
}

p {
	margin: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

.container{
	width: 700px;
	text-align: center;
	
}

.colonna_contenuti{
	/*background-color: #FFFFCC; */
}

#header{
	text-align: right;
	
}

#menu{
	background-color: #663333;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	line-height: 35px;
}

#menu a {
	text-decoration: none;
	font-size: 9px;
	color: #FF9933;
}
#menu a:link {
}
#menu a:visited {
}
#menu a:hover {
	background: #FF9933;
	color: #990000;
}
#menu a:active {
}

#header a {
	text-decoration: none;
	border: none;
}
#header a:link {
}
#header a:visited {
}
#header a:hover {
}
#header a:active {
}

#header img{
	border: none;
}

