/* General */
@import url(header.css);

@import url(footer.css);

@import url(scroller.css);

@import url(home.css);

/*html{overflow: -moz-scrollbars-vertical;}*/



a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

body
{
margin:0px;
background:#f5f0e3 url(../images/common/gradbg.jpg) repeat-x;
font:normal 12px Arial, Helvetica, sans-serif;
}
/* End of General*/

#section1
{
width:100%;float:left;
background:url(../images/common/header_bg.jpg) top center no-repeat;

}

#section2
{
background:url(../images/common/botom.jpg) repeat-x;
width:100%;
font:normal 10px Arial, Helvetica, sans-serif;
color:#998877;
padding:18px 0px;	float:left;

}

#design
{
width:961px;
margin:0 auto;
}

#body
{
width:961px;
margin:20px 0px;
}


