/* CSS Document */

img {
	margin:0px;
	border:0px;
	padding:0px;
}

.img {
	margin:0px;
	border:0px;
	padding:0px;
}

.div
{
	position:relative;
	margin:0px;
	padding:0px;
}
div
{
	position:relative;
	margin:0px; 
	padding:0px;
}
body
{
width:100%;  
margin:0px;
background-image:url(../images/pix_46.jpg);
background-repeat:repeat;
padding:0px;
top:0px;

}	
#main
{
	width:100%;
	height:100%;
	background-image:url(../images/index_02.jpg);
	background-repeat:repeat-x;
	float:left;
	background-color:#4CB1F1;
}
#content
{
	width:835px;
	margin-left:auto; 
	margin-right:auto;
}
#header
{
	width:835px;
	float:left;
}
#middle
{
	width:835px;
	float:left;
	background-image:url(../images/index_11.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#left
{
	width:193px;
	float:left;
}

#right
{
	float:left;
	width: 642px;	
}


#foter
{
	width:835px;
	float:left;
}


.logos{margin-left:20px;margin-top:5px;}


.clearfix:after {
   content: ".";             
   display: block;         
   height: 0;             
   clear: both;
   visibility: hidden;
}

/* a fix for IE Mac */
.clearfix {
   display: inline-block;
}   

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */