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

body {
 background-image:url('../images/new_bg.gif');
 background-repeat:repeat-x;
 background-color:#316294;/*#6b8ca5;*/
 padding: 0;
 border:0;
 /* font:10pt arial; */
}

#wrapper_border {
 margin: 10px auto;
 /* margin:10px; */
 width:940px;/*750px;*/
 background-color:transparent; /* This is the border-color */
 padding:1px; /* This is the border width */
}

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

#wrap {
margin:0 auto;
width:940px;/*700px;*/
background-color:white;/*green;*/
}

#content_1 {
float:left;
background-color:yellow;
width:58%;
padding:5px;
}

#content_2 {
float:left;
width:75%;
padding:10px;
overflow-x:hidden;
background-color:yellow;
}

#content_2b {
float:left;
width:100%;
padding:10px;
overflow-x:hidden;
background-color:white;
font:10pt arial;
}

#content_2c {
float:left;
width:100%;
padding:10px;
overflow-x:hidden;
background-color:white;
}

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

#foil_wrapper_content {
float:left;
width:100%;
height:100%;
background-color:white;/*green;*/
overflow-x:hidden;
}