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

body {
background-image:url('images/client_02.png');
background-repeat:repeat-x;
background-color:#000000
}

div#top {
background-image:url('images/client_05.png');
width:875px;
background-repeat:no-repeat;
height:196px;
margin-top:50px
}

div#menu {
background:url('inherit');
width:255px;
float:right;
padding-top:14px
}

div#content {
background:url('inherit');
padding-bottom:25px;
width:885px;
text-align:left
}

div#c1 {
background:url('inherit');
width:291px;
border-right:1px dotted #959595;
text-align:left;
float:left
}

div#c2 {
background:url('inherit');
width:282px;
border-right:1px dotted #959595;
text-align:left;
padding-left:10px;
float:left
}

div#c3 {
background:url('inherit');
width:280px;
padding-left:10px;
text-align:left;
float:left
}

div#c {
background:url('inherit');
width:875px;
border-bottom:1px dotted #959595;
text-align:left;
padding-bottom:15px
}

div#footer {
width:523px;
height:150px;
text-align:center;
}

div#footer_text {
background:url('inherit');
text-align:center
}

.style1 {
font-family: Arial;
font-size: 12px;
color: #FFFFFF;
}

.style2 {
font-family: Arial;
font-size: 14px;
color: #959595
}

.style3 {
font-family: Arial;
font-size: 10px;
color: #959595;
}

A:link {
color: #FFFFFF;
text-decoration: none
}

A:visited {
color: #FFFFFF;
text-decoration: none
}

A:active {
color: #FFFFFF;
text-decoration: none
}

A:hover {
color: #FFFFFF;
text-decoration:underline;
}