HTML, BODY {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
HTML, BODY, FORM {
margin: 0px;
padding: 0px;
}

#container1
{
	position:relative;
	min-width:750px;
        height: 100%;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 740 ? "750px" : "auto");
}
#top_header {
	position: absolute;
    display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 210px;
	background: url("images/top_bg.jpg") repeat-x;
	z-index: 1;
	clear: left;
}
#top_header_logo{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 531px;
	height: 91px;
	z-index: 1;
}
#top_header_logo2{
	position: absolute;
	margin-left: 0px;
	margin-top: 91px;
	width: 531px;
	height: 119px;
	background: url("images/logo2.jpg") left no-repeat;
	z-index: 1;
}
#nav_string{
	position: absolute;
	margin-left: 0px;
	margin-top: 210px;
	width: auto;
	height: 10px;
	z-index: 1;
}

#top_header_search{
	position: absolute;
    display: block;
	top: 0;
	left: 535;
	width: 270;
	height: 91;
	z-index: 1;
}

#all {
	height: 100%;
	position: relative;
}

#container {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 230px;
	margin-bottom: 130px;
	margin-left: 0px;
	z-index: 1;
}

#work_div {
	float: right;
	width: 79%;
	min-width: 450px;
	z-index: 1;
}
#menu_div {
	float: left;
	width: 20%;
	min-width: 200px;
	z-index: 1;
}
#clr {
	clear: both;
}

.block {
	border: 1px solid #e77817;
	width: 99%;
	margin-bottom: 5px;
	z-index: 1;
}

#block_head {
	height: 24px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url("images/block_head.jpg") repeat-x;
	text-align: center;
}

#bottom_footer {
	clear: left;
	//position: absolute;
	width: 100%;
	height: 103;
	bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: url("images/bottom_bg.jpg") repeat-x;
	z-index: 1;
}
#bottom_image {
	width: 796;
	height: 103;
	background: url("images/bottom_img.jpg") no-repeat;
	z-index: 1;
}