* {margin:0;padding:0}
body {
background-color: #EDF8EA;
text-align:center;
min-height:600px;/* for good browsers*/
min-width:1000px;/* for good browsers*/
margin 0 auto;
}
#container {
text-align: center;
height: 600px;
}
#inner {
width: 1000px;
background:#fff;
height: 670px;
text-align: left;
margin-left:auto;
margin-top:50px;
margin-right:auto;
position:relative;
margin-bottom:30px;
z-index:99;

}

div#top_search
{
display:none;
width:1000px;
height:30px;
background:#51a121;
}
div#logo
{
display:none;
width:300px;
height:65px;
background:#fff;
float:left;
background:url('/templates/kwa/images/logo.jpg');
}
div#menu
{
display:none;
position:relative;
z-index:102;
width:700px;
height:65px;
background:#fff;
float:left;
}
div#header_banner
{
display:none;
position:relative;
z-index:0;
width:1000px;
height:180px;
background:#ccc;
clear:both;
background-image:url('/templates/kwa/images/top_banner1.jpg');
}
div#left_menu
{
display:none;
padding-top:58px;
top:-18px;
position:relative;
z-index:99;
height:340px;
width:135px;
float:left ;
text-align:right;
border-right:1px solid #ccc;
}
div#breadcrump
{
display:block;
width:570px;
height:20px;
margin-bottom:10px;
font-family:Helvetica;
font-weight:bold;
text-decoration:none;
color:#ccc;
font-size:11px;
position:relative;
}
div#breadcrump div#print
{
position:absolute;
background:url('/templates/kwa/images/print.jpg');
width:24px;
height:23px;
top:0px;
right:24px;
}
div#breadcrump div#mail
{
position:absolute;
background:url('/templates/kwa/images/mail.jpg');
width:24px;
height:23px;
top:0px;
right:0px;
}
div#content
{
display:block;
margin-left:20px;
padding-top:10px;
width:570px;
height:360px;
float:left;
background:#fff;;
}
div#right_menu
{
padding-top:20px;
display:none;
background:#ccc;;
position:relative;
z-index:99;
height:360px;
width:250px;
float:right;
}
div#footer
{
position:relative;
top:-18px;
width:1000px;
height:15px;
background:#51a121;
clear:both;
}