/* common divs & classes for 2 column page */

html, body, ul, ol, li, form,
fieldset, a div, img {margin:0; padding:0; border:0; 
}

#container	{
	width:980px;
	height:800px;
	border-right: 10px #B8DACA;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 99px;

}

#lhside {
	width: 176px;
	float:left;
}

#content {
	padding:30px;
	width:700px;
	float:left;
	height:auto;
}

.homepageimage{
	margin-top: 30px;
	margin-left: 30px;
}

#footer {
	clear:both;
	padding-top:30px;
}


#lamtha2logo {
	margin-left: 20px;
	margin-top: -30px;
}
