body{
	margin: 0px;
	background-image: url(images/inbckground.jpg);
	background-repeat: repeat-x;
}
		
/*CONTAINER*/
#maincontainer{
	width: 961px;
	margin:auto;
	background-image: url(images/inmaincontainer.jpg);
	background-repeat: repeat-y;
	overflow:hidden;
	position:relative;
}

#shadow1{
	background-image: url(images/in_shadow1.jpg);
	float: left;
	height: 572px;
	width: 33px;
}

#centercontent{
	width: 885px;
	float:left;
}

#shadow2{
	background-image: url(images/shadow2.jpg);
	float: right;
	height: 579px;
	width: 43px;
}

/*LEFT CONTAINER*/

#leftcontainer
{
	float: left;
	width: 222px;
	position:relative;
	margin: 0px;
	padding:0px;
	overflow:hidden;
}

#logo{
	background-image: url(images/in_logo.jpg);
	float: left;
	height: 192px;
	width: 222px;
}

#inlien1 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/in_lien1.jpg);
	height: 35px;
	width: 222px;
}

#inlien1 a:hover{
	background-image: url(images/in_lien1_over.jpg);
	width: 232px;
}

#inlien2 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/in_lien2.gif);
	height: 38px;
	width: 222px;
}

#inlien2 a:hover{
	background-image: url(images/in_lien2_over.gif);
	width: 232px;
}

#inlien2b a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/in_lien2b.gif);
	height: 38px;
	width: 222px;
}

#inlien2b a:hover{
	background-image: url(images/in_lien2b_over.gif);
	width: 232px;
}

#inlien3 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/in_lien3.gif);
	height: 37px;
	width: 222px;
}

#inlien3 a:hover{
	background-image: url(images/in_lien3_over.gif);
	width: 232px;
}

#inlien4 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/in_lien4.jpg);
	height: 36px;
	width: 222px;
}

#inlien4 a:hover{
	background-image: url(images/in_lien4_over.gif);
	width: 232px;
}
#inlien5 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/in_lien5.jpg);
	height: 36px;
	width: 222px;
}

#inlien5 a:hover{
	background-image: url(images/in_lien5_over.gif);
	width: 232px;
}

#lienfooter {
	float:left;
	background-image: url(images/in_menu_footer.jpg);
	height: 104px;
	width: 222px;
}


/*CONTENT*/
#content {
	float: right;
	width: 663px;
	margin: 0px;
	padding: 0px;
	position:relative;
	overflow:hidden;
}

#contenttext{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 543px;
	padding: 0px 60px;
	text-align: justify;
	margin-bottom:25px;
}

/*FOOTER*/
#infooter{
	background-image: url(images/in_footer.jpg);
	float: left;
	height: 58px;
	width: 961px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left:50px;
	padding-top:30px;
	overflow:hidden;
	position:relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin-bottom:-10px;
}

#infooter a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#infooter a:hover {
	text-decoration: underline;
}

.leftimage{
	float: left;
	display: inline;
	padding: 10px;
	margin: 0 15px 0px 0;
	border: 1px solid #e9e9e9;
} 

#contenttext hr{
	border: 1px solid #e9e9e9;
	margin:30px 0px;
}

#contenttext a{
	color:#333333;
}


