body {
	background-color: #2E2E2E;
	background-image: url(images/back01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}
html,body{
margin: 0;
padding:0
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: auto;
}
a:link {
	font-size: 12px;
	color: #bf4894;
	text-decoration: none;
	cursor: se-resize;
}
a:active {
	font-size: 12px;
	color: #bf4894;
	text-decoration: none;
	cursor: se-resize;
}
a:visited {
	font-size: 12px;
	color: #bf4894;
	text-decoration: none;
	cursor: se-resize;
}
a:hover {
	font-size: 12px;
	color: #1c1c1c;
	text-decoration: none;
	cursor: se-resize;
}
#header {
	height: 104px;
	width: 900px;
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
}
#menu {
	background-image: url(images/menu.jpg);
	height: 75px;
	padding-right: 32px;
	padding-left: 534px;
	background-repeat: no-repeat;
}
.menu1 {
	text-align: center;
	width: 111px;
	margin-top: 18px;
	float: right;
}
.menu1 a:link {
	text-align: center;
	color: #6f9122;
	text-decoration: none;
}
.menu1 a:active {
	text-align: center;
	color: #6f9122;
	text-decoration: none;
}
.menu1 a:visited{
	text-align: center;
	color: #6f9122;
	text-decoration: none;
}
.menu1 a:hover {
	text-align: center;
	color: #1c1c1c;
	text-decoration: none;
}
#col1 {
	width: 370px;
	padding-left: 100px;
	float: left;
}
.title1 {
	font-size: 24px;
	font-weight: normal;
	color: #424242;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.post1 {
	text-align: justify;
	margin-bottom: 27px;
}
.post1 img  {
    background-color : #262626;
	padding : 6px;
	margin-top: 1px;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4; 
	opacity: 0.4;
	border: 0;
}
.post1 img:hover {
	background-color : #242424;
	padding : 6px;
	margin-top: 1px;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0; 
	opacity: 1.0;
	border: 0;
}

#col2 {
	margin-right: 65px;
	float: right;
	width: 300px;
}
#footer{
	background-repeat: repeat-x;
	height: 124px;
	width: 100%;

	background-image: url(images/back02.jpg);
}
.foot1 {
	background-image: url(images/sotto.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
	background-position: center;
}
.text1 {
	color: #555555;
}
.text2 {
	color: #a2296e;
}
.text3 {
	color: #7b9d16;
}