html, body{height: 100%;} 

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana,Arial;
	text-align: left;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 170%;
	background-image: url(background.gif);
	background-repeat: repeat-x;
}

a{
	font-family: Verdana,Arial;
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

div{	font-family: Verdana,Arial; border:0px solid black;}

form{	font-family: Verdana,Arial; margin:0px;padding:0px;}

#maindiv{
	margin: auto auto;
	margin-top:40px;
	padding: 0px;
	position: relative;
	width: 1000px;
	height: 688px;
}

#headbar{
	margin:   0px;
	padding:  0px;
	position: relative;
	width:  1000px;
	height: 214px;
}

#headbar a{	font-weight: bold;}

#bodydiv{
	position: relative;
	z-index: 1px;
	border: 0px solid yellow;
	margin:  0px;
	padding: 0px;
	width:1000px;
	height:446px;
	background-color: #fcfcfc;
	background-image: url(bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
overflow:hidden;
}

#lside{
	margin:  0px;
	padding: 0px;
/* 	padding-top:  35px; */
	position: relative;
	float:  left;
	width: 267px;
	height:411px;/*446*/
}

/* html>body #lside{height: 411px;} */

#rside{
	margin:  0px;
	padding: 0px;
/* 	padding-top:48px; */
	float:  left;
	width: 733px;
	height:398px;/*446*/
}

/* html>body #rside{height: 398px;} */


#footer{
	margin:   0px;
	padding:  0px;
	position: relative;
	width: 1000px;
	height:  27px;
	background-image: url(bg_foot.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#shwfoot{
	border: 0px solid fuchsia;
	margin:   0px;
	padding:  0px;
	width: 1000px;
	height:  13px;
	background-image: url(footer_shadow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#rshadow{
	margin:0px;
	padding: 0px;
	position: absolute;
	width: 10px;
	height: 728px;
	top: 0px;
	right: -10px;
	background-image: url(shadow.gif);
	background-repeat: no-repeat;
}

.clboth{clear: both;overflow:hidden;height:0px;}
