html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

body {
	background-color: #fff;
	text-align: center;
	/*font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
	font: 12px Arial, Verdana, sans-serif;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 1000px;
  position: relative;
}

#navtop	{
	margin: 20px 0px 0px 0px;
	width: 314px;
	height: 32px;
	display: block;
	/*background-color: #7A808C;*/
	background-color: #486ea0;
	color: #fff;
  	text-align: center;
  	line-height: 32px;
}

#sidevertical { 
	width: 48px; 
	height: 238px;
	float: left;
	background-image: url(images/media_magic.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #999;
}

#immagine {
	width: 314px;
	height: 238px;
	float: left;
	background-image: url(http://static.michelefait.org/images/michelone_02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#mainheader {
	width: 686px;
	height: 238px;
	float: left;
	color: #333;
	/*background-color: rgb(100,108,121);*/
	background-color: rgb(90,136,196);
}

.innertube {
	margin: 10px;
}

#menu {
	margin-bottom: 20px;
}

#menu a {
	display: inline;
	padding: 4px 10px 2px 10px;
	background-color: #fff;
  	text-decoration: none;
	color: #fff;
	background-color: rgb(140,191,51);
}
#menu a:hover {
	background-color: rgb(90,136,196);
 }

.spacer10 {height: 10px;}


#spacer {
  height: 285px;
}

#body {
  background: url(http://static.michelefait.org/images/body_bg1.jpg) repeat-y;
  width: 100%;
}

#left {
  float: left;
  width: 294px;
  padding: 10px;
  color: #fff;
  display: block;
}
#right {
  float: right;
  width: 666px;
  padding: 10px;
  color: #333;
  
}

.replaceimage {
width:100px;
height: 80px;

background-color: #fff;
}

.newsheader {
	/*border: 1px solid #999;*/
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	border-style: dotted;
	padding: 4px;
	color: #fff;
}

.newsheader a	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.newsheder .subtitle	{
	font-style: italic;
}

.news {
	/*border: 1px solid #999;*/
	border-width: 1px 0px 0px 0px;
	border-color: rgb(140,191,51);
	border-style: dotted;
	padding: 8px 4px 4px 4px;
	margin-bottom: 10px;
}

.news .title	{
	font-weight: bold;
}

.news .subtitle	{
	font-style: italic;
}

.news .body	{
	margin-top: 4px;
}

.news a	{
	font-weight: bold;
	font-size: 14px;
	/*color: #486ea0;
	text-decoration: none;*/
	color: rgb(140,191,51);
	text-decoration: none;
}

.news a:hover	{
	text-decoration: underline;
}

.subtitle	{
	font-style: italic;
}

.title	{
	font-weight: bold;
	font-size: 14px;
	color: rgb(140,191,51);
}

.imagewindow {
	float:left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
}
.form .left	{
	float: left;
	width: 120px;
	text-align: right;
	padding: 10px 4px 0px 0px;
	margin: 2px 0px 2px 0px;
}

.form .right	{
	float: left;
	width: 500px;
	margin: 2px 0px 2px 0px;
}
#footer	{
border-top: 1px solid rgb(90,136,196);
	margin-bottom: 20px;
}

#footerleft {
	
	width: 314px;
	height: 32px;
	float: left;
	background-color: #486ea0;
	color: #fff;
  	text-align: center;
  	line-height: 32px;
}

#footerright {
	padding-top:4px;
	width: 686px;
	height: 32px;
	float: left;
	background-color: #fff;
	color: #333;
  	text-align: center;
  	line-height: 32px;
}

#myGallery
{
width: 600px !important;
height: 460px !important;
margin-left: 34px;
border: 1px solid #999;
} 