form
{	display:inline;}
p
{
	margin:0;
	padding:0;
}
body
{
   font-size:12px;
   font-family:Trebuchet MS;
   margin:0;
   padding:0 0 20px 0;
   color:#7b7b7b;
   border:0px solid black;
   background:url('/img/bg.jpg');

}
a
{
}
/*///////////////////////////////////////////////////////header*/
div#header
{
   margin:0px auto 0 auto;
   width: 860px;
   border:0px solid black;
   position:relative;
	color:#ffffff;
	height:82px;
	overflow:hidden;
	background:url(/materials/titles/header_bg.jpg)
   /*padding-right:0px;*/
	         
}
div#headerTitle
{
   float:left;
}

img#logo
{   float:left;
   margin-right:20px;
   margin-bottom:10px;
	border:0px solid red;
}
/*//////////////////////////////////////////////menuLine*/
div#menuLine
{    height:31px;
    background: url(/img/menu_bg.jpg) ;
    border:0px solid black;
    text-align: center;
    vertical-align:bottom;
    /*min-width:860px;*/
    width:860px;
	margin:0 auto;
}
div#menuFix
{
	width:830px;
	margin:0 auto;
	padding:6px 0 0 30px;
	border:0px solid red;
	text-align:left;
}
a.menuLine:link,
a.menuLine:active,
a.menuLine:visited
{    color:white;
    font-size:14px;
    text-decoration:none;
	font-weight:0.1;
	float:left;
}
a.menuLine:hover
{    color:black;
}
span.menuLine
{
    color:black;
    font-size:14px;
    text-decoration:none;
	float:left;
}

/*////////////////////////////////////////////////content*/
div#content
{
   width:830px;
   margin: 0 auto;
   border:0px solid black;
   position:relative;
   padding:0 0 14px 30px;
   background:#f4eece;
   
}
/*////////////////////////////////////////////////content*/
div#footer
{
    height:134px;
    background:url('/img/footer_bg.jpg');
    width:828px;
	margin:0 auto 0px auto;
	padding:0 0 0 32px;
}
a.footerItem:link,
a.footerItem:active,
a.footerItem:visited,
a.footerItem:hover
{
	height:80px;
	padding: 15px 13px 0 0;
	overflow:hidden;
	float:left;
	width:255px;
	color:#ffffff;
	font-size:14px;	
	display:block;
	text-decoration:none;
}
div.footerSeparator
{
    width:255px;
	height:2px;
	margin-top:3px;
    border:0px solid black;
	background: url(/img/footer_separator.png);
	font-size:1px;
}
div.footerTitle
{
	color:#7b7b7b;
	font-size:12px;	
}



.pngfix {
    behavior: url("/iepngfix.htc");

