﻿/*
css for TSSM
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #008800;
  line-height: 125%;
  padding:  15px;
}


h1 {
   font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
   font size: x-large;
}
li {
   font-size: medium;
}
h2 {
   color:white;
   font-size:normal;
   font-weight:bold;
}

p {
   font-size: medium;
   color : black;
}

#tagline p {
	font-style: italic;
	font-family: georgia, times serif;
      font-weight:bold;
}

em {
	
	text-transform: uppercase;
}
a {
	font-weight: bold;
}

#navigation {
	background-color: gray;
	color: white;
	font-weight: bold;
	width: 160px;
	height: 220px; }
a:link {
	color: black;
}
a:visited {
	color: orange;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}
a:active {
	color: aqua;
	background-color: navy;
}


#dog {
	width: 222px;
	height:222px;
	border: 1px solid black;
	padding: 20px;
	background-color: green;
	background-image: url(IMR2.JPG);
     }
.galleryphoto p {
  padding-bottom: 20px;
  border-bottom: 1px solid navy;
  margin-bottom: 10px;
  font-size: 100%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}
.photocredit {
  font-weight: normal;
  color:gray;
} 
 #navigation, #bodycontent, #header {
  position: absolute;                }
 #navigation, #bodycontent {
  top: 200px;
}
#bodycontent {
  left: 200px;
}