/* CSS Document */

*{margin:0; padding:0;}
body{
	background:url(http://portege/bbi/img/layout/bg_fullbody.gif) repeat-y center; 
	background-color:#FEF0DE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*img{
	border:0;
}*/
h1, h2, h3{margin-bottom:10px;}
p{margin-bottom:1em;}
#container{
	width:754px; 
	/*background:#FEF0DE; 
	background:#FFFFFF;*/
	text-align:left;
}
ul, ol {margin-bottom:2em;}
ul li, ol li{list-style-position:inside;}

#header{
	background:url(http://portege/bbi/img/layout/header.gif) no-repeat;
	width:754px;
	height:107px;
}
#header-in{
	text-align:right;
	line-height:18px;
	padding: 20px 10px 0 0;
	display:none;
}
#header a{text-decoration:none; color:#000000;}
#header a:hover{text-decoration:underline; color:#000000;}

#main{
	
	width:754px;
	padding-bottom:60px;
	z-index:0;
}
/*#main img{
	position:absolute;
}*/

.inside{
	padding:5px 12px 5px 12px;
}

#footer{
	background:#FEF0DE;
	position:fixed;
	bottom:0;
	z-index:1;
}
#footer-in{
	background:url(http://portege/bbi/img/layout/footer_in.gif) repeat-x; 
	float:left; 
	width:734px; 
	height:56px;
	padding-top:1px;
	text-align:center;
}
#footer-left{
	background:url(http://portege/bbi/img/layout/footer_left.gif) no-repeat; 
	float:left; 
	width:10px; 
	height:56px;
}
#footer-right{
	background:url(http://portege/bbi/img/layout/footer_right.gif) no-repeat; 
	float:right; 
	width:10px; 
	height:56px;
}
.clear{clear:both;}
.small-font{font-size:10px;}