html {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #006;
	background-image: url(img/Skier.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-width: 990px;
	}
p, ul {
	margin-bottom: 1em;
	margin-top: 0.3em;
}
a:link, a:visited  {
	color: #03c;
	text-decoration: underline;
}
a:hover {
	color: #006;
}
#title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 2.3em;
	color: #39F;
	text-align: right;
	width: 100%;
	height: 80px;
	font-weight: bold;
	line-height: 36px;
	white-space: nowrap;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-perspective: 5em;
-webkit-perspective-origin: 0% 0%;

}
#contact {
	height: 39px;
	text-align: right;
	background-color: #036;
	color: #fff;
	padding: 5px 8px 0px 0px;
	line-height: 110%;
	font-size: .35em;
	margin: 0px 0 0 215px;
}
#contact a {
	text-decoration: underline;
	color: #fc3;
}
#contact a:hover {
	color: #fff;
}
acronym {
	border-bottom: 1px dotted #0071e0;
	cursor: help;
	font-style: normal;
}
#side acronym {
	border-bottom: 1px dotted #fc3;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	margin: 0px;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 125%;
}
h3 {
	color: #07d;
	font-size: 1.1em;
}
p + h2, p + h3 {
	margin-top: 1.5em;
}
#navlist {
	clear: both;
	padding: 3px 0px 1px 0px;
	height: 1.45em;
	width: 100%;
	background-color: #0071e0;
}
#navlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navlist li {
	margin: 0;
	float: left;
	white-space: nowrap;
	font-weight: bold;
}
#navlist a {
	border-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-color: #fc3;
	margin: 1px 8px 2px 1px;
	padding: 3px 10px 3px 21px;
	background-image: url(img/down.gif);
	background-repeat: no-repeat;
}
#navlist a:link, #navlist a:visited {
	color: #006;
}
#navlist a:hover {
	color: #fc3;
}
#navlist a:active, #uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
	text-decoration: none;
	background-color: #036;
	background-image: url(img/over.gif);
	background-repeat: no-repeat;
	color: #fc3;
}
/*\*/
* html #navlist {
	padding: 0;
}
* html #navlist a {
	position: relative;
	height: 1em;
	zoom: 100%;
}
/**/
#side {
	line-height: 125%;
	font-size: 1.4em;
	float: right;
	padding: 25px 30px;
	color: #FFF;
	width: 25%;
	margin: 0 0 20px 45px;
	background-color: #036;
	background-image: url(img/mini.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	-moz-border-radius-bottomleft:25px;
	-webkit-border-bottom-left-radius:25px;

}
#side h3 {
	color: #fc3;
	line-height: 110%;
	padding-bottom:  0.3em;
}
#side li {
	padding-bottom: .75em;
	margin-left: -1.5pc;
	padding-top: 0.25em;
}
#content {
	padding: 30px 20px 20px 40px;
	line-height: 135%; 


-webkit-perspective: 180em;
-webkit-perspective-origin: 20% 30%;

}
#content p {
	text-align: justify;
}
#content li {
	padding-bottom: .75em;
	margin-left: -1.5pc;
}
#quote {
	color: #fc3;
	line-height: 110%;
	font-weight: bold;
	font-size: .8em;
	margin: -0.5em 0 2em 0;
}
#picright {
	float: right;
	margin: 5px 0 15px 20px;
	border: 3px solid #036;
}
#picleft {
	float: left;
	margin: 5px 20px 15px 0;
	border: solid #036 3px;
}
img {
	-webkit-transition: all 0.4s ease-in 0.2s;
}
img:hover{
	-webkit-transition: all 2.5s ease-in-out 0.8s;
-webkit-transform: translate(50px,-5px) scale(1.5) rotateX(15deg);
}
#pic {
	margin: 5px 20px 15px 0;
	border: solid #036 3px;
}
#logo {
	float: left;
	margin: 0;
}
