body {
	font-family:"Lucida Grande","Lucida Sans Serif",Helvetica,Verdana,Arial;
	margin:0;
}
#kommod_search {
    float:right;
    padding:0px;
    margin:30px 0px 0 0;
    width:142px;
    height:auto;
}
#kommod_search iframe {
    border:none;
    padding:0px;
    margin:0px;
    height:240px;
    width: 142px;
}
#kommod_qa {
    margin:20px 0px 0 2px;
    height:200px;
    width:300px;
}
#kommod_qa iframe {
    border:none;
    height:220px;
    width:350px;
}

#head {
	background: url(../img/wrapper_head_bg.png);	
	border-bottom:1px solid #9EBE1F;
	height:154px;
	margin:0 0 0 7px;
	padding:0 10px 0 0;
	text-align:right;
	width:530px;	
}

#head img {
	margin:125px 0 0 0;
}
	
img {
	border:0;
}

#wrapper {
	background: url(../img/wrapper_bg.png) repeat-y;
	margin: 0 auto 0 auto;
	width: 704px; /* 554+150 */
}

#menu ul {
	margin:0;
	padding:0 0 0 10px;
}

#menu li {
	float:left;
	font-size:12px;
	list-style:none;
	margin:0 2px 2px 2px;
}

#menu li a {
	background: #9EBE1F;
	color: #fff;	
	display:block;
	padding:2px;
	text-decoration:none;
}

#menu li a:hover {
	background:#C0DE48;
}

#content {
    float:left;
    width:530px;
	padding:10px 10px 0 10px;
}
	
#content h1 {
	color:#369DDE;
	font-family:"Georgia","Times New Roman",serif;
	font-weight:normal;
}

#content p, #content li, #content a {
	color:#808080;
	font-size:12px;
	text-decoration:none;
	line-height:1.6em;
}

#content a:hover {
	text-decoration:underline;
	color:#369DDE;
}

#foot {
	clear:both;
	color:#808080;
	font-size:9px;
	text-decoration:none;
	font-family:"Georgia","Times New Roman",serif;
	font-weight:normal;
	padding:20px 20px 10px 20px;
	background: url(../img/wrapper_bg_bottom.png) no-repeat;
	height:10px;
	margin:0;
}
#foot a {
        color:#369DDE;
}

