/* CSS Document */


body{
	margin:0;
	padding:0;
	color: #10415d;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 17px;
	background-color: white;
	background-image: url(cloud-back.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#maincontainer{
	width: 750px; /*Center container on page*/
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#topsection{
background: #f4f1e2;
height: 78px; /*Height of top section*/
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
background: #f4f1e2;
margin-left: 138px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 138px; /*Width of left column*/
	margin-left: -750px;
	background-color: #f4f1e2;
	background-image: url(update0110/images/solaire_09.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
}

#footer{
	clear: left;
	width: 100%;
	color: #e9e3c6;
	font-size: 9px;
	background-color: #10415d;
	margin: 0;
	line-height: 12px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#footer ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer  ul li a{
	color: #efd391;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#footer  ul li a:hover {
	color: white;
	font-weight: bold;
	background-color: #2272a1

}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
