@charset "utf-8";
/* CSS Document */

body{
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;

background-image:url(../images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
}

.contents_table{
background-color:#929292;
}

a{
color:#000000;
text-decoration:underline;
}

a:hover{
color:#000000;
text-decoration:none;
}

.footer_bg{
background-image:url(../images/footer_center.jpg);
background-position:top;
background-repeat:repeat-x;
}

.page_heading{
font-size:14px;
font-weight:bold;
text-align:left;
}

.sub_heading{
font-size:14px;
font-weight:bold;
color:#CCCCCC;
}

.separator_x{
border-top:#666666 solid 1px;
}

.separator_y{
border-left:#666666 solid 1px;
}

.bullets{
background-image:url(../images/bullet.gif);
background-position:0px 7px;
background-repeat:no-repeat;
padding-bottom:7px;
padding-left:20px;
}

.best_view{
font-size:11px;
color:#999999;
}

.bg_recent_projects{
background-color:#FFFFFF;
background-image:url(../images/text_recent_works.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
height:191px;

}