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: arial;*font-size: 16px; color:#000; }
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#ee5b5b; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#f6b4b4;}
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: 30px; font-weight:normal; color:#a68787;}
.main {
	min-height: 100%; 
	_height: 100%;  
    min-width:998px;
    position:relative;
    width:expression(document.body.clientWidth < 998+2? "998px": "auto" );
    background:#000 url("../img/bodyBg.jpg") no-repeat;
    background-position:left bottom;
}
.block{
   	overflow: hidden;
   	zoom: 1;

}

.play{
    background:url("../img/play.png") no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/play.png', sizingMethod='crop');
    width:117px;
    height:119px;
    position:absolute;
    top:258px;
    left:230px;
    z-index:10;
}

.rss{
    height:42px;
    background:#bf9e07 url("../img/rss.jpg") no-repeat;
    background-position:  790px 0;
}
.rss a{
    color:#fff;
    margin-left:746px;
    position:relative;
    top:9px;
    font-size:18px;
}
.rss a:hover{color:blue;}

.top{
    background:#000 url("../img/topImg.jpg") no-repeat;
    background-position:top left;
    height:246px;
}

.center{
    min-height:820px;
    height:auto;
    _height:820px;
}

.left{
	width:292px;
	float:left;
    position:relative;
    z-index: 1;
    background:url("../img/lBg.jpg") no-repeat;
    background-position:right bottom;
    padding-bottom:65px;
}

.left .menu{
    position:relative;
    z-index:5;
    margin-top:30px;
    padding:25px 0 0 25px;
    background:url("../img/dashed.jpg") no-repeat;
    background-position: 22px 0;
}
.menu ul{
    font-size:14px;
    padding:0 0 5px 0;
    position:relative;
}
.menu ul li{
    padding:0 5px 8px 28px;
    *padding:0 5px 7px 28px;
    background:url("../img/liBg.jpg") no-repeat;
    background-position: 0 4px;
}
.category{
    color:#a68787;
    font-size:30px;
    margin:0 0 15px 25px;
}

.right{
    margin:0 40px 0 292px;
    position:relative;
    
}
.right .cL{
    background:url("../img/contL.jpg") repeat-y;
    background-position:top left;
}
.right .cR{
    background:url("../img/contR.jpg") repeat-y;
    background-position:top right;
}
.right .bottom{
    height:51px;
    overflow:hidden;
    zoom:1;
    padding:0 51px;
    position:relative;
}
.right .bottom .cornL{
    position:relative;
    background: url("../img/cornL.png") 0 0 no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cornL.png', sizingMethod='crop');
    position:absolute;
    left:0;
    width:51px;
    height:51px;
    float:left;
}
.right .bottom .b{
    background: url("../img/contB.jpg") 0 0 repeat-x;
    background-position:top left;
    height:51px;
    zoom:1;
}
.right .bottom .cornR{
    background: url("../img/cornR.png") 0 0 no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cornR.png', sizingMethod='crop');
    width:51px;
    height:51px;
    float:right;
    position:absolute;
    right:0;
    _right:-1px;
}

.content{
    background: url("../img/contTR.jpg") repeat-x;
    background-position:top right;
    padding:25px 35px 0;
}

.content h1{
    margin:0 0 10px 35px;
}

.image{
    width:274px;
    height:204px;
    margin: 4px 17px 8px 0;
    z-index:5;
    float: left;
    background:url("../img/imgBg.jpg") no-repeat;
    z-index:100;
    position:relative;
}
.image img{
    margin:2px 0 0 2px;
}

.content p{
    line-height:22px;
    padding:0 0 25px 0;
    font-size:14px;
}

.more{
    min-height:240px;
    height:auto;
    _height:240px;
    background:url("../img/MiBg.jpg") no-repeat;
    background-position:90% 60%;
}
.more .title{
    color:#a68787;
    font-size:30px;
    padding:15px 0;
    background:url("../img/contDash.jpg") no-repeat;
    background-position:top left;
}
.more p{
    line-height:22px;
    padding:0 0 25px 0;
    font-size:14px;
    color:#a68787;
}


.footer{
	overflow:hidden;
    zoom:1;
    position:relative;
    height:70px;
    padding-top:20px;
}

.copy{
    font-size:18px;
    z-index: 2;
    color:#242424;
    float:left;
    padding:0 0 0 380px;
}
.copy .year{
    color:#a9a9a9;
}
div.footer div.google{
	padding:0 100px 0 0;
	z-index: 2;
	float: right;
    color:#fff;
}
div.footer div.google input{
    margin:0 3px;
}



