/* common divs & classes */

html, body, ul, ol, li, form,
fieldset, a, div, img {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-image: url(../images/grass.jpg);
	background-color:#009900;
	background-attachment:fixed;
}

#designcontainer {
	width: 980px;
	margin: 0 auto;
	top:10px;
	position:relative;

}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 165px;

}

#topnavbar {
	text-align: right;
	height: 28px;
	background-color: #ffff00;
	filter:alpha(opacity=85);	
}

#maincontainer {
	width: 980px;
	margin-top:-10px;

    }

#homepage_col1 {
	float: left;
	width: 200px;
	margin-top:20px;
}

#homepage_col2 {
	float: left;
	width: 540px;
	margin-top:25px;
	border:solid 2px green;
	background:white;
	filter:alpha(opacity=95);

}

#homepage_col2_title {
	float: left;
	width: 500px;
	padding:20px 20px 0px 20px;
	background:#006633;


}

#homepage_col2_body {
	float: left;
	width: 500px;
	padding:20px;
	background:white;

}


#homepage_col3 {
	float: left;
	width: 205px;
	margin-top:20px;

}

#footer {
	background-repeat: no-repeat;
	background-image: url(../images/footer.gif);
	height:77px;
}

#copyright {	
	margin-top: -40px;
}

#lamtha2logo {
	padding-left: 20px;
	padding-top: 30px;
}



/* addtl divs & classes for 2 column sub-pages */

#twocolpage_col1 {
	float: left;
	width: 200px;
	margin-top:20px;
}

#twocolpage_col2 {
	float: left;
	width: 740px;
	margin-top:25px;
	border:solid 2px green;
	background:white;
	filter:alpha(opacity=95);

}

#twocolpage_col2_title {
	float: left;
	width: 700px;
	padding:20px 20px 0px 20px;
	background:#006633;

}

#twocolpage_col2_body {
	float: left;
	width: 700px;
	padding:20px;
	background:white;
	filter:alpha(opacity=95);

}

#lhsidemenu {
	margin:0;
	padding:0;

}

.clearfloats{clear:both;}
