* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

html {
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}

#outerwrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#wrapper {
	float: left;
	width: 900px;    
	background: url(../images/layout/bg_wrapper.gif) 0 0 repeat-y;
}

* html #wrapper {
	height: 100%;
}

#top {
	float: left;
	height: 36px;
	width: 900px;
	background: url(../images/layout/bg_top.gif) 0 0 no-repeat;
}

#topnavi {
	float: left;
	height: 66px;
	width: 700px;
	padding: 0 0 0 200px;
	background: url(../images/layout/bg_topnavi.gif) 0 0 no-repeat;
}

#header {
	float: left;
	height: 138px;
	width: 837px;
	padding: 0 0 0 63px;
	background: url(../images/layout/bg_header.gif) 0 0 no-repeat;
}

#navileft {
	float: left;
	width: 200px;
	padding: 20px 0 0 0;
}


#content {
	float: left;
	width: 484px;
	padding: 19px 8px 20px 8px;
}

#right {
	float: left;
	width: 199px;
	padding: 36px 1px 0 0;
	background: url(../images/layout/bg_right.gif) 0 0 no-repeat;
}


#clearall {
	clear: both;
	float: none;
	line-height: 1px;
	font-size: 1px;
}

#footer {
	float:left;
	height: 55px;
	width: 690px;
	padding: 5px 0 0 210px;
	font-size: 9px;
	line-height: 11px;
	color: #818181;
	background: url(../images/layout/bg_footer.gif) 0 0 repeat-y ;
}

/*
#footer {
	position: relative;
	clear: both;
	left: 50%;
	margin-left: -450px;
	bottom: 0;
	height: 46px;
	margin-top: -51px;
	width: 900px;
	padding: 5px 0 0 210px;
	font-size: 9px;
	line-height: 11px;
	color: #818181;
	background: url(../images/layout/bg_footer.gif) 0 0 repeat-y;
}
*/

#logodummy {
	float: none;
	clear:both;
	position: absolute;
	top: 124px;
	width: 17px;
	height: 103px;
	left: 50%;
	margin-left: 450px;
	background: url(../images/layout/logodummy.gif) 0 0 no-repeat;	
}
