html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

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;
}
body{font-family: 'Tahoma', 'Arial';*font-size:16px; }
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 50px; font-size: 24px; font-family:arial, sans-serif; font-weight:normal; color:#306e91;}
div.main {width:100%;min-height: 100%; _height: 100%; min-width:1024px; width:expression(document.body.clientWidth < 1024+2? "1024px": "auto" );}
div.block{
	margin:0 20px;
 	position: relative;
    overflow:hidden;
    zoom:1;
}
div.header{
    padding-top:30px;
    background:url("../img/header.jpg") 85% 30px no-repeat;
    height:150px;
}
ul.menu{
    min-height:425px;
	_height:425px;
    background:url("../img/menu.jpg") 0 0 no-repeat;
    margin:15px 0 0 10px;
    font-size:28px;
    font-family:arial, sans-serif;
    padding:0 0 30px 350px;
    overflow:hidden;
    *overflow:visible;
    zoom:1;
}
ul.menu li{
    float:left;
    white-space:nowrap;
    padding:7px 10px 0 0;
}
ul.menu a{
    color:#306e91;
}
ul.menu a:hover{
    color:#a4c3fd;
}
div.content{
    padding:0 25px 20px 25px;
    clear:right;
    position:relative;
    overflow:hidden;
    zoom:1;
	float:none;
	clear:both;
}
div.image{
    float:right;
    width:200px;
    height:200px;
    margin:0 0 20px 20px;
    display:inline;
}
div.content p{
    color:#141313;
    font-family:arial, sans-serif;
    padding-right:15px;
    font-size:20px;
}
div.google{
    margin:10px 0 10px 50px;
}
div.google input{
    margin:0 3px;
}
div.footer{
    background:url("../img/footer.jpg") 90px 0 no-repeat;
    padding:15px 0 22px 280px;
    font-size:18px;
    color:#306e91;
}