html, body {
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    min-width: 1000px;
}

#footer1 {
	width : 100%;
	height : 40px;
	border: 0px solid black;
	margin : 0px;
	}
#login_div {
	width: 200px; 
	height : 20px; 
	float : left;
	text-align: left;
	padding-top : 118px;
	padding-left : 50px;
	padding-right:10px;
}
#navigation {
	width : 335px;
	height : 25px;
    float: right;
	margin-top: 15px;
	text-align : right;
/*    margin-left: 300px;*/
    margin-right: 2px;
}
#banner {
	width: 990px;
	height: 139px;
}
#div_navi_main {
	float: left;
	width : 210px;
	min-height : 156px;
    /*height : 200px;*/	
	padding-left : 44px;
	border: 0px solid black;
	repeat: repeat-y;
}
#contentArea {
	padding-left: 290px;
	width :100%;
	float: left;
    border : 0px solid black;
}
#navi_under {
	width : 254px;
	height: 116px;
	float: left;
    border : 0px solid black;
}
#navi_all{
	clear: both;
	position:absolute;
	width : 255px;
	float: left;
    border : 0px solid black;
}      	
