@charset "utf-8";
/* CSS Document */

#doc3
{
 font-family:Arial, MS Sans Serif, Verdana, Helvetica;
 font-size: 12px;
 color:#ffffff;
 background-color: #005c86;
}
a:link {
	color: #ffffff;
    text-decoration: underline;
}
a:visited {
	color: #ffffff;
    text-decoration: underline;
}
a:hover {
	color: #ffffff;
    text-decoration: underline;
}
a:active {
	color: #ffffff;
    text-decoration: underline;
}

#header
{
	width:950px;
	height:75px;
    *text-align: left;
}
#footer
{
	width:950px;
	height:50px;
    color: #ffffff;
    text-align: center;
}
.contentRight{
  width: 781px;
  float: left;

}
.contentLeft{
  width: 169px;
  float: left;
  position: absolute;
  background-color: #4cba39;
  height: 500px;

}

.lineLeft
{
background: url(../eng/images/line_left.jpg);
width: 475px;
height: 5px;
}
.lineRight
{
background: url(../eng/images/line_right.jpg);
width: 475px;
height: 5px;
}


