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:#306e91; 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:#ec6e6e;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 984px;
	position:relative;
    background:url(../img/bodyBg.jpg) no-repeat;
    background-position:left bottom;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
}
div.header{
	position: relative;
    height:486px;
    background:url("../img/header.jpg") no-repeat;
    background-position:left top;
}
.boy{
	background: url(../img/boy.jpg) no-repeat;
	width: 400px;
	height: 228px;
	position: absolute;
	top:0;
	right:10px;
}
.calend{
	background: url(../img/calend.jpg) no-repeat;
	width: 305px;
	height: 243px;
	position: absolute;
	top:238px;
	left:235px;
    color:#000;
}
.calend .text{
    float:right;
    font-size:12px;
    line-height:19px;
    width:140px;
    padding:22px 20px 0 0;
}
.calend .day{
    font-family:georgia;
    font-size:18px;
    float:left;
    width:68px;
    padding:106px 0 0 28px;
    text-align:center;
}
.welc{
	background: url(../img/welc.jpg) no-repeat;
	width: 416px;
	height: 258px;
	position: absolute;
	top:228px;
	left:566px;
}
.welc .title{
    color:#b3b3b3;
    font-family:georgia;
    font-size:24px;
    padding:10px 0 15px 20px;
}
.welc .text{
    color:#000;
    font-size:14px;;
    padding:0 15px 0 50px;
    line-height:24px;
}


.center{
    overflow:hidden;
    zoom:1;
}

div.left{
	width:290px;
	float:left;
    position:relative;
    z-index: 1;

}
.left .menu{
    position:relative;
    z-index:5;
    padding:0 0 0 35px;

}
.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 5px 7px 0;
    *padding:0 5px 5px 0;
}
.category{
    font-size:30px;
    margin:0 0 10px 35px;
    color:#ec6e6e;
}

div.right{
    margin-left:295px;
    padding:0 0 20px 0;
}

.content{}

.content h1{
    margin-bottom:10px;
}

.image{
    width:628px;
    height:124px;
    margin: 0 0 15px 0;
    z-index:5;
}

.content p{
    line-height:28px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


div.footer{
	height: 70px;
}
.copy{
	padding:10px 0 0 295px;
    font-size:12px;
    z-index: 2;
    color:#afafaf;
    position: relative;
    float: left
}
.copy .year{
	font-size: 18px;
    color:#c3c3c3;
}
.copy .rights{
    padding-left:65px;
}

div.footer div.google{
	padding:10px 0 0 580px;
	z-index: 2;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}



