/* CSS Document */

* {
	font-family: Georgia, Times New Roman, Times;
	font-size: 13px;
}

IMG {
	border: none;
	}
BODY {
	margin:0px;
	padding:0px;
	background: #a8d6ff URL('/images/bg1.gif') top repeat-x;
	background-attachment: fixed; 
	}

H2 {
	font-size: 20px;
	margin-top:0px;
	margin-bottom:7px;
	}

a:link, a:visited { color:#296BAC; }
a:hover { text-decoration:none; }
	
a:link IMG { opacity:.8; filter:alpha(opacity=80); }
a:visited IMG { opacity:.6; filter:alpha(opacity=60); }
a:hover IMG { opacity:1.0; filter:alpha(opacity=100); }


DIV.body { }

DIV.body .inBody { }

DIV.clouds {
	padding-top:7%;
	background: URL('/images/clouds.gif') repeat-x 150px 10%;
	background-attachment: fixed; 
	min-height: 300px;
	-height:300px;
	width: 100%;
	padding-bottom: 100px;
}
DIV.flowers {
	position: fixed;
	top: 100%;
	zoom:1;
	margin-top: -150px;
	background: URL('/images/flowers.gif') repeat-x 10px 0px;
	width: 100%;
	padding-top: 42px;
}
DIV.flowers .in {
	height: 150px;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background: #15c000;
}
DIV.leftTree {
	position: fixed;
	top:100%;
	margin-top: -420px;
	background: URL('/images/left_tree.gif') left top no-repeat;
	height: 280px;
	width: 110px;
}
DIV.rightTree {
	position: fixed;
	top:100%;
	left:100%;
	margin-top: -480px;
	margin-left: -129px;
	background: URL('/images/right_tree.gif') right top no-repeat;
	height: 340px;
	width: 130px;
}
TD.h { width:15px; }
DIV#home {
/*	border:solid 1px;*/
	display: block;
	min-width:16px;
	background: URL('/images/roof.gif') no-repeat top;
	width:120px;
	padding-top:10px;
}
DIV#home .content {
	min-width:16px;
	display:block;
	padding:10px;
	background: #FF0000;
	border-left: solid 3px #d5ebff;
	border-right: solid 3px #d5ebff;
	padding-bottom:60px;
	background: #3290d6;
}
DIV#home .content IMG {
	margin-bottom: 7px;
	}
DIV#home.h54 {
	background: URL('/images/roof_01.gif') no-repeat top;
	width: 90px;
	padding-top: 48px;
}

DIV#home.h70 {
	width: 110px;
	padding-top: 57px;
}
DIV#home.h100 {
	background: URL('/images/roof_05.gif') no-repeat top;
	width: 136px;
	padding-top: 70px;
}
DIV#home.h120 {
	background: URL('/images/roof_06.gif') no-repeat top;
	width: 158px;
	padding-top: 81px;
}


DIV#home.h42 {
	background: URL('/images/roof_03.gif') no-repeat top;
	width: 70px;
	padding-top: 37px;
}
DIV#home.h20 {
	width: 45px;
	padding-top: 25px;
}
.bijut { position:absolute; left:50%; width:250px; margin-left:-125px; top:40px; font-weight:bold; color:#FFF; font-size:14px; }

.white, .white A { color:#FFF; }