body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color: #e9e9e9;
/*	overflow-x: hidden; */
}


#container {
	width: 1024px;
	margin: auto;
}


#header {
margin-top: -8px;
height: 517px;
background-image: url('./images/lee2_01.jpg');
background-position: top left;
background-repeat: no-repeat;
}


#menu {
width: 524px;
float: left;
padding-left: 281px;
padding-top: 350px;		
}

#bodytext {
float:left;
width: 900px;
padding-left: 20px; 
}


#bodytextleft {
float:left;
width: 460px;
padding-left: 20px;

}


#bodytextright {
float:left;
width: 460px;
padding-left: 20px; 
}


#foot {
float:left;
width: 950px;
height: 33px;
margin: auto;

}


a img { 
	border:none; 
}



.home a {
float:left;
display: block; 
width: 86px; 
height: 40px; 
background: transparent url('images/buttons/home.jpg') no-repeat; 
}

.home a:hover { 
background-position: -86px 0; 
}





.gallery a {
 float:left;
display: block; 
width: 93px; 
height: 40px; 
background: transparent url('images/buttons/galleries.jpg') no-repeat; 
}

.gallery a:hover { 
background-position: -93px 0; 
}




.about a {
float:left;
display: block; 
width: 94px; 
height: 40px; 
background: transparent url('images/buttons/aboutus.jpg') no-repeat; 
}

.about a:hover { 
background-position: -94px 0; 
}




.pricing a {
float:left;
display: block; 
width: 86px; 
height: 40px; 
background: transparent url('images/buttons/pricing.jpg') no-repeat; 
}

.pricing a:hover { 
background-position: -86px 0; 
}


.contact a {
 float:left;
display: block; 
width: 104px; 
height: 40px; 
background: transparent url('images/buttons/contact.jpg') no-repeat; 
}

.contact a:hover { 
background-position: -104px 0; 
}








