/* -------------------------------------------------------------------
Filename : aboutcss.css
Title : Primary CSS file for about page
Author : Aloundeth Panekham
URL : http://www.laopkservices.com
License : Copyright 2007, , All Rights Reserved.
Description : This base style sheet provides basic styling for XHTML elements for the about page.
----------------------------------------------------------------------- */

/************************/
/* CSS for =Main Content */
/************************/

#content-facilities {
	position:	absolute;
	width:	196px;
	margin-left:	280px;
}

#content-facilities p {
	text-indent: 0;
}

#content-about {
	position:	absolute;
	width:	263px;
}

#content-about-text {
	position: absolute;
	background: url(../images/t1.jpg) no-repeat top left;
}


