body
{
    margin: 0;
    padding:0;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
}
div.border{
	width:820px;
	text-align:center;
	height:500px;
	margin:0 auto;
}
div.top-border{
	width:820px;
	height:12px;
	background-image:url(../images/index_03.jpg);
}
div.content_border{
	width:820px;
	height:auto;
	background-image:url(../images/mid.jpg);
	background-repeat:repeat-y;
}
div.bottom-border{
	width:820px;
	height:12px;
	background-image:url(../images/index_58.jpg);
}
div#container
{
    margin:0 auto;
    padding:0;
    text-align:left;
    width:800px;
    height:auto;
   
}
div#topbanner
{  
    width:800px;
    height:252px;
    overflow:hidden;
    clear:both;
    
}
div#topnav
{
    width:800px;
    height: 84px;
    overflow:hidden;
    background-image:url(../images/header.gif);
    background-repeat:no-repeat;
}
div#banner
{
    width:800px;
    height:168px;
    background-position:-1px 0;
    background-image:url(../images/banner.jpg);
    background-repeat: no-repeat;
}
div#banner_what
{
    width:800px;
    height:168px;
    background-position:-1px 0;
    background-image:url(../images/banner_what.jpg);
    background-repeat: no-repeat;
}
div#banner_service
{
    width:800px;
    height:168px;
    background-position:-1px 0;
    background-image:url(../images/banner_service.jpg);
    background-repeat: no-repeat;
}
div#banner_team
{
    width:800px;
    height:168px;
    background-position:-1px 0;
    background-image:url(../images/banner_team.jpg);
    background-repeat: no-repeat;
}
div#banner_press
{
    width:800px;
    height:168px;
    background-position:-1px 0;
    background-image:url(../images/banner_press.jpg);
    background-repeat: no-repeat;
}
div#leftbar{
	width:132px;
	float:left;
}



div.leftbar_content_holder
{
    width:132px;
    text-align:left;
    margin:0 auto;
	font-size:9pt;
}
span.leftbar_text
{
    font-size:8pt;
    color:#6D6F71;
    clear:both;
    display:block;
    margin:5px 0px;
}
span.goto_link
{
    float:right;
    text-decoration:underline;
    color:#EF3E33;
    font-size:8pt;
}
div#footer
{
    width:800px;
    height:29px;
    background-image:url(../images/footer.jpg);
    clear:both;
    
}
div#content
{
    margin:30px 0 0 30px;
	padding:0 0 0 5px;
    width:635x;
	min-height:400px;
    float:left;
	/*border-left:solid 1px  #CCCCCC;*/
	
}
.button{
	cursor:pointer;
	border:0;
}
a:link{
	color:#6993dc;
}
a:hover{
}
a:visited{
}
a:active{
}