body	{background-repeat: no-repeat;
	background-image: url(../images/background.gif);
	background-position:bottom right;
	background-attachment:scroll;
	}

	
#logo {
	float:left;
	margin-top:40px; 
	width:200px;
	}

#contact {
	margin-top:30px; 
	float:right;
	width:340px;
	}

#headerwrap {
	width:100%;
	background-repeat: repeat-x;
	background-image: url(../images/header_wrap.jpg);
	}

#header{
	width:800px; 
	height:190px;
	margin: 0px auto;
	}

#pagecontent {
	width:800px; 
	margin: 0px auto;
	}

#pagecontent_col1 {
	width:580px; 
	float:left;
	display:inline;
	}

#pagecontent_col2 {
	width:170px;
	float:left;
	border-left: solid 2px #78b4ff;
	margin-left:20px;
	margin-top:20px;
	padding-left:20px;
	height:380px;
	}

#pagecontent_fullwidth {
	width:800px; 
	}
	
.sideboxhead {
	width:170px;
	background-color:#000060;
	padding:5px 0px;
}

.sidebox {
	width:170px;
	background-color:#78b4ff;
	margin-bottom:20px;
}




#footerwrap {
	width:100%;  
	background-image:url(../images/footer_wrap.jpg);
	background-repeat:repeat-x;
	}
	
#footer {
	width:800px; 
	height:90px;
	margin: 0px auto; 
	}

#lamtha2logo {
	padding-top:30px;
	width:100px;
	float:left;
}

#footerright {
	padding-top:30px;
	width:500px; 
	float:right; 
	text-align:right;
	}
		
.clearfloats{clear:both;}