/* Supplemental CSS Document */

.spacer
	{
	display: block;
	height: 25px;
	}

.floatright
	{
	float: right;
	margin-left: 10px;
	}
	
.italicized
	{
	font-style: italic;
	padding-right: 10px;
	}
	
.caption
	{
	font-size: smaller;
	font-style: italic;
	}
	
.dottedhr
	{
	background: url(/images/layout/dotted.gif) top left repeat-x;
	height: 3px;
	width: 571px;
	margin: 20px 0;
	}
	
.nordicbg
	{
	background: url(../images/nordic_background.jpg) bottom center no-repeat;
	height: 410px;
	text-align: center;
	}
	
.snowshoebg
	{
	background: url(../images/0503115_NordicSummit-128_bg.jpg) bottom right no-repeat;
	height: 570px;
	padding: 0;
	width:580px;
	}
	
.padded-x
	{
	padding-left: 20px;
	padding-right: 20px;
	}
	
.spacedout
	{
	line-height: 200%;
	}
	
/********************************************/
/* Styles for nordic_and_snowshoeing.php    */
/********************************************/

.bg
{
background:url(../images/bg.jpg)
}

.center
{
margin:0px auto;
text-align:center;
}

.flakes
{
	float:left;
	width:100%;
	height:100%;
	background:url(../images/flakes.gif);
	background-repeat:no-repeat;
}

.flakes2
{
	float:left;
	width:100%;
	height:100%;
	background:url(../images/silhouette.jpg);
	background-repeat:no-repeat;
}

.right
{
	float:right;
}

.left
{
	float:left;
}
