﻿/**********************************************/
/*  Ski and Racquet Club  */
/**********************************************/
body {
	background-image: url('images/background.gif');
}
#body {
	font-family: Tahoma;
	font-size: small;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Tahoma;
	font-size: large;
	color: #996600;
	font-weight: bold;
}
h2 {
	font-family: Tahoma;
	font-size: medium;
	color: #663300;
	text-align: center;
}
h3 {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #663300;
}

/**********************************************/
/*  Masthead  */
/**********************************************/
#masthead {
	height: 150px;
}
.image_left {
	width: 178px;
	float: left;
}
.title_center {
	width: 320px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
}
.title_center a:link {
	font-size: x-large;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}
.title_center a:visited {
	font-size: x-large;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}
.image_right {
	width: 178px;
	float: left;
	margin-left: 10px;
}
/**********************************************/
/*  All pages  */
/**********************************************/

.container {
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
}
/**********************************************/
/*  Set Link colors  */
/**********************************************/
a:visited {
	color: #663300;
}
a:link {
	color: #663300;
}
a:hover {
	color: rgb(128, 128, 128);
}
a:active {
	color: rgb(255, 0, 0);
}
/**********************************************/
/*  Navigation  */
/**********************************************/
#navigation {
	border-style: inset outset outset inset;
	border-width: 1px 3px 3px 1px;
	border-color: #C0C0C0 #000000 #000000 #C0C0C0;
	float: left;
	width: 135px;
	margin-top: 50px;
}
#navigation ul {
	margin-left: 0px;
	padding-left: 0px;
}
#navigation li {
	list-style-type: none;
}
#navigation li a:visited {
	padding: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	display: block;
	list-style-type: none;
}
#navigation li a:link {
	padding: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #663300;
	display: block;
	list-style-type: none;
}
#navigation li a:hover {
	color: #FFFFFF;
	background-color: #808080;
}
.nav_bottom {
	width: 600px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/**********************************************/
/*  End of Navigation  */
/**********************************************/
.ctr_text {
	text-align: center;
}
.table_ctr {
	margin-right: auto;
	margin-left: auto;
}
.rtn_to_prev_pg {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	margin-top: 30px;
}

/**********************************************/
/* Photo Tour */
/**********************************************/
.photos {
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	width: 322px;
}
.nav_prev {
	font-family: Tahoma;
	font-size: small;
	border-color: #800000;
	border-width: thin;
	width: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.nav_next {
	font-family: Tahoma;
	font-size: small;
	border-color: #800000;
	border-width: thin;
	width: 100px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.nav_ret {
	font-family: Tahoma;
	font-size: small;
	border-color: #800000;
	border-width: thin;
	width: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.pics {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}
/**********************************************/
/* End of Photo Tour */
/**********************************************/
#footer {
	clear: both;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	font-family: Tahoma;
	font-size: x-small;
}
