body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}


/* Headers ----------------------------------------------------- */

h2 {
	font-size:20px;
	color: #6666CC;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5, h6 {
	font-size:14px;	
}

a {
	color: #6666CC;
}

a:hover {
	color: #ffcc00;	
}

#nav a, #nav2 a, #foot a {
	color:#151881;
	text-decoration: none;
	font-weight: bold;	
}

#nav a:hover, #nav2 a:hover, #foot a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration:underline;
}

td {
	font-size: 12px;	
}


#header h1 {
float:left;
margin:0;
padding:0;
}

#header h1 a {
display:block;
height:91px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
width:350px;
}

/* Layout ----------------------------------------------------- */


#container {
	background: url(/img/site/containbkg.jpg) repeat-y top left;
	width: 960px;
}

#header {
	background: url(/img/site/skiheader.jpg) no-repeat top left;
	height:99px;
	width: 960px;	
}

#side {
	background: url(/img/site/skiside.jpg) no-repeat top left;
	width: 133px;
	float: left;
	height: 302px	
}

#nav {
	font-size:12px;
	padding-right:5px;
	position:relative;
	text-align:right;
	top:80px;
	z-index:2;
}

#nav ul {
	display: inline;
	margin: 0;
	padding: 0;	
}

#nav ul li {
	display: inline;
}

#nav2 {
	width: 750px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size:12px;
	padding-right:5px;	
}

#nav2 ul {
	display: inline;
	margin: 0;
	padding: 0;	
}

#nav2 ul li {
	display: inline;
}

#content {
	background-color: #fff;
	float: left;
	width:530px;
	padding:0 10px 10px;
}


#sidebar {
	width: 275px;
	float: left;
	margin-bottom: 10px;	
}

#news {
	background-color:#EEEEEE;
	border:thin solid #6666CC;
	padding: 5px;	
}


#foot {
	background: url(/img/site/footbkg.jpg) repeat-y top left;
	clear:both;
	padding:3px 10px 3px 0;
	text-align:right;
	width:950px;
	font-size: 10px;
}

#foot ul {
	display: inline;
	margin: 0;
	padding: 0;	
}

#foot ul li {
	display: inline;
}


#footer {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
}

#footer #copyright {
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#footer #cms {
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

