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: 3px 9px 3px 8px;
  	text-decoration: none;
	color: #fff;
	background-color: rgb(140,191,51);
}

#menu a:hover {
	background-color: rgb(90,136,196);
 }
#menu a.current {
	display: inline;
	padding: 3px 8px 3px 8px;
  	text-decoration: none;
	color: #fff;
	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;
}

.newsside {
	/*border: 1px solid #999;*/
	border-width: 0px 0px 1px 0px;
	border-color: #fff;
	border-style: dotted;
	padding: 4px;
	color: #fff;
}
.newsside a	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.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;
}

.sidemenu
	{
	/* padding:4px;*/
	 color:#fff;
	 margin-top: -3px;
	
	}
.sidemenu .header
	{
	font-weight: bold;
	font-size: 14px;
	padding: 3px 2px 2px 6px;
	background-color: rgb(140,191,51);
	/*border-width: 1px 1px 0px 1px;
	border-color: #fff;
	border-style: dotted;*/
	}
.sidemenu .item
	{
	padding: 4px;
	border-width: 0px 0px 1px 0px;
	border-color: #fff;
	border-style: dotted;
	}

.sidemenu .currentitem
	{
	padding: 4px;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	border-style: dotted;
	background-color: #4477ba;
	}

.sidemenu a
	{
	 font-size: 13px;
	font-weight: bold;
	 color:#fff;
	 text-decoration: none;
	}
.sidemenu .subtitle
	{
	 font-size: 12px;
	 color:#fff;
	 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: rgb(140,191,51);*/
	color: rgb(90,136,196);
	text-decoration: none;
}

.news a:hover	{
	text-decoration: underline;
}

.date {
	color: #777;
	font-style: italic;
	}
	
.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;
} 

#frmSearch	{
	border: 0px;
	/*margin: 10px 0px 0px 0px;*/
	padding: 0px;
	display: inline;
	float:right;
	}

#searchtext	{
	float: left;
	width:180px;
	height: 15px;
	border-width: 1px 0px 1px 1px;
	border-color: rgb(140,191,51);
	border-style: solid;
	background-color: #fff;
	}

#searchsubmit {
	float: left;
	display: block;
	height: 19px;
	margin: 0px;
	padding: 0px;
	width: 20px;
	border-width: 0px;
	background-image: url('http://static.michelefait.org/images/bg_searchsubmit.gif');
	background-repeat:no-repeat;
	background-position: 1px 1px;
	background-color: rgb(140,191,51);
}

