/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

body,td,th {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	width:100%;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
h3 {
	font-size: 14px;
	color: #666;
	margin: 0;
}
img {
	border:0px;
}
form {
	margin: 0;
}
#container {
	width:950px;
	margin: 0 auto;
}
#logo_scritta{
	float:left;
	padding-top:20px;
}
#logo_immagine{
	float:right;
	padding-top:20px;
}
#riga{
	clear:both;
	float:right;
}
#menu{
	clear:both;
	float:right;
}
#menu ul, #menu li{
	margin: 0;
	padding:0;
}
#menu li{
	float: left;
	display: inline;
}
#menu a{
	display: block;
	font: 14px/14px Arial, Helvetica, sans-serif;
	color: #999;
	padding:5px 20px 3px 20px;
}
#fiore{
	float: left;	
}
#content{
	float: right;
	width: 630px;
	text-align:left;
	padding:20px 10px;
}
#footer {
	clear:both;
	float:right;
	color: #CCCCCC;
	font-size: 11px;
	padding-bottom:20px;
}