html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; color:#808080; background: #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:#fff; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#f49471;}
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%; width:998px; margin:0 auto; position:relative;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    background:url(../img/footer.jpg) no-repeat;
    background-position: left bottom;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:384px;
    background:url("../img/header.jpg") no-repeat;
}
div.right{
    float:left;
    top:-250px;
    position:relative;
    width:306px;
    background:#000 url("../img/menuBg.jpg") no-repeat;
	background-position: 0 10px;
}
div.menu{
	margin-bottom:100px;
	text-align: right;
	height: 450px;
}
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 .text{
	text-align:right;
	padding-left: 60px;
	width: 243px;
	font-size: 14px;
	line-height:28px;
	font-family:Verdana;
}

div.left{
	z-index: 100;
	float:left;
	padding-left:40px;
	width:640px;
    position:relative;
    background:url(../img/imgBg.jpg) no-repeat;
    background-position: 75px 80px; 
    padding-bottom: 130px;
}
div.content{
	background: url(../img/contentBg.jpg) no-repeat;
	background-position: 75% 80%;
	min-height: 650px;
	height:auto;
	_height:650px;
}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
    padding:10px 0;
}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin:0 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:0;
}
div.footer div.google{
	position: absolute;
	left: 310px;
	bottom:25px;
    width:400px;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    width:280px;
	position:absolute;
	left:40px;
	bottom:50px;
    font-size:17px;
}

