/* CSS Document */
body {
		background:     #ffffff;
		color:          #000000;
		font-family:    Arial, Verdana, Helvetica, sans-serif;
}

input {
	margin-bottom: 5px;
	vertical-align: text-top;
}

textarea {
	margin-bottom: 5px;

}

/* OK, I realize  I'm getting way too cute here, but dogsled is the main body div. */

#dogsled {
		position: relative;
        width: 800px;
        padding: 0px 0px 20px 0px;
        margin-left: auto;
        margin-right: auto;
}

/* leaddog is the div that holds the navigation information */

#leaddog {
        width: 170px;
        padding: 0px 17px 20px 10px;
        position: absolute;
		left: 0px; 
		top: 0px;
		border-right: 1px solid gray;
}

#leaddog p {
			font-size: small;
}

#leaddog img {
        margin-left: auto;
        margin-right: auto;

}
#leaddog p {
	font-size: small;
	margin-right: 10px;
	margin-left: 15px;
		
}

#leaddog a {
	color: blue;
	font-size: small;
}

#leaddog a:link {
	text-decoration: none;
	font-weight: bold;
}

#leaddog a:visited {
	text-decoration: none;
	font-weight: bold;

}

#leaddog a:hover {
	text-decoration: underline;
}

#leaddog .GENXVcityInfo a {
	font-size: small;
	}

#leaddog .GENXVcityInfo a:link {
	text-decoration: none;
	font-weight: normal;
	}

a.GENXVvertLinks  {
	font-size: x-small;
	}

a.GENXVvertLinks:link {
	text-decoration: none;
	font-weight: normal;
	}
a.GENXVsmLinks {
	font-size: x-small;
	}

a.GENXVsmLinks:link {
	text-decoration: none;
	font-weight: normal;
	}
	


/* musher is the div that holds the main content */

#musher {
		position: absolute;
		width: 600px;
		left: 200px;
		top: 0px;

}

#musher h1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: medium;
	font-weight: bold;
}

#musher h2 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: small;
	font-weight: bold;
}

#musher p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: small;
	line-height: 120%;
}


li {
	font-size: small;
}


/* This is the div that holds the pictures */
.picture_right {
		float: right;
		clear: right;
		width: 200px;
		margin-left: 10px;
		margin-bottom: 10px;
		font-size: x-small;
		border: 1px solid black;
}

.picture_right_190 {
		float: right;
		clear: right;
		width: 190px;
		margin-left: 10px;
		margin-bottom: 10px;
		font-size: x-small;
		border: 1px solid black;
}

.picture_left {
		float: left;
		clear; left;
		width: 200px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: x-small;
		border: 1px solid black;
}

.picture_left_190 {
		float: left;
		clear; left;
		width: 190px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: x-small;
		border: 1px solid black;
}

.picture_gallery {
		width: 190px;
/*		height: 145px; */
		margin-bottom: 10px;
		font-size: x-small;
		border: 1px solid black;
}

#one {
	position: absolute;
	top: 80px;
	left: 10px;

}

#two {
	position: absolute;
	top: 80px;
	left: 205px;

}
#three {
	position: absolute;
	top: 80px;
	left: 400px;

}

#four {
	position: absolute;
	top: 235px;
	left: 10px;

}
#five {
	position: absolute;
	top: 235px;
	left: 205px;

}
#six {
	position: absolute;
	top: 235px;
	left: 400px;

}


#picturehugger {
		position: relative;
        margin-left: auto;
        margin-right: auto;

}

.magnify {
		vertical-align: middle; 
		margin-bottom: 2px;
}
.close {
	font-size: x-small;
	text-align: right;
}

a.windowcontrol {
	text-decoration: none;
	color: #000000;
}

