html, body {height:100%;}

body {top:0; left:0; margin: 0px; padding: 0px; background:#CCCCCC;}

#main_container {
	background-color:#FFFFFF; 
	background-image:url('../images/shadow.gif'); 
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:780px;
	min-height:100%;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}

/* for Internet Explorer */
/*\*/
* html #main_container {
height: 100%;
}
/**/

.header_logo {padding:5px 10px 5px 10px; float:left;}
.header_img {float:right; margin-top:-5px;}

#topnav_container {clear:both; width:100%; height:25px; background-image:url('../images/navbar.gif');}
#topnav_item {float:left; height:25px; margin:5px 20px 0px 10px;}
#topnav_contact {clear:both; float:right; padding-right:5px; text-align:right;}

#content_container {clear:both; padding:15px 10px 48px 10px;}

#content_container_sub_right {float:right; width:250px; height:400px;}
#content_box_1 {width:240px; border:1px solid #DDDFEC; background-color:#FFFFFF; padding:5px;}
#content_box_2 {width:745px; border-top:1px solid #DDDFEC; padding:5px;}

.image_border {border:1px solid black;}

#footer {
	clear:both;
	background-image:url('../images/navbar.gif');
	width:780px; 
	height:25px; 
	position:absolute; 
	bottom:0;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:80%;
	padding-top:5px;
}