html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px;}
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;}
p{padding-bottom: 15px;}
a { color:#913030; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#e34747;}
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-family:arial, sans-serif; font-weight:normal; color:#fd6e6e; }
div.main {min-height: 100%; _height: 100%; width:998px; margin:0 auto;}
div.block{
    width:904px;
    margin:0 auto;
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.header{
    overflow:hidden;
    zoom:1;
    height:565px;
    margin-bottom:20px;
}
div.header .headerImg{
    background:url("../img/header.jpg") no-repeat;
    width:902px;
    height:561px;
}

div.left{
    background:url("../img/menuBg.jpg") no-repeat;
    float:left;
	width:243px;
    min-height: 566px;
    height: auto;
    _height: 566px;
    position:relative;
}
div.menu ul{
    margin:93px 0 0 30px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.right{
    margin-left:270px;
}
div.content{
    z-index:10;
    position:relative;
    zoom:1;
    background:url("../img/contentBg.jpg") no-repeat;
    background-position:right bottom;
    min-height:600px;
    height:auto;
    _height:600px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    background:url("../img/imgBg.jpg") no-repeat;
    float:left;
    width:271px;
    height:269px;
}
div.image img{
    margin:28px 0 0 24px;
}

div.content p{
    color:#000;
    line-height:24px;
    padding-bottom:30px;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.footer{
    background:url("../img/footerBg.jpg") no-repeat;
    z-index:1;
    clear:both;
    height:100px;
    position:relative;
}
div.footer div.google{
    padding:15px 0 0 20px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    float:right;
    padding:30px 20px 0 0;
    color:#306e91;
    font-size:17px;
}

