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:#81cdf6;}
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:#696767; }
div.main { min-height: 100%; _height: 100%; width:998px; margin: 0 auto; position:relative;}
div.block{
    z-index:5;
	margin:30px 20px 0; 
    zoom:1;
    position: relative;	
    overflow: hidden;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
}
.headerL{
    float:left;
    background: url(../img/headerL.jpg) no-repeat;
    width: 634px;
    height:303px;
}
.headerL .title{
	position: absolute;
	top:250px; 
	left:20px;
	font-size: 38px;
	color:#be7d7d;
	font-family: Book Antiqua;
}
.headerR{
	margin-left: 655px;
    background: url(../img/headerR.jpg) no-repeat;
    width:300px;
    
}
.headerR .textR{
	padding-top: 195px;
	font-size: 14px;
	color:#919191;
	line-height:22px;
}

div.left{
	padding-left: 20px
	width:270px;
	float:left;
    position:relative;
}
div.menu{
    padding:25px 10px 20px 1px;
}
div.menu .category{
    color:#696767;
    font-size: 28px;
    padding-bottom:17px;
}
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.left .text{
	color:#919191;
	font-size:14px;
	line-height:24px;
	width:266px;
}
div.left .text p{
	padding-top: 5px;
}

div.right{
    position:relative;
	z-index: 5;
	margin: 30px 0 10px 305px;
    padding-bottom:130px;
}
div.content{
	background-position:  0 70px;
	min-height: 650px;
	height: auto;
	_height:650px;
}
div.content h1{
    padding:0 0 15px 0;
}

div.links{
    padding:10px 20px;
    color: #306e91;
}
div.image{
    width:640px;
    height:120px;
    margin-bottom: 20px;
}
div.image .cont{
    position:absolute;
    top:48px;
    *top:47px;
    left:0;
    width:640px;
    height:120px;
    background:url("../img/imgCorn.png") no-repeat;
    z-index:10;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgCorn.png', sizingMethod='scale');
}

div.content p{
    line-height:28px;
    padding:0 0	 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	position: absolute;
	left:320px;
	bottom: 15px;
	z-index: 5;	
}
div.footer div.google{
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	padding: 10px 0 0 5px;
    font-size:14px;
    color:#afafaf;
    z-index: 2;
    position: relative;
}

.contentBg{
	position: absolute;
	z-index: 1;
	width: 505px;
	height: 416px;
	bottom: 0;
	left:400px;
	background: url(../img/contentBg.jpg) no-repeat;
}

