/**
 * sadahome.ca main links page CSS Styles
 *
 * These are the CSS style definitions for the sadahome.ca main links page.
 */
body {
	background-image: url(../images/slocan-climb.jpg);
	background-color: #3399cc;}
a:link, a:visited {
    color: #333333;
/*     color: #551A8B; */
/*     color: #0000ee; */
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#container {
    width: 100%;
    height: 600px;}
h1 {
	text-align: center;}
.flickr {
    font-family: arial, helvetica, sans-serif;
    color: #3993ff;}
.flickr_r {
    font-family: arial, helvetica, sans-serif;
    color: #ff1c92;}
#validate {
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	position: absolute;
		top: 610px;}

