@charset "utf-8";
/* CSS Document */
body
{
background-image:url(../img/back_image.png);
background-repeat:repeat-x;
background-position:top;
padding:0px;
margin:0px;
}
h1,h2
{
color:#000000;
visibility:hidden;
font-family:Arial, Helvetica, sans-serif;
position:absolute;
}
#wrapper
{
width:727px;
height:700px;
background-image:url(../img/background.png);
background-position:top;
background-repeat:no-repeat;
margin:0px auto;
position:relative;
}
#header
{
width:716px;
height:199px;
position:relative;
background-image:url(../img/header.png);
background-position:top;
background-repeat:no-repeat;
padding:0px;
margin:0px 6px;
}
#menu
{
width:408px;
height:42px;
position:relative;
background-image:url(../img/menu.png);
bottom:0px;
float:right;
top:157px;
right:19px;
margin-bottom:0px;
}
#right_panel
{
width:410px;
height:446px;
background:url(../img/content_back.png) top no-repeat;
position:relative;
float:right;
right:19px;
top:0px;
}
#left_panel
{
width:294px;
height:397px;
position:relative;
background:url(../img/left.png) top no-repeat;
float:left;
top:0px;
left:6px;
}
.header_image
{
width:347px;
height:47px;
position:relative;
margin:5px 23px 0px 23px;
background:url(../img/header_about.png) top no-repeat;
}
.content
{
width:347px;
height:358px;
position:relative;
margin:auto 23px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:13px;
line-height:1.25em;
text-align:left;
}
.content_long
{
width:347px;
height:358px;
position:relative;
margin:auto 23px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:13px;
line-height:1.25em;
text-align:left;
overflow-x: hidden;
overflow-y: scroll; 
padding-right:10px;
}
.content_long a
{
color:#ffffff;
text-decoration:underline;
}
.content_long a:hover
{
color:#000000;
text-decoration:underline;
}
.content2
{
position:relative;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
line-height:1.25em;
text-align:left;
z-index:2;

}
#footer
{
width:727px;
height:50px;
position:relative;
bottom:0px;
float:right;
}
