html, body { width: 100%; height: 100%; padding: 0; margin: 0;}
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; color:#808080;}
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:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#70c9fa;}
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:#a68787; }
div.main { min-height: 100%; _height: 100%; min-width:998px; width:expression(document.body.clientWidth < 998+2? "998px": "auto");}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    background: #fee1e0;
}
div.header{
	margin-bottom: 10px;
    overflow:hidden;
    zoom:1;
    position:relative;
    height:479px;
    border-bottom:6px solid #fbbabb;
    background: url(../img/headerBg.jpg) repeat-x;
    z-index: 1;
}
div.header .headerL{
	position: absolute;
	left:0;
	top:0;
	background:url(../img/headerL.jpg) no-repeat;
	width:298px;
	height: 479px;
	z-index: 10;
}
div.header .headerR{
	position: absolute;
	right:0;
	_right:-2px;
	top:0;
	background:url(../img/headerR.jpg) no-repeat;
	width:320px;
	height: 479px;
}
div.header .headerC{
	background: url(../img/headerCbg1.jpg) no-repeat;
	width: 416px;
	height: 479px;
	margin-left: 28.5%;
	position: absolute;
	z-index: 50;
}
div.header .headerT{
	background: url(../img/headerT.png) no-repeat;
	width: 474px;
	height: 115px;
	position: absolute;
	left: 30%;
	top:25px;
	z-index: 100;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/headerT.png', sizingMethod='scale');
}
div.header .headerI{
	background: url(../img/headerI.png) no-repeat;
	width: 199px;
	height: 372px;
	position: absolute;
	left: 30%;
	bottom:0;
	_bottom:-1px;
	z-index: 100;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/headerI.png', sizingMethod='scale');
}
div.header .headerText{
	width: 465px;
	position: absolute;
	left: 34%;
	top:195px;
	z-index: 150;
	color:#000;
	font-size: 12px;
	line-height: 20px;
}

div.left{
	padding-top:10px;
	float:left;
    position:relative;
    width:315px;
    padding-bottom: 230px;
    z-index: 50;
}
div.menu{
	padding:0 0 0 30px;
}
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.right{
	margin-left: 335px;
    position:relative;
}
div.content{
	padding:0 10px 150px 0;
}
div.content h1{
    padding-bottom:5px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin:10px 15px 8px 0;	
}
div.content p{
    line-height:28px;
    padding:0 15px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	position:absolute;
	bottom: 20px;
	left:335px;
	color:#000;
}
div.menuB{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left:20px;
	background: url(../img/menuB.jpg) no-repeat;
	width: 278px;
	height: 448px;
}
div.footer div.google{
	
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    padding-top:20px;
    font-size:17px;
    color:#306e91;
}

