/* GENERAL FONT DEFINITION */

body {
    font-family: tahoma, Verdana, 'Dejavu Sans', sans;
    font-size: 11px;
    line-height: 170%;
    color: #000000;
    margin: 0;
    padding: 0;
   background:#ecf2ef url(media/body.jpg) fixed repeat-x bottom center; 
   
}

/* ID definitions */


#main {
    width: 900px;
    height: 100%;
    min-height: 100%;
    *border: 1px solid #999999;
    border-top-width: 0;
    border-bottom-width: 0;
    margin: 0 auto;
}

#mainHeader {
    height: 154px;
    background: #ecf2ef url(media/header.jpg) repeat-x top left;
}

#headerImage {
    margin-top: 5px;
    float: Left;
    width: 80px;
    height: 80px;
    background: url(media/logo.png) no-repeat top left;
    margin-left: 10px;
}

#libraryName {
    float: left;
    padding-top: 17px;
    font-size: 23px;
    font-weight: bold;
    margin-left: 10px;
}

#librarySubName {
    margin-top: 7px;
    font-size: 80%;
}

#sidepan {
   
    *width: 180px;
	padding-left: 12.5px;
	*background: #ffffff url(media/bgkiri.jpg) no-repeat ;
background: #ce7d50 no-repeat ;
border-radius: 0px 0px 0px 80px;
	*height: 1400px;
}

#sidepan .heading {
    font-weight: bold;
    padding-top: 1px;
    padding-left: 37px;
    height: 20px;
    color: #FFFFFF;
    background:none;
}

#sidepan form,p {
    margin: 7px;
    margin-bottom: 10px;
}

#headerInfo {
    padding: 1px;
}

#mainContent {
    background: #ffffff;
    width: 700px;
	padding-top: 30px;
	padding-left: 20px;

}

#mainContent p,h3 {
    margin: 1px;
}

#mainMenu {
    height: 5px;
    text-align: center;
    *background: #000000 url(media/bar_fill.png) repeat-x top left;
}

#menuList {
    display: inline;
    padding: 15px;
    margin: 0;
    list-style: none;
    
}

#menuList li {
    display: inline;
    margin: 5px;
    padding: 0;
    padding-left: 21px;
    padding-top: 3px;
    background: url(media/menu_img.png) no-repeat left;
}

#menuList .menu,.menu:hover {
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

#menuList .menu:hover {
color: #56f032;
text-decoration: none;    

}

#infoBox {
    margin: 3px;
    *border: 1px #999999 solid;
    padding: 1px;
    padding-left: 20px;
    min-height: 30px;
    background: url(media/infobox_img.png) no-repeat -5px -5px;
}

#advSearchForm input,select {
    margin-top: 2px;
    margin-bottom: 2px;
}

#loginForm {
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 105px;
    background: url(media/login_bg.png) top left no-repeat;
    width: 400px;
    height: 300px;
    text-align: center;
}

#loginButton, #homeButton {
    font-size: 12px;
    border: 1px #003380 solid;
    background-image: url(media/gradien_short.jpg);
    background-position: bottom left;
}

#homeButton {
    color: #003380;
}

/* Member Login related style */

#memberLogin {
    background: #CCCCCC;
    border: 1px solid #666;
}

#memberLogin legend {
    font-size: 17px;
    font-weight: bold;
}

#memberLogin .fieldLabel {
    font-weight: bold;
}

#memberLogin input[type=text] {
    width: 90%;
}

#memberLogin input[type=password] {
    width: 90%;
}

#memberLogin .loginInfo {
    font-style: italic;
}

#memberLoginInfo {
    text-align: right;
    margin: 3px;
    padding: 3px;
    border-bottom: 1px solid #999;
}

#memberLogout {
    color: #FF0000;
    font-weight: bold;
}

.errorBox {
    margin: 3px;
    padding: 3px;
    color: #f00;
    border: 1px solid #f00;
}

/* tags spesific style */

input,textarea,select {
    border: 1px #727272 solid;
    font-size: 12px;
}

input:hover,textarea:hover,select:hover {
    border: 1px #444444 solid;
}

h3 {
    height: 30px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(media/section_heading.png) no-repeat bottom left;
    border-bottom: 1px solid #999999;
}

a,a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
text-decoration: none;
}

a:hover {
    color: #ff000c;
text-decoration: none;
}

/* classes definition */

.detailLink, .xmlDetailLink {
    padding: 1px;
    border: 1px solid #999999;
    text-decoration: none;
    background-color: #c8ccc7;
}

.xmlDetailLink {
    background-color: #FF9900;
}

.xmlResultLink {
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #003380;
    text-decoration: none;
    color: #FFFFFF;
}

.item {
    min-height: 60px;
    text-align: left;
    margin: 20px;
    margin-bottom: 10px;
    
    padding-top: 10px;
    padding-bottom:10px;
    padding-left: 110px;
    background: url(media/image.png) top left no-repeat;
}

.item a,a:hover {
    font-size: 12px;
    font-weight: bold;
}

.item a:hover {
    text-decoration: none;
    color: #07682e;
}

.item .detailLink {
    font-size: 10px;
}

.item .xmlDetailLink {
    font-size: 10px;
    background-color: #FF9900;
}

.subItem {
    margin-top: 3px;
}

.marginTop {
    margin-top: 5px;
}

.border {
    *border-width: 1px;
    *border-style: solid;
    *border-color: #999999;
}

.margined {
    margin: 3px;
}

.tblHead {
    background-color: #ffffff;
    font-weight: bold;
}

.tblContent {
    background-color: #ffffff;
    border-bottom: 1px solid #CCCCCC;
}

/* htdig's specific */
em a {
    font-size: 11px;
}

em a:hover {
    font-size: 11px;
}

font {
    font-size: 11px;
}

<title>911</title>