@charset "utf-8";

/* CSS Document */



@import "menu.css";



body{ 

		font-size:90%;

		color:#2d2d2d;

		background-image:url(../../img/snowstyleback002.gif);
		}


div#footer{
	clear:both;
	text-align:right;}
	
	div#footer p{
		margin-right:2em;}



div#container{ 

		width:820px;

		margin:0px auto;

		min-height:1200px;

		background-image:url(../../img/container_back02.gif);
		}

div#container:after{
	clear:both;
	visibility:hidden;
	content:'';
	height:1px;
	display:block;} 


* html div#container{

		behavior: expression(

		this.style.behavior || (

		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",

		this.style.backgroundImage = "none",

		this.style.behavior = "none"

		)

		);

}





div#header{

		width:820px;

		position:relative;

		margin:0px auto;

		height:80px;}

				

		div#header ul.banners{

			display:block;

			position:absolute;

			height:31px;

			right:30px;

			top:5px;}			

						

			div#header ul.banners li{
				width:125px;

				float:left;

				display:inline;

				margin-left:20px;

				overflow:hidden;}

			

			div#header ul.banners li img{
				width:125px;

				border:none;

				display:block;}

				



div#content{

		width:637px;

		margin:12px 20px 30px 0px;

		float:right;

		display:inline;

		overflow:hidden;}





div#footer{

		width:800px;

		margin:0px auto;}

		



h1{

		display:none;
		}


* html h1{

		behavior: expression(

		this.style.behavior || (

		this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",

		this.style.backgroundImage = "none",

		this.style.behavior = "none"

		)

		);

}

		h1 a{
			display:block;
			width:100%;
			height:100%;}
marquee{

		clear:both;

		width:800px;

		margin:5px 10px;}		

