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

body {
 background-image:url('../images/bg.jpg');
 background-repeat:repeat-x;
 background-color:black; /* #DAD76C; */
 margin: 0 auto;
 padding: 0;
 border:0;
 font:10pt arial;
}

#wrapper_border {
 margin: 0 auto;
 width:925px;/*720px;*/
 background-color:transparent; /*yellow; /* This is the border-color */
 padding:0px; /* This is the border width */
}

#wrapper {
 background-image:url('../images/home_banner.jpg');
 background-repeat:no-repeat;
 width:925px;/*720px;*/
 margin: 0;
 padding: 0;
 background-color:transparent; /* pink ... This is the background-color (side_menubar will be this color) */
}

#wrapper_content {
 background-image:url('../images/content_banner.jpg');
 background-repeat:no-repeat;
 width:925px;/*720px;*/
 margin:0;
 padding:0;
 background-color:transparent; /* pink ... This is the background-color (side_menubar will be this color) */
}
#wrap {
/*margin:0 auto;*/
width:925px;/*700px;*/
background-color:black; /*green;*/
}

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

#content_2 {
float:left;
width:100%;
overflow-x:hidden;
background-color:transparent;
/*text-align:center;*/
margin:0 auto;
font:9pt arial;
}

#content_2b {
float:left;
width:100%;
overflow-x:hidden;
background-color:transparent;
/*margin-left:25px; */
/* text-align:center; */
font:9pt arial;
}

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

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

#FootText {
 color:white;
 font:9pt arial;
}

#FootText a {
 color:white;
 text-decoration:none;
}

#FootText a:hover {
 color:white;
 text-decoration:underline;
}

#MenuText a {
 text-decoration:none;
 border:none;
 margin-right:15px;
}

#MenuText img {
 text-decoration:none;
 border:none;
 height:16px;
}

a{
color:#36529A;
}
