body {
	font:16px Georgia,"Times New Roman",Times,serif;
	background:#AEA27C;
	margin: 0 auto;
	color: black;
}

h6,h5,h4,h3,h2,h1 {
	font-weight:normal;
}


<!--h1 {
	color:SaddleBrown;
	font-size:30px;
	border-bottom: none;
}-->

h1 {
  font: bold 330%/100% "Lucida Grande";
  position: relative;
  color: #464646;
}
h1 span {
  background: url(../images/gradient-glossy.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}

h2 {
	color:SaddleBrown;
	font-size:26px;
	border-bottom:1px solid #eee;
}

h3 {
	color:SaddleBrown;
	font-size:20px;
	border-bottom:1px solid #eee;
}

h5 {
	color:SaddleBrown;
	font-size:10px;
	color:Aqua;
}

h6 {
	font-size:3px;
	color:SaddleBrown;
}

a {
	color:SaddleBrown;
	font-weight : bold;
}

a:hover {
	text-decoration:none;
	color: #CC0033;
}




.subtitle {
	font-variant:small-caps;
	letter-spacing:2px
}


#sidebar {
	width:200px;
	float:right;
	text-align:left;
     
}


#sidebar h3 {
	text-align:left;
}


/* ### Navigation ### */
	
	
.navigation {
	
}
		
	
.navigation a {
	display: block;
	padding:6px 6px 6px 26px;
	margin:0;
	color:SaddleBrown;
	text-decoration: none;
}
		
.navigation a:hover {
	background: maroon url(../images/tiny_coffee.gif) no-repeat left;
	color: white;
}
#container {
        width:750px;
        margin-left:220px;
        
}
* html #container {
        width:750px;
        margin-left:250px;
        
}



/* ### Content ### */

#content {
	padding-right:20px;
	border-right:1px solid SaddleBrown;
	width:450px;
        margin-left:50px;
	
}
* html #content {
	padding-right:20px;
	border-right:1px solid SaddleBrown;
	width:450px;
        margin-left:10px;
        margin-top:0px;
	
}


#content h2 {
	width:100%;
	text-align:left;
	padding-top:15px !important;
	padding-top:0
}

.image1 {
	background:url(../images/foccacia.jpg) no-repeat top right;
	background-color:#AEA27C;
	height:125px;
}


#footer {
	width:750px;
	clear: both;
	padding:3em 1em;
	border-top:1px solid SaddleBrown;
	margin-top: 3em;
        margin-left:50px;
        text-align:center;
}

#Disclaimer {
	width:750px;
	clear: both;
	padding:3em 1em;
	margin-top: 3em;
        margin-left:50px;
        text-align:center;
}
* html #footer {
	width:750px;
	clear: both;
	padding:3em 1em;
	border-top:1px solid SaddleBrown;
	margin-top: 3em;
        margin-left:1px;
        text-align:center;
}

* html #Disclaimer {
	width:750px;
	clear: both;
	padding:3em 1em;
	margin-top: 3em;
        margin-left:1px;
        text-align:center;
}



