a:link img {border: none}
a:hover img {border: none}
a:active img {border: none}
a:visited img {border: none}

a:link {color: green}
a:hover {color: #dc65a3}
a:active {color: green}
a:visited {color: green}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/bg_top.png);
	background-repeat: repeat-x;
}

#wrapper
{
	background-image: url(img/bg_main.png);
	background-repeat: repeat-y;
	height: 100%;
	margin: 0 auto;
	width: 792px;
	overflow: auto;
}

#header
{
	background-image: url(img/fiore.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 735px;
	text-align: right;
	padding-right: 20px;
	margin-left:20px;
	overflow: hidden;
	
}

#header2
{
	/*background-image: url(img/fiore.jpg);
	background-repeat: no-repeat;*/
	height: 140px;
	width: 735px;
	text-align: right;
	padding-right: 20px;
	margin-left:20px;
}

#index
{
	padding-top: 30px;
	/*background-image: url(img/bg_index.png);
	background-repeat: no-repeat;*/
	text-align: center;
	min-height: 430px;
	overflow: hidden;
}

#menu
{
	/*background-image: url(img/bg_menu.png);
	background-repeat: no-repeat;*/
	height: 400px;
	width: 200px;
	float: left;
	overflow: hidden;
}

#menu_panel
{
	height: 340px;
	width: 180px;
	margin-left: 20px;
	margin-top: 20px;
}

#menu_panel_center
{
	background-image: url(img/bg_panel.png);
	background-repeat: repeat;
	min-height: 150px;
	width: 160px;
	float: left;
	
	padding: 10px;
}

#menu_panel_bottopc
{
	background-image: url(img/bg_panel.png);
	background-repeat: repeat;
	height: 10px;
	width: 160px;
	float: left;
}

#content
{
	/*background-image: url(img/bg_content.png);
	background-repeat: no-repeat;*/
	min-height: 400px;
	width: 550px;
	float: left;
	overflow: hidden;
}

#content2
{
	/*background-image: url(img/bg_content.png);
	background-repeat: no-repeat;*/
	min-height: 400px;
	width: 750px;
	float: left;
	overflow: hidden;
}

#content_panel
{
	min-height: 380px;
	width: 500px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

#content2_panel
{
	min-height: 380px;
	width: 700px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 20px;
}

#content_panel_center
{
	background-image: url(img/bg_panel.png);
	background-repeat: repeat;
	min-height: 200px;
	width: 480px;
	float: left;
	padding: 10px;
}

#content2_panel_center
{
	background-image: url(img/bg_panel.png);
	background-repeat: repeat;
	min-height: 200px;
	width: 680px;
	float: left;
	padding: 10px;
}

#content_panel_bottopc
{
	background-image: url(img/bg_panel.png);
	background-repeat: repeat;
	height: 10px;
	width: 480px;
	float: left;
}

#content2_panel_bottopc
{
	background-image: url(img/bg_panel.png);
	background-repeat: repeat;
	height: 10px;
	width: 680px;
	float: left;
}

#panel_topl
{
	background-image: url(img/bg_panel_topl.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
}

#panel_topr
{
	background-image: url(img/bg_panel_topr.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
}

#panel_botl
{
	background-image: url(img/bg_panel_botl.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
}

#panel_botr
{
	background-image: url(img/bg_panel_botr.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	float: left;
}

#footer
{
	padding-top: 20px;
	height: 30px;
	width: 735px;
	float: left;
	text-align: right;
	font-size: x-small;
	font-style: italic;
}

p.content
{
	font-size: small;
	margin: 0px;
}

p.subtitle
{
	color: green;
	font-size: medium;
	font-weight: bold;
	margin: 0px;
}

