body	{background-repeat: no-repeat;
	background-image: url(../images/background.gif);
	background-position:bottom right;
	background-attachment:scroll;
	}

#topwrap {
	width:100%;
	background-repeat: repeat-x;
	background-image: url(../images/top_wrap.jpg);
	background-position:bottom left;
	}

#top	{
	width:840px; 
	margin: 0px auto;
	}
	
#logo {
	width:380px; 
	height:100px; 
	float:left; 
	}

#logo_right {
	background-repeat: no-repeat;
	background-image: url(../images/top_right.jpg);
	width:460px; 
	height:100px; 
	float:left; 
	}

#headerwrap {
	width:100%;
	background-repeat: repeat-x;
	background-image: url(../images/header_wrap.jpg);
	}

#header{
	width:840px; 
	margin: 0px auto;
	}


#menu {
	margin-left:-5px;
	margin-top:0px;
	}


#pagecontent {
	width:840px; 
	margin: 0px auto;
	}

#pagecontent_col1 {
	width:480px; 
	padding-right:40px;
	float:left;
	display:inline;
	}

#pagecontent_col2 {
	width:300px; 
	padding-top:20px;
	padding-left:20px;
	float:left;
	}
	
#footerwrap {
	width:100%;  
	background-image:url(../images/footer_wrap.jpg);
	background-repeat:repeat-x;
	filter:alpha(opacity=85);
	}
	
#footer {
	width:840px; 
	height:120px;
	margin: 0px auto; 
	}

#lamtha2logo {
	padding-top:30px;
	width:100px;
	float:left;
}

#footerleft {
	padding-top:30px;
	width:430px; 
	float:left; 
	}

#footerright {
	padding-top:30px;
	width:270px; 
	float:left; 
	}
		
.clearfloats{clear:both;}