/*** TOP BANNER ********************************/

#banner {
	height: 120px;
	width: 570px;
	margin-left: 150px;
	padding-left: 30px;
}
#banner h1, #banner h2 {
	display: none;
}
* html #sponsor {
	width: 147px;
}
* html #banner {
	margin-left: -3px;
	margin-right: -3px;
} /* IE HACK */

/*** FOOTER ************************************/

#footer {
	background: #999 url('../../layout/footer.png') no-repeat top;
}

/*** CONTENT ***********************************/

#content {
	width: 570px;
	margin-left: 150px;
/*	min-height:900px;   removed by Pierre Nadeau */
	padding: 1px 10px 20px 20px;
	background: #FFF url('../../layout/sidebar.png') repeat-y left;
}
* html #content {
	margin-left: 147px;
} /* IE HACK */

#content p {
	margin: 0.5em 0;
    text-indent: 1.5em;
}
	  
#content h2, #content h3 {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
#content h2 {
	background: url('../layout/index/shadey.png');
	margin: 0;
	padding: 0.25em 0 0.25em 1em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
#content h3 {
	font-size: 1.5em;
	color: #9C0;
}
/* #content h4 Added by P.Nadeau */
#content h4 {
	font-size: 1.2em;
	font-weight: bold; 
	color: #FF0000;	 /* red*/
}

#content a {
	color: #390;
}
#content a.rightlink {
	float: right;
}
#content a:hover {
	background: #EFC;
}
#content ul, ol {
	list-style-position: outside;
	margin: 1em 0 1em 2em;
	padding-left: 0;
}
#content ul {
	list-style-type: disc;
}
#content li {
	margin: 0.5em 0;

}
#content table {
	margin: 1em 0;
	border-collapse: collapse;
}
#content table td, #content table th {
	border: 1px solid #999;
	padding: 0.2em 0.4em;
}
#content table.noborder{
	margin: 0 auto;
	border: 0px;
}
#content table.noborder td, #content table.noborder th {
	border: 0px;
}

#content #introduction {
	background: url('../../layout/index/shade.png');
}

/* What is SWITCH */
#content #introduction {
	margin: 0px 10px 1em 15px;
}
#content #introduction p {
	margin: 1em;
	line-height: 1.5em;
	font-size: 1em;
	font-style: normal;
}
#content #introduction #image {
	float: right;
	width: 220px;
	margin-top: 5px;
	text-align: center;
}
#content #introduction img{
	border: 0px !important;
}

/* Randomized Picture Box */
#content #main {
/*	min-height: 800px; removed by Pierre Nadeau*/
}

#content #thermo {
	position: relative;
	float: left;
	margin-top: 1em;
	margin-left: 10px;
}
#content #thermo img {
	border: 0;
}

#content #randomize img {
	border: 0;
}

#content #randomize #randomized_rooftop #image {
	text-align:center;
	margin: 0 auto;
}

#content h3 {
	text-align:center;
}

#content #latest_news {
	width: 160px;
	position: relative;
	float: left;
	margin-top: 1em;
	margin-right: 10px;
}

#content #randomize {
	position: relative;
	float: left;
	width: 250px;
	margin: 1em 10px;
}

#content #statistics {
	position: relative;
	float: left;
	width: 48%;
	text-align:center;
}

#content #content_position2 {
	margin-left: 10px;
}

#content #content_position {
	margin-left: 10px;
}

#content #lookup p {
	margin: 0.25em 0;
}
#content #lookup p.buttons {
	margin: 0.5em 1em;
}
#content #lookup label {
	width: 8em;
	padding-right: 0.5em;
	text-align: right;
}

#content #lookup {
	position: relative;
	width: 48%;
	float: left;
	text-align:center;
}

#content #conent_position2 {
	margin-top: -30px;
}
