html {
 margin: 0;
 border: 0;
 padding: 0;
}

body {
/* background-image:url('../images/leftside.jpg'); */
background-repeat:no-repeat;
background-color:#00467f;
 margin: 0;
 padding: 0;
 border:0;
 font:10pt arial;
}

hr {
text-align:left;
margin-left:0;
height:2px;
width:620px;
border-width:0px;
color:#c1c1c2;
background-color:#c1c1c2;
}

.hrfooter {
margin:0 auto;
width:500px;
}

#wrapper_border {
 margin: 0 auto;
 width:1056px;
 background-color:#00467f; /* This is the border-color */
 padding:0px; /* This is the border width */
}

#wrapper {
 width:701px; /* 766 */
 background-color:transparent; /* This is the background-color (side_menubar will be this color) */
}

#wrap {
margin:0 auto;
width:701px;
background-color:transparent;
}

#content_1 {
float:left;
background-color:transparent;
width:100%;
padding:0px;
}

#content_2 {
float:left;
overflow-x:hidden;
/* border:1px solid gray; */
padding-left:20px;
padding-right:20px;
width:618px;
height:390px;
overflow-y:hidden; 
}

#paper_wrapper_content {
width:100%;
background-color:pink;
}

#foil_wrapper_content {
float:left;
width:100%;
height:100%;
background-color:transparent;
overflow-x:hidden;
}

#idDotMarker {
 z-index:1; 
 position:relative; 
 top:-8px; 
 left:2px; 
 cursor:pointer;
}