html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; color:#000;}
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:#3c8b92; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#48e2f0;}
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:#0d2f30; }
div.main { min-height: 100%; _height: 100%; width:998px; margin:0 auto; position:relative;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    z-index:1;
}
div.header {
    padding-top:30px;
    overflow:hidden;
    zoom:1;
    position:relative;
    height:270px;
}
div.header .headerL{
    background:url("../img/headerL.jpg") no-repeat;
    width:267px;
    height:263px;
    position:absolute;
    top:25px;
    left:20px;
}
div.header .headerC{
    background:url("../img/headerC.jpg") no-repeat;
    width:275px;
    height:68px;
    position:absolute;
    top:90px;
    left:350px;
}
div.header .headerR{
    background:url("../img/headerR.jpg") no-repeat;
    width:290px;
    height:233px;
    position:absolute;
    top:25px;
    right:20px;
}
div.left{
	float:left;
    position:relative;
    width:250px;
    margin-right:20px;
}
div.menu{
	padding:0 0 0 40px;
}
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;
}
div.menuB{
    background:url("../img/menuB.jpg") no-repeat;
    width:204px;
    height:381px;
}

div.center{
	float:left;
    width:410px;
    margin-right:30px;
    z-index:1;
}
div.content{
    background:url("../img/contentBg.jpg") no-repeat;
    background-position:0 66%;
    min-height:705px;
    height:auto;
    _height:705px;
    padding-bottom:130px;
}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
	padding:10px 0;
	padding-bottom: 50px;

}
div.image{
    float:left;
    width:216px;
    height:216px;
    margin:0 15px 8px 0;	
    background:url("../img/imgBg.jpg") no-repeat;
}
div.image img{
	margin:5px 0 0 8px;
}

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.right{
	float:left;
	margin-right: 20px;
	width:265px; 
	color:#808080;
	font-size:14px;
	font-family:arial, sans-serif;
}
div.right p{
	line-height:28px;
    padding-bottom:25px;
}

div.footer{
    position:absolute;
    left:270px;
    bottom:1px;
    z-index:100;
    zoom:1;
}
div.footer div.google{
    color:#000;
    padding-top:30px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    padding:40px 0 25px;
    color:#227a83;
    font-size:17px;
}

