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:#808080; }
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#fff; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#65c2f6;}
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:#73ce22;}
.main {
	min-height: 100%; 
	_height: 100%;
    background:#e4e4e4 url(../img/bodyBg.jpg) 0 0 repeat-x;
}
.block{
   	overflow: hidden;
   	zoom: 1;
    width: 909px;
	margin:0 auto;
    background:url(../img/contBg.png) no-repeat;
    background-position:left bottom;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contBg.png', sizingMethod='scale');
    padding-bottom:40px;
}
.header{
    background:url("../img/header.jpg") no-repeat;
    width:909px;
    height:400px;
}
.center{
    background:url("../img/delim.jpg") no-repeat;
    background-position:308px 0;
    overflow:hidden;
    zoom:1;
}

.left{
	width:295px;
	float:left;
    position:relative;
    z-index: 1;
    padding-top:30px;
}

.left .menu{
    position:relative;
    z-index:5;
    padding:20px 0 15px 10px;
    margin-left:30px;
    border-bottom:2px solid #575757;
}
.menu ul{
    font-size:14px;
}
.menu ul li{
    padding:0 5px 7px 7px;
    *padding:0 5px 5px 7px;
}
.category{
    font-size:30px;
    margin:0 0 10px 0;
    color:#73ce22;
}

.welk{
	padding:0 0 5px 10px;
    margin-left:30px;
    border-bottom:2px solid #575757;
}
.welk .title{
    font-size:30px;
    margin:0 0 10px 0;
    color:#73CE22;
    
}
.welk p{
	color:#939393;
	font-size: 11px;
	line-height: 14px;
	padding:0 20px 15px 7px;
}

.right{
    margin-left:325px;
    padding:0 0 20px 0;
    margin-right:30px;
    border-bottom:2px solid #575757;
}

.content{}

.content h1{
    margin:30px 0 15px;
}

.image{
    width:200px;
    height:200px;
    margin: 0 20px 15px 0;
    z-index:5;
    float: left;
}

.content p{
    line-height:19px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


.footer{
	height: 100px;
    width:909px;
    margin:0 auto;
}
.email{
    width:300px;
    font-size:18px;
    color:#262727;
    float:left;
    padding:20px 0 0 30px;
}

.copy{
	padding:10px 0 0 0;
    font-size:18px;
    z-index: 2;
    color:#424242;
    position: relative;
    float: left;
}

.footer .google{
	padding:10px 20px 0 0;
	z-index: 2;
	position: relative;
	float: right;
}
.footer .google input{
    margin:0 3px;
}



