@import url(stylewrapper.php?file=document.css&selector=.html_document);
@import  url(explicite.css);

body
{
text-align: center;
margin:0px 0px 0px 0px;
font-family: Trebuchet MS, Verdana, Arial, Tahoma;
}

img
{
border: 0px none;
}

a
{
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

/************************************/

div#container_outer
{
margin:auto;
width:810px;
height: 630px;

position: absolute;
margin-top:-330px;
margin-left:-405px;
top:53%;
left:50%;
}

#container_outer_dummy
{
width:810px;
height: 630px;
margin:auto;
}


div#container_inner
{
width:760px;
height: 600px;
margin:auto;
text-align: left;
}

div#container_head_1
{
width:760px;
height:113px;/*98+15*/
position:relative;
}

#head_logo
{
position:absolute;
top:20px;
right:0px;
}

#container_body
{
height:500px;
width:760px;
position: relative;
}


#document_window
{
top:0px;
left:0px;/*CAN BE CHANGED IN HTML DOCUMENT*/
margin-left:10px;
margin-top:10px;
position:absolute;
}

#pane_center
{
/*
float:left;
*/
text-align: left;
width:453px;
height:412px;
background: url(../img/docbg_0.png);
* background: transparent;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/docbg_0.png', sizingMethod='scale');

}

#pane_center_relative
{
position: relative;
width:423px;
height: 398px; /* 402-4 */
border-bottom: 4px solid;
border-right: 20px solid;
}


#pane_center_view
{
overflow: hidden;
top:10px;
left:10px;
width:403px;
height: 382px;
position: relative;

}

#side_box
{
position: absolute;
/*width:324px;
height:510px;*/
top:2px;
left:0px;
}

/*****************************/

#container_footer
{
font-family: Tahoma, Trebuchet MS, Verdana, Arial;
position: absolute;
top:480px;
left:0px;
font-size: 10px;
text-align: center;
width:760px;
margin:0px auto;
}

#container_footer a
{
text-decoration: underline;
font-weight: bold;
}

#container_footer a:hover
{
text-decoration: none;
}

/*****************************/

#dcfix_ul, #dcfix_ur
{
position: absolute;
width:10px;
height:10px;
top:0px;
overflow: hidden;
}

#dcfix_ul {left:0px;background-position: top left;}
#dcfix_ur {right:0px;background-position: top right;}

#pane_center.pane_cente_gallery h1{ margin:0px 0px 15px 0px;}

/*****************************/

.html_document
{
background: transparent !important;
}

.clear
{
clear: both;
}

