@charset "UTF-8";
/* CSS Document */

body 
{ 
text-align:center;

background-color:#F2F2F2;
padding:15px 0px;
}
#pagecontainer 
{ 
text-align: left; 
margin:0 auto;  

width: 1124px; 
position: relative;
background-image:url(../../../images/stories/layout/bg_mainpages.png);
background-position:center 5px;
background-repeat:no-repeat;
}

#contentbox 
{ 
margin: 0 auto; 

width: 1044px;  
height: 700px; 
position: relative;
background-image:url(../../../images/stories/layout/fg_mainpages.png);
background-position:right 5px;
background-repeat:no-repeat;
}

#pagecontent
{
float:left;
display:block;
width:100%;
position: relative;
}
div#header
{
height:55px;
}
div#maincontent
{
margin-top:-10px;
height:580px;
}
div#footer
{
height:55px; 
}


.left
{
width:50%;
float:left;
}
.right
{
margin:0px;
width:50%;
float:right;
}


#leftcontent 
{ 
float:left; 
margin-left:-120px; 
width: 120px; 
height: 685px; 
position: relative; 
overflow: hidden;
}
#rightcontent { 
float:right; 
margin-right:-110px; 
width: 110px; 
height: 685px; 
position: relative; 
overflow: hidden; 
}
#leftslide 
{ 
width: 100%; 
height: 100%; 
position: absolute; 
top:0px; 
left:50px;	
background-image:url(../../../images/stories/layout/bg_leftmenu.png);
background-position:left 40px;
background-repeat:no-repeat;
}
#rightslide 
{ 
width: 100%; 
height: 100%; 
position: absolute; 
top:0px; 
right:70px;	
background-image:url(../../../images/stories/layout/bg_rightmenu.png);
background-position:right 20px;
background-repeat:no-repeat;
}

div#header div.left,
div#header div.right
{
position:relative;
}
div#footer div.left,
div#footer div.right
{
position:relative;
}