/*
CSS Credit: http://www.templatemo.com/
*/

html {
	
}
body {
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	background-image : url(images/sfondo.jpg);
	background-repeat : repeat-x;
	background-attachment : fixed;
	color: #FFF;
}

h1 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:	18px;
	color: #CF9;
	margin: 0 0 10px 0;
	padding: 0;
	
}
h2 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:	14px;
	color: #CF9;
	margin: 0 0 10px 0;
	padding: 0;
	
}

p {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFF;
	
}
a:link, a:visited {
	color:#CF6;
	text-decoration: none;
}

a:active, a:hover { color: #FF0; text-decoration: underline; }

.testo {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 1.0em;
color : #333333;

}

#templatemo_container1 {
	height: 100%;
	width: 940px;
	margin: auto;
	background: #fff;
	position: relative;
	margin-top: 70px;

}

#templatemo_container {
	width: 940px;
	margin: auto;
	background: #4c4c4c;
	position: relative;

}

#templatemo_header {

	width: 940px;
	height: 244px;
	background: url(images/templatemo_header6.jpg) no-repeat;
	margin: 0;
	padding: 0;

}

#templatemo_content {

	margin: 0;
	padding: 0;
	
}
/* Left Content */

#templatemo_content_left {
	float:left;
	width: 233px;
	height: 100%;
	background: url(images/templatemo_left_bg.jpg);
	margin: 0;
	padding: 0;
}

#templatemo_menu {
	
	float: right;
	width: 230px;
	height: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}

#templatemo_menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

#templatemo_menu li a {
	display: block;
	width: 230px;
	height: 27px;
	color: #fff;
	background: url(images/templatemo_menu.gif) no-repeat;
	font-family: Tahoma;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	text-align: center;	
	
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(images/templatemo_menu_current.gif) no-repeat;
	color: #CF9;
	text-decoration: none;
}

.templatemo_bottom_section_left {
	float: right;
	width: 230px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	height: 100%;
}

/* End Of Left */

/* Right Content */
#templatemo_content_right {
	float: right;
	width: 707px;
	margin: 0;
	padding: 0;
	
}

#templatemo_content_right_top {
	width: 667px;
	margin: 0;
	padding: 10px 15px 0px 25px;
	
}

#templatemo_content_right_top .templatemo_post_area {
	width: 400px;
	margin: 0;
	padding: 15px 0 0 0;
	height: 100%;
	position: relative;
	
}

#templatemo_content_right_bottom_section .templatemo_text_area {
	

	margin: 0;
	padding: 20px 0px 20px 20px;
	
}

.templatemo_text_area h1 {
	
	font-family: Tahoma;
	font-size:	18px;
	color: #4c4c4c;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.templatemo_text_area p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	color: #8b8b8b;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.templatemo_text_area img {
	
	margin: 0 20px 10px 0;
	padding: 0;
	border: 1px solid #8fd300;
	
}




/* End Of Right Content */

* html #templatemo_footer {

	margin-top: -26px;
}

#templatemo_footer {
	background: #6e9100;
	margin: auto;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	width: 940px;

}

#templatemo_footer a {
	
	color: #fff;
	text-decoration: underline;

}

#templatemo_footer a:hover {
	
	color: #ff0;
	text-decoration: none;

}

.cleaner {
	
	clear: both;
	height: 0px;
	
}

