html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';font-size: 12px; background:#fff url("../img/body_bg.jpg") repeat-x;}
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;
}
p{padding-bottom: 15px;}
a { outline: none; -moz-outline: 0; border: none; border-width:0; }
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{padding:0 0 15px 10px; font-size: 24px; font-family:arial, sans-serif; font-weight:normal; color:#306e91;}
div.main {width: 100%; min-height: 100%; _height: 100%; min-width:1195px; width:expression(document.body.clientWidth < 1195+2? "1195px": "auto" );}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.left{
	float: left;
	width: 340px;
    background:url("../img/menu.jpg") no-repeat;
    position:relative;
    top:-131px;
    z-index:100;
}
ul.menu{
    margin:15px 0 0 50px;
    font-size:12px;
    font-family:arial, sans-serif;
	height: 440px;
}
ul.menu li{
    padding-bottom:7px;
}
ul.menu a{
    color:#306e91;
}
ul.menu a:hover{
    color:#a4c3fd;
}
div.right{
    margin-left:360px;
}
div.header{
    background:url("../img/header.jpg");
    width:1195px;
    height:544px;
    z-index:1;
    margin:0 auto;
}
div.content{
    margin-right:100px;
    clear:right;
    position:relative;
    overflow:hidden;
    zoom:1;
    background:url("../img/content.jpg") 0px 20px  no-repeat;
}
div.image{
    float:left;
    width:200px;
    height:203px;
    margin:0 40px 30px 30px;
    display:inline;
}
div.content p{
    color:#141313;
    font-family:arial, sans-serif;
}
div.google{
    margin-top:25px;
}
div.footer{
    background:url("../img/footer.jpg") 90px 0 no-repeat;
    padding:67px 0 0 180px;
    font-size:18px;
    color:#306e91;
}