@charset "UTF-8";
/* CSS Document */

/* basics */
body  {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}

a {
	color: #79a290;
}

a:hover {
	color: #d1751e;
}
	
/*layout*/
#bigcontainer {
	background-color: #535353;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #666;
}

#masthead {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 940px;
}

h1 {
	visibility:hidden;
	color: #535353;
}

#toprule {
	width: 940px;
	height: 20px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #CCC;
}

#link1,#link2,#link3 {
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#link1 {
	text-align:right;
}

#link2 {
	text-align: center;
}

#link3 {
	text-align:left;
}

#link1 a, #link2 a, #link3 a {
	color: #999;
	text-decoration: none;
}

#link1 a:visited, #link2 a:visited, #link3 a:visited {
	color: #999;
	text-decoration: none;
}

#link1 a:active, #link2 a:active, #link3 a:active {
	color: #d1751e;
	text-decoration: none;
}

#link1 a:hover, #link2 a:hover, #link3 a:hover {
	color: #d1751e;
	text-decoration: none;
}

#bottomrule {
	width: 940px;
	height: 20px;
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #CCC;
}

#lowerright {
	width:460px;
	height: 500px;
	background-image: url(../images/newnote.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#lowerleft {
	width: 460px;
	height: 500px;
	background-image: url(../images/aboutmi.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align:justify;
	text-justify:distribute-all-lines;
	line-height: 120%;
}

#lowerleft p {
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 15px;
}

/* to move the top paragraph down so the header can be seen */
.topp {
	margin-top: 65px;
}

/*to move the table down */
#lowerright p {
	margin-top: 85px;
}

#lowerright table {
	line-height: 120%;
	text-align:justify;
	text-justify:distribute-all-lines;
}
#lowerright table tr td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #d17513;
	vertical-align: top;
	padding-top: 10px;
}

#footer {
	font-size: 80%;
	background-color: #666;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 2px dotted #667672;
	margin-left: 3px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #d1751e;
}

/* For under construction message; delete from stylesheet when finished! */
#construction {
	font-size: 110%;
	font-style: italic;
	color: #FF0;
	text-align: center;
	padding-top: 30px;
	padding-left: 30px;
}

#construction a {
	color: #d17513;
}

.fltrt {
	float: right;
}
#bigcontainer #golfshoes {
	text-align: center;
	vertical-align: top;
	margin-left: 80px;
}
#bigcontainer #miniheader {
	text-align: center;
}
