body {
	background-color: #fff;
	padding:0;
	margin:0;
}
.bgcolor {
	background-image: url(../images/design/bg.gif);
	background-position: 0px 210px;
	background-repeat: repeat-x;
	background-color: #f1f1f1;
}
div#outerFrame {
	padding:0;
	margin:0;
}
div#innerFrame {
	padding:10px 0px 0px 0px;
	margin:0;
	width:990px;
	margin:0px auto;
}
div#topp { 
	background-image: url(../images/design/bg_topp.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height:200px;
	position:relative;
}
div#menu {
	background-color:#54587d;
	height:45px;
}

div#main {
	background-color:#fff;
}
div#widthLeft {
	float:left;
	width:250px;
	min-height:300px;
	border-right: dotted 1px #aaa;
}
div#widthArticle {
	margin-left:250px;
	margin-right:0px;
	min-height:300px;

}
div#left {
	padding:50px 10px 40px 20px;
}
div#article {
	padding:30px 25px 40px 25px;
}
div#clear {
	height:10px;
	clear:both;
}
.leftBox {
	margin:0px 0 50px 0;
}
div#box {
	margin:0px 0 50px 0;
}

div#kart {
	background-image:url('../images/design/kart.png');
	background-repeat:no-repeat;
	background-position:0px 30px;
	text-align: left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	font-size:11px;
	color:#000;
	line-height:16px;
}


div#searchField {
	position:absolute;
	top	:3px;
	right:10px; 
	width:300px;
	height:80px;
}


div#search {
	text-align:right;
	margin-top:15px;
	height:35px;
}





#scroll { 
	position:absolute; 
	top:-1; 
	bottom:-1px; 
	width:1em; 
	z-index:-1; 
} 



