div
{
	border: 0px solid;
}

html
{
	margin: 0;
	padding: 0;
}


body {
	font-size: 14px;
		font-family: Arial, Helvetica, sans-serif; 
		/* font-family: "Times New Roman", Times, serif; */
	color: #333333;
/*	text-align: center; */
	margin: 0;
	padding: 0;
	background-attachment: fixed;
 	background-image: url("images/back3.gif"); 
	background-repeat: repeat-y repeat-x;
	background-position: top center; 
 /*	background-color:#CC9999; */
}

#div-container
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
}

#div-header
{
	height: 160px;
}

#div-logo
{
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	text-align: left;
}

#div-page
{
	float: left;
	width: 668px;
	margin-left: 1px;
}

#div-title
{
	height: 60px;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFFFF;
}

#div-content
{
	height: 496px;
	overflow: auto;
	background-color: #FFFFFF;

   scrollbar-arrow-color: #8299A6;
   scrollbar-3dlight-color: #8299A6;
   scrollbar-highlight-color: #8299A6;
   scrollbar-face-color: #F6F6F6;
   scrollbar-shadow-color: #8299A6;
   scrollbar-darkshadow-color: #8299A6;
   scrollbar-track-color: #F6F6F6; 
}

#div-footer
{
	height: 34px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
}

#div-footer-img
{
	float: left;
	margin-left: 5px;
	font-size: 12px;
}

#div-footer-credits
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	margin-top: 14px;
}

#div-footer-credits a
{
	color: #999999;
}

#div-sidebar
{
	float: left;
	width: 302px;
	margin-left: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#div-menu1
{
	height: 290px;
	background-color: #FFFFFF;
}

#div-title-menu1
{
	height: 60px;
}

#div-menu2
{
	height: 125px;
	margin-top: 20px;
	background-color: #FFFFFF;
}

#div-link
{
	height: 96px;
	margin-top: 65px;
	background-color: #FFFFFF;
}

#link-ccir
{
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

#link-italiarussia
{
	float: left;
	margin-top: 10px;
	margin-left: 60px;
}

.menu-item
{
	margin-left: 8px;
	margin-bottom: 8px;
	margin-top: 7px;
}


.div-post-separator
{
	background-image: url('images/post-separator.png');
	background-position:center;
	background-repeat: no-repeat;
	height: 74px;
	margin-bottom: 20px;
}

/*
* Livello del contenuto generato da WP
*/
#content
{
	/* width: 643px; */
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
}



#sidebar ul
{
	margin-top: 0;
}

#sidebar li.cat-item
{
	list-style-type: none;
	margin-bottom: 5px;
}

/*
* Stile link
*/
a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
}


a img
{
	border: 0;
}


.entry a
{
	color: #0033FF;
}

.entry a:visited
{
	color: #0033FF;
}

.entry a:hover
{
	color: #0033FF;
}


/* 
* UL come menu.
*/
ul.ul-menu
{
	margin-left: 0px;
	padding-left: 20px;
}

ul.ul-menu li
{
	list-style: none;
}


/*
* Formattazione post.
*/
.titolo-post
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}


.divisor
{
	background-image: url("images/dotted.gif");
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
}

.v-spacer
{
	height: 5px;
}


.categoria-post
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.data-post
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

ul.ul-senza-simboli
{
	list-style-type: none;
}

#comment 
{
	width: 98%;
}

#link-prev-next-posts
{
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 16pt;
}

#link-prev-next-posts a
{
	text-decoration: none;
}

.autore
{
	font-weight: bold;
}


/* Form di commento */
form
{

}

h2
{
	margin: 0;
}

