@charset "utf-8";

/* CSS PER IL FILE RELATIVO ALAL WEBPAGE DEDICATA AI 30 ANNI DI ATTIVITA' DEL GRUPPO MODELLISTICO TRENTINO 
AUTORE: Luca Chsitè (c) - www.lucachiste.com*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	text-align: center;
}

.Stile1 {font-size: 12px}

a:link {
	text-decoration: underline;
	color: #A00A0A;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;	
}
a:visited {
text-decoration: none;
	color: #999999;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(file:///C|/Documents%20and%20Settings/lucachist%C3%A8/Desktop/nav-bg.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ececec;
	background-color: #FFFFFF;
}


#header {
	background-image: url(file:///C|/Documents%20and%20Settings/lucachist%C3%A8/Desktop/recipe-header.jpg);
	background-repeat:no-repeat;
	height:280px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #A00A0A;
	font-size: 190%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.4em;
}

#content {
	float:right;
	width: 380px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-right: 10px;
	padding-left: 10px;
}


#navigation {
	float:left;
	width: 325px;
	font-size: 80%;
	line-height: 1.8em;
	margin-top: 20px;
}


#footer {
	clear:both;
	font-size: 80%;
	padding-top: 1em;
	text-align:right;
	color: #999;
	background-color: transparent;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#wrapper #footer a {
	color: #A00A0A;
	text-decoration: underline;
}
#wrapper #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	padding: 3px;
}



.sottotitolo {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.titoletto {
	line-height: 2em;
	font-weight: bolder;
	color: #A00A0A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A00A0A;
}
.didascalie {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	color: #666666;
	text-align: left;
	margin-right: 10px;
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

