body {
        background-color: black;
        background-image: url(images/sfondo.jpg);
	background-position: right top;
	background-repeat: no-repeat;

	font-family:"Times New Roman",Georgia,Serif;
	font-weight: bold;

	color: lightgray;
}
a {
	text-decoration: none;
	color: #FF3333;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#header {
	width: 1000px;
	float: left;
}

#leftcolumn {
	width: 160px;
	height: 100%;
	padding: 2px;
	float: left;
	# background-color: gray;
}

#content {
	width: 600px;
	float: left;
	padding: 15px;
	# background-color: white;
	color: #FFFFFF;
	font-weight: normal;
}

#rightcolumn {
	width: 100px;
	height: 100%;
	float: left;
}

#footer {
	width: 1000px;
	height: 30px;
	clear: both;
	font-size: 12;
}

#menu {
	font-size: 13px;
	text-decoration: none;
	line-height: 130%;
	#color: black;
}
fieldset#menu {
	border: 1px dashed;
	padding: 4px;
}
a#menu {
	font-weight: normal;
}
#RSSFeed {
        text-decoration: none;
        line-height: 100%;
        #color: black;
}
fieldset#RSSFeed {
        border: 1px dashed;
	//border: 1px solid;
        padding: 4px;
}
// Calendar CSS Directive
table#Calendar {
	font-size: 12px;
	background-color: black;
}
// News CSS Directive
fieldset#News {
	width: 450px;
	border: 1px solid;
	float: middle;
}

// RSS Box CSS Directive
.vas{
    float:left;
    //width:270px;
    padding:10px;
}
.title-head {
    font-size:12px;
    font-weight:bold;
    text-align:left;
    //background-color:#006699;
    background-color: #FF3333;
    color:#FFFFFF;
    padding:5px;
    border:1px solid #dedede;
}
.feeds-links {
    text-align:left;
    padding:5px;
    # border:1px solid #dedede;
}
a.feeds-links {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

// Links CSS Directive

#linkleft {
	width: 300px;
	float: left;
	border: 1px solid #FF3333;
}
#linkright {
	width: 200px;
	float: left;
	# border: 1px solid #FF3333;
}
#leftlink {
	width: 300px;
	float: left;
}

