	* {
    margin: 0;
    padding: 0;
  }
  body {
		font-family: Hevetica, Verdana, Arial, sans-serif;
    background: #06f;
	}
  p {
    margin: 1em 0;
  }
  #outer-outer {
    width: 990px;
    margin: auto;
    position: relative;
    background: #fff;
    border-left: 2px #8bf solid;
    border-right: 2px #8bf solid;
  }
  img {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
	.top_line {
		text-align: right;
		font-weight: bold;
		font-size: 0.7em;
		background-color: #ccc;
		padding-right: 1em;
		border-bottom: black 2px solid;
    height: 20px;
	}
	.top_line a {
		text-decoration: none;
		color: black;
	}
	h1.logo {
    margin: 0;
		color: white;
		background-color: black;
		text-align: center;
		font-size: 2.6em;
		font-weight: bold;
		background: black;
		height: 60px;
		border-top: white 1px solid;
		border-bottom: white 1px solid;
		padding-top: 1px;
		padding-bottom: 1px;
    letter-spacing: 10px;
    text-transform: lowercase;
	}
  h1.logo a {
    text-decoration: none;
    color: #fff;
  }
	#menu {
    border-top: 2px black solid;
    padding-left: 10px;
    background: #ccc;
    padding-bottom: 10px;
	}
	.main_parent {
		border-bottom: 2px black solid;
	}
	.main_parent2 {
	}
	.main {
		padding: 1em;
		background-color: white;
		margin: 0px;
		min-height: 50em;
	}
	.black_grey {
		color: #cccccc;
		height: 1px;
		border-top: black 2px solid;
		border-bottom: black 2px solid
	}
	.bottom_line {
		text-align: center;
		background-color: #cccccc;
		font-weight: bold;
		font-size: 0.8em;
		border-bottom: #cccccc solid 2px;
	}
	#menu h3 {
    margin: 0;
    padding-top: 5px;
		color: #06f;
		font-size: 1.2em;
		font-weight: bold;
		margin-left: 8px;
    display: inline;
    border-bottom: none;
	}
  #menu ul {
    margin: 0;
    padding: 0;
    display: inline;
  }
	#menu li {
		margin-left: 5px;
    padding: 0;
		font-weight: bold;
		font-size: 1.2em;
    list-style: none;
    display: inline;
	}
	#menu li a {
		text-decoration: none;
		color: #000;
    border-bottom: 2px #06f solid;
    padding: 0 5px;
	}
	#menu li a:hover {
		background: #06f;
    color: #fff;
	}
	.archives_rss {
		font-size: 0.8em;
		text-align: center;
		margin-top: 0;
	}
	.archives_rss a {
		color: white;
	}
	.email_now {
		font-weight: bold;
		font-size: 1em;
		text-align: center;
		margin-top: 1em;
	}
	.email_now a {
		color: white;
	}
  li {
    margin-left: 20px;
  }
	.main p,blockquote,li {
		line-height: 1.4em;
	}
	/* Some old CSS */
	h2{ 
		color: #0066FF; 
		background-color: #eeeeee; 
		border: 1px #cccccc dashed;  
		padding: 5px; 
		margin-left: 10px; 
    margin-bottom: 10px;
    margin-top: 10px;
		text-indent: 20px;
		left: 0px;
	}
	h3, h3 a { 
    color: #0066ff;
    border-bottom: 1px #06f solid; 
    margin-top: 10px;
    text-decoration: none;
  }
  h4{ 
    color: #999; 
    padding-bottom: 2px; 
    font-size: 0.8em;
    /*clear: both;*/
  }
  .hidden {
    display: none;
  }

  #twats {
    height: 590px;
    width: 220px;
    background: #fff;
    float: left;
  }

  #top-quote {
    position: absolute;
    left: 5px;
    color: #666;
    top: 2px;
  }
  #top-linky {
    position: absolute;
    right: 5px;
    top: 2px;
  }
  #gallery-photos {
    text-align: center;
  }
  #gallery-photos img {
    vertical-align: bottom;
  }
  .highlight {
    background: yellow;
    font-weight: bold;
  }

  #photobox-background {
    background: black;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }

  #photobox {
    height: 100%;
    width: 100%;
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
  }
  #photobox-photo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 500px;
    height: 300px;
  }

  #photobox-photo img {
    max-height: 600px;
    max-width: 950px;
    background: #eee;
    border: 5px white solid;
  }
