/* common divs & classes */

html, body ul, ol, li, form,
fieldset, a div, img {
	margin:0;
	padding:0;
	border:0;
}

#designcontainer {
	width: 980px;
	margin: 0 auto;
	top:10px;
	position:relative;
	background-color:#FFFFFF;

}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 219px;

}

#topnavbar {
	text-align: left;
	height: 50px;
	background-image: url(../images/navbar.jpg);	
	background-repeat: no-repeat;
}



#maincontainer {
}

#lhsidebar {
	
	background-image: url(../images/lhside.jpg);
	background-repeat: no-repeat;
	width:210px;
	height:475px;
	float: left;

}

#maincontent {
	float: left;
	width:750px;
	background-color:#FFFFFF;
}

#homepage_col1 {
	float: left;
	width:370px;
}

#homepage_col2 {
	float: left;
	width:380px;
}

#footer {
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	height: 56px;

}

#bottomnavbar {			/* includes copyright text */
	height:50px;
	z-index:1;
	text-align: center;
	padding-top: 5px;

}

#lamtha2logo {
	margin-left: 25px;
	margin-top: -40px;
}



/* addtl divs & classes for 2 column pages */

#maincontent_lhsidebar {
	float: right;
	width:720px;
}




.clearfloats{clear:both;}



/* addtl divs & classes for 1 column subpage */

#maincontainer_subpage {
	background-image: url(../images/mainbackground.gif);
	background-repeat: repeat-y;
	padding: 1px 0; /* removes gap above and below container */
}


#maincontent_subpage {
	width: 980px;

}
