/* common divs & classes */

html, body, ul, ol, li, form,
fieldset, a div, img {margin:0; padding:0; border:0; 
}


#designcontainer {
	margin: 0 auto;
	width:802px;
	text-align: left;
	min-height: 100%;
	top:30px;
	position:relative;

}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 122px;

}

#header img {display: block;}

#navbar {
	text-align: left;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

#maincontainer {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	height: auto;
	width:802px;
	overflow:hidden;
	padding:5px;
	display: inline-block;/*reqd for IE6 hasLayout tripswitch, part 1 - fix to extend bg img all the way down */
    }

#homepage_col1 {
	background-color:#6D868A;
	width:490px;
	height:560px;
	float:left;
	display:inline; /* reqd to correct ie6 doubling left margin on left floated div see p170 of stylin with css*/
	padding: 5px;
	border: 2px solid #475B5c;
	margin-left:3px;

}

#homepage_col2 {
	background-color:#6D868A;
	width:265px;
	height:560px;
	float:left;
	padding: 5px;
	border: 2px solid #475B5c;
	margin-left:5px;
}

#homepagetext_col1 {
	margin-left:20px;
}

#homepagetext_col2 {
	margin-top:20px;
	margin-left:20px;
}


.clearfloats{clear:both;}

#footer {
	background-repeat: no-repeat;
	background-image: url(../images/footer.jpg);
	height: 81px;
}

#bottomnavbar {
	height:47px;
	z-index:1;
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;

}

#lamtha2logo {
	z-index:2;
	margin-left: 15px;
	margin-top: -20px;
}

/* divs & classes for subpages*/

#subpage_col1 {
	background-color:#6D868A;
	width:240px;
	height:auto;
	float:left;
	display:inline; /* reqd to correct ie6 doubling left margin on left floated div see p170 of stylin with css*/
	padding: 10px;
	border: 2px solid #475B5c;
	margin-left:3px;

}

#subpage_col2 {
	background-color:#FEFEE2;
	width:505px;
	height:auto;
	float:left;
	border: 2px solid #FEFEE2;
	margin-left:5px;
}


#subpagetextbox_col1 {
	background-color:#2B4D3F;
	border: 1px solid #FFFFFF;
	padding: 0px 10px;
}

#subpage_title_box {
	float: left;
	width: 515px;
	background:#D4E0CA;

}

#subpagecontent {
	margin: 0px 10px;
}