/*
====================================
stylesheet : holding page
2008 http://coldcactus.com
====================================
*/



/*
===========================
Basic Rules
===========================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #555;
	background: #aaa;
}

/* blocks */
li { list-style-type: none; }

/* links */
acronym { 
	cursor: help;
	border-bottom: 1px dotted #ccc;
}
a {
	color: #369;
	text-decoration: underline;
}
a:hover {
	color: #036;
	text-decoration: underline;
}



/*
===========================
Structure
===========================
*/
div.container {
	position: relative;
	width: 80%;
	left: 10%;
	margin-top: 36px;
	border: 6px solid #e4e4e4;
	background: #fff;
	height:expression( this.scrollHeight < 440? "440px" : "auto" );
}
div.wrapper {
	height:expression( this.scrollHeight < 440? "440px" : "auto" );
	border: 1px solid #ccc;
	background: url(../images/snowboardroom_logo_small.png) no-repeat top center;
	padding-top: 240px;
}



/*
===========================
Banner Div
===========================
*/
h1 span { display: none; }



/*
===========================
Main Div
===========================
*/
div.main {
	text-align: center;
	position: relative;
	margin: 24px 180px 26px 180px;
}
div.main h2 {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 20px;
	color: #369;
}
div.main p { margin-bottom: 12px; }
