body {
	margin:0;
	padding:0;
	text-align: center;
	background: url('../images/8.png');width = 550;
height = 400;
total = 200;
for (var t = 0; t != total; t++) {
   var mc = _root.attachMovie("snowflake", "snowflake"+t, _root.getNextHighestDepth());
   mc._x = (Math.random()*(width+20))-10;
   mc._y = (Math.random()*(height+20))-10;
   mc.yspeed = (Math.random()*1.75)+0.25;
   mc.speed = (Math.random()*3)+2;
   mc._xscale = mc._yscale=(mc.speed+mc.yspeed)*10;
   mc.onEnterFrame = function() {
      var angle = Math.atan2(_root._xmouse-(width/2), _root._ymouse)+1.5707963267949;
      this._y += Math.sin(angle)*this.speed+this.yspeed;
      this._x += Math.cos(angle)*this.speed;
      if (this._x>width+10) {
         this._x = -10;
      } else if (this._x<0-10) {
         this._x = width+10;
      }
      if (this._y>height+10) {
         this._y = -10;
      } else if (this._y<0-10) {
         this._y = height+10;
      }
   };
} 

	font-family: Tahoma;
}

 /* styles for IE 5 Mac */
#WrapperMain {
	position: absolute;
 }
 
 /* following rules are invisible to IE 5 \*/
#WrapperMain {
   top: 50%;
   margin-top: -300px;
   min-width: 900px;
   left: 0px;
   width: 100%;
   text-align: center;
 }
 /* end IE 5 hack */ 
	  
#ContentMain {
	position: relative;
	width: 900px;
	height: 600px;
	margin: 0px auto;
	}

#CopyrightMain {
	color: #B99C64;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	margin: 5px 0 0 0;
	font-size: 12px;
}

#CopyrightMain a, #CopyrightMain a:link, #CopyrightMain a:visited, #CopyrightMain a:hover, #CopyrightMain a:active{
	color: #B99C64;
	text-decoration: underline;
}

.Sheet {
	width: 896px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #95B9B8;
	background-image: url('../images/tmpl_img_houses.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	border: solid 2px white;
}

/* for Internet Explorer */
/*\*/
* html .Sheet {
	height: 100%;
}
/**/

/* begin Header */
.Header
{
	position: relative;
	z-index: 0;
	width: 894px;
	height: 136px;
}

.Header-img
{
	position: absolute;
	z-index: -1;
	float: right;
	right: 0;
	width: 640px;
	height: 136px;
	background-image: url('../images/tmpl_img_header.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.Header-title
{
	position: absolute;
	z-index: -1;
	top: 64px;
	left: 29px;
	height: 39px;
	border: none;
}

/* end Header */

.logo
{
	position: absolute;
	z-index: -1;
	left: 40px;
	top: 20px;
}

.menu
{
	position: absolute;
	z-index: -1;
	display: block;
	top: 20px;
	left: 50px;
}

.ContentLayout
{
	position: relative;
	z-index: 0;
	width: 894px;
}

.ContentLayoutRight
{
	position: relative;
	z-index: 0;
	float: right;
	width: 640px;
}

.Content-center
{
	position: relative;
	z-index: -1;
	min-height: 470px;
	background-image: url('../images/tmpl_img_fill.png');
}

/* for Internet Explorer */
/*\*/
* html .Content-center {
	height: 470px;
}
/**/

.Content
{
	padding: 1px;
	padding-left: 30px;
	padding-right: 60px;
}
.Content, .Content table
{
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	color: #371E10;
}
.Content h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #8A9300;
}
.Content-bottom
{
	position: relative;
	z-index: -1;
}

.Content-bottom-image
{
	position: absolute;
	z-index: -1;
	float: right;
	right: 0;
	width: 640px;
	height: 81px;
	background-image: url('../images/tmpl_img_bottom.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.hlight_green
{
	color: #8A9300;
}

.tbl_brown 
{
	border: 1px solid #5E5539;
	border-bottom: 0px;
}

.tbl_brown td
{
	border-bottom: 1px solid #5E5539;
}

.img_brown 
{
	border: 1px solid #867548;
}

.Copyright
{
	position: relative;
	z-index: 0;
	line-height: 70px;
	color: #5E5539;
	font-size: 12px;
}
.Copyright a:link, .Copyright a:visited, .Content a:link, .Content a:visited
{
	color: #5E5539;
	text-decoration: underline;
}
.Copyright a:hover, .Copyright a:active, .Content a:hover, .Content a:active
{
	color: #5E5539;
	text-decoration: underline;
}

.Gallery, .Gallery a, .Gallery a:link, .Gallery a:visited, .Gallery a:hover, .Gallery a:active{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #8A9300;
	text-decoration: none;
}

#footer {
	clear: both;
}
.Sheet .ContentLayout .ContentLayoutRight .Content-center .Content table tr td em {
	color: #808000;
}
