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

body
{
margin:0;
padding:0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(../images/bg_body.jpg);
background-repeat:repeat;
color:#F7E4C0;
}

#perim
{
width:100%;
height:auto;
}

#header
{
width:755px;
height:34px;
background-image:url(../images/bg_nav_top.jpg);
background-repeat:repeat-x;
font-size:12px;
color:#FFF;
font-weight:normal;
text-align:right;
}


#banner1
{
width:755px;
height:62px;
}
#banner1a
{
float:left;
width:262px;
height:62px;
background-image:url(../images/bg_top1a.jpg);
background-repeat:no-repeat;
}
#banner1b
{
float:left;
width:458px;
height:52px;
background-image: url(../images/bg_top1b.jpg);
background-repeat:no-repeat;
font-size:12px;
color:#DFC065;
text-align:right;
padding-top:10px;
padding-right:35px;
}

#banner2
{
width:755px;
height:161px;
background-image: url(../images/bg_top2.jpg);
background-repeat:no-repeat;
}

#banner2a
{
float:left;
width:261px;
height:275px;
}
#banner2b
{
float:left;
width:494px;
height:275px;
background-image:url(../images/bg_top2b.jpg);
background-repeat:no-repeat;
}



#left_contain
{
width:755px;
}

#container
{
width:755px;
margin-left:auto;
margin-right:auto;
height:auto;
background-image:url(../images/bg_body.jpg);
background-repeat:repeat;
}

#nav
{
width:755px;
height:76px;

}

#content
{
float:left;
width:524px;
height:auto;
}

#content_left
{
float:left;
width:230px;
height:auto;
}

#content_right
{
float:left;
width:455px;
height:auto;
}


#portfolio_box
{
clear:left;
}


#portfolio_heading
{
width:695px;
padding-left:20px;
}

.box
{
float:left;
width:310px;
height:172px;
background-image:url(../images/bg_box.jpg);
background-repeat:no-repeat;
padding:20px 20px 0 20px;
}

#left
{
float:left;
height:auto;
width:207px;
background-image:url(../images/bg_nav_left.jpg);
background-repeat:no-repeat;
}

#right
{
float:left;
height:auto;
width:543px;
}


#footer
{
/*clear:left;*/
width:750px;
height:70px; 
margin-left:auto;
margin-right:auto;
color:#CCDB8A;
font-size:11px;
background-image: url(../images/bg_footer.jpg);
background-repeat: no-repeat;
background-position:bottom;
}
#footer a
{
color:#CCDB8A;
text-decoration:none;
}
#footer a:hover
{
color:#CCDB8A;
text-decoration:underline;
}


#footer_box1
{
float:left;
width:427px;
padding-left:40px;
margin-top:20px;
}
#footer_box2
{
float:left;
width:244px;
margin-top:20px;
text-align:right;
}

.clearit
{
height:0;
width:0;
margin:0;
padding:0;
clear:left;
}

#collapse
{
color:#000000;
}

.title2
{
font-size:14px;
font-weight:bold;
}

