/*Stefanie Lange Cascading Style Sheet*/
/*Designed and developed by Alan Taff*/

/*Redefined HTML Tags*/

body {
	background-color: #666666;
	color: #FFFFFF;	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
}

body a {
	color: #CCCC99;	
	text-decoration: none;
} 

body a:hover {
	color: #CCCC99;
	text-decoration: underline; 	
}

hr {
	background-color: #FFFFFF; /*helps compatibility with other browsers*/ 
	border: 0px;
	color: #FFFFFF;
	height: 1px;
	text-align: left;
	width: 390px;
}

/*Selector Styles (id=)*/

#container {
	margin-left: auto; 
  margin-right: auto;
	margin-top: 23px;
	padding: 0px;
	width: 619px;
}

#content {
	float: left;
	width: 460px;
}

#fullsize{
	background-color: #575757;
	border: none;
}

#content table {
  height: 400px;
}

.homephoto {
	background-color: #575757;
	height: 190px;
	margin-bottom: 7px; 
	margin-right: 7px; /*should be 7px, and display as 10px*/ 
	width: 190px;
}

.largertext {
	font-size: 14px;
	line-height: 12px;
	margin-right: 5px;
}

.smallertext {
	font-size: 10px;
}

.thumbnail {
	background-color: #575757;
	border: none;
	height: 90px;
	margin-bottom: 7px; 
	margin-right: 7px; /*should be 7px, and display as 10px*/ 
	width: 90px;
}

#navbar {
	float: left;
	height: 429px;
	width: 159px;
}

.header {
  font-size: 20px;
  margin-bottom: 14px;
}

#navigation .item {
  font-size: 17px;  
  margin-bottom: 12px;
}

#navigation .item a {
  color: #CCCC99;
	text-decoration: none;
}

#navigation .item a:hover {
  color: #FFFFFF;
}

.img-nav {
	font-size: 24px;
	width: 25px;
  text-align: center;
}

.img-full-td {
  width: 390px;
  text-align: center;
}