/* @override http://localhost/gaudemus/webroot/css/style.css */

html,body {
	height: 100%;
}

* {
	padding:0;
	margin:0;	
	border:0;
	list-style:none;
}

body {
	background: #292826 url(../images/fiore.gif) no-repeat fixed left bottom;
	font: 11px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	color: #f9b200;
}

p {
	font: 12px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-align: justify;
}

a {
	color: #f9b200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

h1 {
	color: white;
	font-size: 14px;
	padding: 20px 20px 0 20px;
	font-weight: bold;
}

h2 {
	color: white;
	font-size: 12px;
	padding: 20px 20px 0 20px;
	font-weight: bold;
}

#wrapper {
	width: 1000px;
	overflow: auto;
}

#header {
	width: 900px;
	height: 250px;
	margin-left: 50px;
	padding-top: 20px;
}

/* @group menu 1 */

#menu1 {
	width: 190px;
	height: 250px;
	float: left;
}

#menu1 ul {
	bottom:0;
	margin-left: 20px;
	margin-top: 20px;		
}

#menu1 ul li {
	background:url(../images/li.gif) left no-repeat;
}

#menu1 ul li a {
	font: small-caps 16px/26px "Trebuchet MS", Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	color: #f9b200;
	text-decoration: none;
	padding-left: 20px;
}

#menu1 ul li a:hover {
	text-decoration: underline;
	font-variant: normal;
}

/* @end */

#headerfoto {
	width: 700px;
	height: 250px;
	background-color: #f9b200;
	float: left;
	margin-left: 10px;
}

#main {
	width: 900px;
	overflow: auto;
	margin: 10px 0 10px 50px;
}

/* @group menu 2 */

#menu2 {
	width: 190px;
	background-color: #f9b200;
	float: left;
}

#menu2 ul {
	margin-left: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu2 ul li {
	list-style: disc;
	color: #292826;
}

#menu2 ul li a {
	color: #292826;
	text-decoration: none;
	font-size: 14px;
	font-variant: small-caps;
	line-height: 20px;
	font-weight: bold;
}

#menu2 ul li a:hover {
	text-decoration: underline;
	font-variant: normal;
}

/* @end */

#contenuto {
	width: 460px;
	float: left;
	background-color: #f9b200;
	margin-left: 10px;
}

#testo {
	min-height: 280px;	color: #3e3e40;	
}

#testo ul {
	padding-top: 10px;
	margin-left: 30px;
}

#testo a {
	color: white;
}

#testo p {
	padding: 10px 20px;
}

#testo img {
	padding: 10px;
	padding-left: 20px;
}

#foto {
	width: 220px;
	height: 220px;
	float: left;
	margin-left: 10px;
	background-color: #f9b200;
}

#gallery {
	width: 210px;
	height: 210px;
	padding: 5px;
}

#gallery img, #gallery .thumb {
	margin: 2px;
	width: 55px;
	height: 55px;
	padding: 4px;
	background: url(../images/sfondo_thumb.jpg) no-repeat;
}

#gallery img.foto {
	width: 195px;
	height: 195px;
	background: none;
}

#foother {
	width: 700px;
	margin-left: 250px;
	font-size: 10px;
	color: #f9b200;
}

.topleft { background: url(../images/top_left.gif) no-repeat top left }

.topright { background: url(../images/top_right.gif) no-repeat top right }

.bottomleft { background: url(../images/bottom_left.gif) no-repeat bottom left }

.bottomright { background: url(../images/bottom_right.gif) no-repeat bottom right }

.l { float:left; }