body, html {
  margin:0; padding: 0;
}
body {
  background-color: #40e0d0; font-family: verdana; font-size: 84%;
}
#container {
  width: 726px;
	background: #13413D url(images/tile.png) 80px 0 repeat-y;
	padding-right: 0;
	overflow: auto;
  padding-left: 80px;
}
h1 { 
  width: 726px; 
	height: 283px; 
	background: url(images/header.png) top left no-repeat;
	padding: 0; margin: 0;  
}
#text { 
  width: 580px; 
	text-align: justify; 
	color: #ffe4b5; 
	padding: 0;
	margin-left: -60px; 
}
.links { 
  float: right; 
	clear: right; 
	width: 187px; 
	padding: 0; 
	text-align: justify; 
}
.links h2 {
  width: 187px;
	height: 47px;
  margin: 0 -10px 0 0;
	padding: 0; 
}
.links h2 span {
  display: none;
}
.links h2#month { 
  background: url(images/month.png) top right no-repeat;
}
.links h2#name { 
  background: url(images/name.png) top right no-repeat;
}
.links h2#pictures { 
  background: url(images/pictures.png) top right no-repeat;
}
.links h2#links { 
  background: url(images/links.png) top right no-repeat;
}
.links h2#comments { 
  background: url(images/comments.png) top right no-repeat;
}
.links p {
  float: left;
	clear: left;
	margin:0;
	width: 160px;
	padding: 4px 10px 4px 10px;
}
.links p b {
  color: #ffe4b5;
	font-size: 1.1em;
}
.links ul, li {
	list-style: none; 
  margin: 0 8px;
	padding: 0; 
}	
.links ul li {
  margin: 0;
	padding: 0;
	float: left; 
}
.links li a {
  display: block; 
	width: 40px; 
	height: 40px; 
	padding: 0; 
	margin: 0; 
	border: none;
}
.links li a img {
  border: none;
	display: none;
}
.links a {
  color: #000000;
}
.links a:hover {
  color: #ffe4b5;
}
#text a {
  color: #ccb691;
}
#text a:hover {
  color: #ffffff;
}
#text h2 { 
  
}
#text ul.snappio {
  list-style: none;
}
#text ul.snappio, li {
  margin: 0; padding: 0;
}
#text ul.snappio li {
  float: left;
}  
#text li a {
 margin: 4px; 
 display: block; 
	width: 40px; 
	height: 40px; 
	
}
div#text fieldset { 
  border: none; text-align: left; width: 400px; 
} 
div#text textarea { 
  border: 1px solid #333; color: #333; width: 400px; margin: 4px; padding: 2px; 
}
div.links ul.list li { float: left; clear: left; margin: 0 0 0 10px; padding: 0; font-size: 0.8em; }
div.links ul.list li a { border: none; width: 140px; height: 25px; text-decoration: underline; color: #000000; }
div.links ul.list li a:hover { color: #ccb691; }

#text li a img {
  display: none;
}
#text h3 {
  font-size: 1.2em;
	
}
#text h3 span {
  font-size: 0.6em;
  color: white;
  font-weight: normal;
}
#text label {
  color: #ccb691;
}
#text input {
  background-color: #ccb691;
	color: #13413D;
	border: 1px solid #13413D;
	padding: 4px;
}
h1 span { display: none; }
h2 { margin: 0; padding: 0; }
h3 { margin: 0; padding: 0; }
/*h2 { background-color: white; color: black; }*/
#footer { 
  width: 480px;
	float: left; 
  clear: both;
  background: #237a72 url(images/footer.png) -144px 0 no-repeat;
  padding: 60px 254px 10px 10px;
  text-align: justify;
  color: #ffe4b5;
	margin-left: -80px;
	display: inline; 
}
#footer a {
  color: #ccb691;
}
#footer a:hover {
  color: white;
}
#text { word-wrap: break-word; }