body{
    background: url(../background/bckg.png) repeat-x bottom;
    padding:0;
    margin:0;
    font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size:14px;
    color:#333333;
}
a, a:link, a:visited, a:active, a:hover{
    color:#e73818;
}
a:hover{
    text-decoration:none;    
}
#div{
    display:block;
}

#page{
    background:url(../background/page.png) no-repeat bottom left;
    padding:0;
    margin:0;
    
}
#header{
    padding:10px 0 0 100px;
    height:175px!important;
    height:185px;
    background:url(../background/header.jpg) repeat-x left top;
    margin:0;
}

#header img{
    border:none;
    margin:0;
    padding:0;
}
#navigation{
    height:28px;
    padding:0 0 0 150px;
    background:url(../background/navigation.gif) repeat-x;
    margin:0;
}
#main{
    background:url(../background/blue_line.gif) repeat-x top;
    padding:0 0 0 253px;
    margin:0;
}
#content{
    background:url(../background/coin.png) no-repeat left top;
    min-height:400px;
    height:inherit!important;
    height:400px;
    width:575px!important;
    width:650px;
    padding:25px 25px 20px 50px;
    margin:0;
    
}

#content .text{
    padding:10px 0 0 0;
    margin:0;
    text-align:justify;
    
}

#solution{
    background:url(../background/line.png) no-repeat top right;
    width:620px!important;
    width:625px;
    font-size:10px;
    text-align:right;
    padding:10px 5px 50px 0;
    margin:0;
}

h1{
    background:url(../background/hier.gif) no-repeat left;
    height:40px;
    margin:0;
    font-size:24px;
    font-variant:small-caps;
    font-weight:normal;
    color:#000000;
    padding:0 0 0 12px;
}
h1:first-letter{
    color:#e78318;
    font-size:30px;
}



.style1 {
	color: green;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-weight : bolder;
	font-size: 16px;
}
.style2 {
	color: red;
  background-color: #dddddd;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-weight : bolder;
	font-size: 18px;
}
