/* CSS Style for Falegnameria D'Amico
   Author: D'Amico Simone                                                     */
   
body {
	margin: 0px 0px 0px 0px;
	background-color: #4f0003;
	text-align: center;
    font-family: "Lucida Sans", Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#top-nav {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	font-size: 55%;
	color: #999999;
	text-align: right;
	vertical-align: bottom;
	height: 18px;
	line-height: 18px;
	padding-right: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	background-color: #4f0003;
}

#content {
	margin-left: 10px;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	width: 690px;
	text-align: justify;
	padding: 5px 5px 15px 5px;
	background-color: #ffffff;
}


#footer {
	font-size: 65%;
	color: #404040;
	padding: 40px 0px 10px 0px;
	text-align: center;
	clear: left;
	background-color: #FFFFFF;
}

#header {
 background: url('images/title.png') no-repeat center center;
 height:180px;
 padding: 5px 0px 5px 0px;
 border-color: #999999;
 border-style: solid;
 border-width: 0px 0px 1px 0px;
}

a {
	color: #4f0003;
	text-decoration: none;
}

a:hover {
	color: #4f0003;
	font-weight:bold;
	text-decoration:underline;
	
}

a.content {
	color: #000000;
}

a.small-navigation {
	color: #FFFFFF;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#navigation {
	float: left;
	font-size: 80%;
	font-weight: bold;
	color: #4f0003;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 15px 5px;
	width: 150px;
	text-align: right;
}

a.navigation {
	color: #4f0003;			
	border-width: 0px 0px 0px 5px;
	border-color: #4f0003;	
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.navigation:hover {
	border-color: #ffffff; 
	background-color: #4f0003;
	text-decoration:  overline underline;
	color: #ffffff;
}



hr {

	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}

h1,h2 {
	color: #4f0003;
	font-family: "Lucida Sans", Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	text-decoration: none;
	text-align: right;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	padding: 2px 50px 0px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #4f0003;
	background-color: #FFFFFF;
}

p {
	padding: 0px 0px 10px 0px;
	margin-top: 10px;
}

h5 {
text-align:left;
padding:3px;
margin-bottom:0px;
color:#4f0003;
font-weight:bold;
font-size:12px;
}

dd {text-align:left;}

#subnavigation {
	float: none;
	font-size: 72%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 10px 10px 0px 10px;
	width: 150px;
	text-align: left;
	background-color: #f4f5ef;
	padding: 2px 5px 15px 5px;
}

a.subnavigation {
	color: #ffffff;			
	border-width: 0px 0px 0px 0px;
	border-color: #ffffff;	
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 5px;
	text-align: left;
	font-weight: normal;
}

a.subnavigation:hover {
	border-color: #4f0003; 
	background-color: #ffffff;
	text-decoration:  overline underline;
	color: #4f0003;
}
