@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
	width: 800px;
	overflow: hidden;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(i/gal_bk_side.gif);
	background-repeat: repeat-y;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}

.oneColFixCtrHdr #footer {
	margin: 0px;
	padding: 0;
	background-image: url(i/foot_bk.gif);
	height: 120px;
	text-align: center;
	clear: both;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#mainContent p {
	margin: 10px 40px 10px 20px;
	text-align: justify;
}

.homepageimage {
	margin: 15px 0 10px 40px;
}

h1 {
	font-size: 100%;
	text-indent: 20px;
}

h2 {
	font-size: 100%;
	text-indent: 20px;
}

h3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

h4 {
	margin: 0;
}

.bottomImg {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer ul {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#tournavfirstpage {
	height: 50px;
	width: 300px;
	margin-left: 390px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#tournav {
	height: 50px;
	width: 600px;
	margin-left: 90px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
}

.tourthumbs {
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 20px;
}

.oneColFixCtrHdr #container #mainContent .tourthumbs a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container #mainContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.afname {
	font-weight: bold;
	color: #FF0000;
}

#mainGallery {
	margin-left: 18px;
	margin-top: 15px;
}

#mainGallery a img {
	border: none;
}

#modelInfo {
	float: left;
	width: 470px;
	clear: right;
	height: 376px;
	margin-bottom: 10px;
}

#modelPhoto {
	float: left;
	padding-left: 10px;
	width: 310px;
}

#galleryThumbs {
	margin-left: 40px;
	clear: both;
	float: left;
	display: inline;

}

.thumbSpace {
	background-image: url(i/thmb_ds.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 175px;
	float: left;
}

.thumbSpace a img {
	border: none;
	clear: both;
}

.tourStats {
	float: left;
	width: 240px;
	clear: both;
	margin: 0px;
	padding-right: 20px;
}

.tourHeader {
	float: left;
	width: 780px;
	clear: both;
	font-size: 20px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
 #joinImages {
	height: 110px;
	width: 780px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
