#header { width: 1000px; margin: 0; }
#content { width: 1000px; margin: 0; }
#left { float: left; margin-right: 10px; width: 220px; }
#right { float: left; margin-right: 10px; width: 780px; } 
#footer { width: 1000px; margin: 0; }
 

a:link {color:#1CFF7B}    /* unvisited link */
a:visited {color:#00FF00} /* visited link */
a:hover {color:#FF00FF}   /* mouse over link */
a:active {color:#1CFF7B}  /* selected link */

.block {
	padding-right:75px;padding-left:75px;padding-top:3px;padding-bottom:3px;text-align:justify;
}

.flickrWide {
	border:0;
	width:700px;
	margin-bottom:-15px;
	margin-top:20px;
}

.flickrTall {
	border:0;
	height:700px;
	margin-bottom:-15px;
	margin-top:20px;
}

.flickrTitle {
	margin-left:30px;
}

.flickrTitleTall {
	margin-left:140px;
}

.title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color:#FF00D9;
}
.text {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#FF00D9;
	text-decoration: none;
	line-height: 100%;
}

ul#menu {
  width: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: "Arial Black", Gadget, sans-serif;
    list-style-type: none;
    text-decoration: none;
    border: 0;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  padding-bottom: 0.02em;
  padding-left: 1px;
  padding-right: 0px;
}

ul#menu a:hover {
  color: #fff;
  background-color: #000;
}

ul#menu a.active {
  color: #1CFF7B;
}