/* 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; 
padding:0px;
top:0px;

}	
#main
{
	width:100%;
	height:100%;
	background-image:url(../images/about1_02.jpg);
	background-repeat:repeat-x;
	float:left;
}
#content
{
	width:801px;
	margin-left:auto; 
	margin-right:auto;
}
#left
{
	width:208px;
	background-image:url(../images/about_02.jpg);
	background-repeat:repeat-x;
	padding-top:48px;
}
#left_td
{
	padding-top:16px; padding-left:17px;
}
#left_td img
{
	margin-top:2px; margin-bottom:2px;
}
#copyright
{
	padding-top:15px;
}
#copyright p
{
	text-align:center;
	font-size:10px;
	color:#7B5D5D;
	
}
#right
{
	width: 590px;
	background-image:url(../images/about_02.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding-top:29px;
	
}





.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 */