/* CSS Document */
#container {
	width:760px;
	height:auto;
	margin-left: auto;
	margin-right: auto;

}

#header {
	background: url(2009 Ski Trip\Assets\headersaffski2009.jpg) no-repeat;
	height:110px;
	text-align:right;
	color: #797C4C;
	font-family: Verdana;
	font-weight:bold;
	font-size:15px;
	padding-right:20px;
	background-image: url(headersaffski2010.jpg);
	background-repeat: no-repeat;
}

#content {
	padding-left:30px;
	padding-top:20px;
	background: url(middle.jpg);
    font-family: Verdana; 
	font-size: 12px;
	color: #667375;
}

#navigation {
	padding-right:20px;
	float: right;
	width: 155px;
	margin-top: 40px;
}

#footer {
	height:19px;
	background: url(footersaffski.jpg) no-repeat;
	padding: 20px;
	text-align: center;
	color: #9FACAA;
	font-family: Verdana;
	font-weight: bold;
}

#photo {
	clear:both;
	height: 85px;
}

#photo img {
    border: 1.5px solid #667375;
	margin-left:33px;
	margin-right:33px;
	margin-top:1px;
	margin-bottom:10px;
}

#text {
	float:none;
	width:500px;
	left: auto;

}


/*style and formatting definitions*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
	color: #9FACAA;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: strong; 
	font-weight: bold;
}
#navigation a {
	display: block;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#navigation fieldset {
	border: 1px solid #667375;
	padding: 0 0 3px 0;
	margin: 0;
	color:#9FACAA;
	font-size: 13px;
	font-family: Verdana;
}
#navigation legend {
	color: #667375;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}
#navigation fieldset:hover {
	border: 1px solid #667375;
	background-color: #FFFFFF;
}
