/* common divs & classes for 2 column page */

html, body, ul, ol, li, form,
fieldset, a div, img {margin:0; padding:0; border:0; 
}

#designcontainer {
	width: 760px;
	margin: 0 auto;
	top:10px;
	position:relative;

}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 111px;

}

#topnavbar {
	text-align: left;
	background-color: #ffffff;
	height: 25px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}



#maincontainer {
	background-image: url(../images/mainbackground.gif);
	background-repeat: repeat-y;
	overflow: auto;
	display: inline-block;/*reqd for IE6 Layout tripswitch, part 1 - fix to extend bg img all the way dow*/
    }

#maincontainer {
    display: block; /*reqd for IE6 tripswitch part 2, restoring sanity - fix to extend bg img all the way down*/
    }


#footer {
	background-repeat: no-repeat;
	background-image: url(../images/footer.gif);
	height: 74px;

}

#bottomnavbar {		/* includes copyright text */
	height:47px;
	text-align: center;
	padding-top: 20px;

}

#lamtha2logo {
	margin-left: 15px;
	margin-top: -40px;
}

/* addtl divs & classes for 2 column pages */

#maincontent_lhsidebar {
	float: right;
	width:508px;
}

#lhsidebar {
	width:200px;
	float: left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#maincontent_rhsidebar {
	float: left;
	width:516px;
}

#maincontent_rhsidebar P {
    margin-top: 0; /* removes gap above main image in Firefox*/
    }

#rhsidebar {
	width:200px;
	float: right;
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}



/* 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: 760px;

}
