html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: arial;*font-size: 16px; color:#313131;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#01485d; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#20acd4;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 28px; font-weight:normal; color:#a68787; }
div.main { min-height: 100%; _height: 100%; width:998px; margin:0 auto; position:relative; padding: 15px 0;}
div.block{
    overflow: hidden;
    zoom:1;
    position: relative;
    width: 959px;
    margin: 0 auto;
    margin-left: 20px;
    background: url(../img/bodyBg.jpg) repeat-y;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:280px;
}
div.header .headerR{
	background: url(../img/headerR.jpg) no-repeat;
	position: absolute;
	top:0;
	right: 0;
	_right: -1px;
	width:384px;
	height: 274px;
}
div.header .headerL{
	background: url(../img/headerL.jpg) no-repeat;
	position: absolute;
	top:0;
	left: 0;
	width:575px;
	height: 269px;
}

.news{
	padding: 30px 0 30px;
	color:#000;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	zoom:1;
}
.news .l{
	padding-left: 37px;
	float: left;
	width: 505px;
}
.news .r{
	float: right;
	width: 320px;
	padding-right: 20px;
}

div.right{
	z-index: 2;
    position:relative;
    float: right;
    width: 338px;
}
div.menu{
    padding:15px 40px 40px 5px;
}

div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}
.category{
	font-size: 28px; 
	color:#a68787;
}

div.left{
	margin:0 425px 0 20px;
	z-index: 2;	
    position:relative;
}
div.content{}
div.content h1{
    padding-bottom:5px;
}

div.links{
	padding:10px 0;
}
div.image{
    position:relative;
    z-index:2;
    float:left;
    width:206px;
    height:206px;
    margin:10px 15px 8px 0;	 
    background: url(../img/imgBg.jpg) no-repeat;
}

div.image img{
	margin: 3px 0 0 3px;
}

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height:117px;
	overflow: hidden;
	zoom:1;
	position: relative;
	width: 959px;
	margin-left: 20px;
}
div.footer div.google{
	color:#000;
	padding:32px 0px 0 85px;
	z-index: 2;
	position: relative;
	float: left;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: right;
	padding: 33px 187px 0 0;
    font-size:18px;
    color:#000;
    z-index: 2;
    position: relative;
}

.footer .fL{
	position: absolute;
	top:0;
	left: 0;
	background: url(../img/footerL.jpg) no-repeat;
	width: 575px;
	height: 117px;
}

.footer .fR{
	position: absolute;
	top:0;
	right: 0;
	_right: -1px;
	background: url(../img/footerR.jpg) no-repeat;
	width: 384px;
	height: 111px;
}



