/* CSS Document */

body {
	background-image: url(/images/san2.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-heignt: 1.4;
	background-position: center;
	
}
a:link {
	color: #293043;
	text-decoration: none;
}
a:hover {
	color: #CC6600;	
}
a:visited {
	color: #333333;
}
#menu {
	color: #FFFFFF;
	line-height: 1.5;
}
#menu a:link {
	color: #b9bed4;
	text-decoration: none;
}
#menu a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#menu a:visited {
	color: #999999;
}
#extraPhotosX {
	overflow: auto;
	white-space: nowrap;
	height: 110px;
	width: 500px;
	padding: 0px;
}
