/* CSS Document */
body {
  text-align: center;
  background: #900; 
  color: #444;
}

#container {
  text-align: left;
  margin: 0 auto;
  width: 900px;
  background: #FFF /* url(http://www.markfarrow.plus.com/louise/portfolio/images/headerbase.gif) repeat-y;*/
}

h1 {
  background: #060;
  color: #FFF;
  padding: 0px;
  margin: 0;
  border-bottom: 5px solid #900;
}

h1 img {
border: 0;
}
#navigation {
  float: left;
  width: 140px;
  display: inline;
  margin-left: 20px;
  padding: 15px 0;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

#navigation li {
  background: url(http://www.markfarrow.plus.com/louise/portfolio/images/untitled.gif) no-repeat 101% 0.4em;
  padding: 0 10px 5px 0;
}

#content {
  float: left;
  width: 650px;
  margin-left: 45px;
  padding: 15px 0;
}

#footer {
  clear: both;
  background: #006600;
  color:#FFF;
    margin-top: 300px;
    padding: 5px 10px;

  text-align: right;
  font-size: 80%;
}

h2 {
  margin-top: 0;
  color: #900;
  font-weight: normal;
  }
  
h4 {
  margin-top: 0;
  color: #060;
  font-weight: normal;
  text-align: right;
}
h5 {
  margin-top: 0;
  color: #060;
  font-weight: normal;
  font-size: 100%;
}
.underline
{
text-decoration: underline;
}
table.gallerytable td, tr
{	border-width: 1px;
text-align: center;
	padding: 4px;
	background: #FFF 
  }

table { border-collapse: collapse; }
	
th, td
	{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: .5em;
	}
	
	tr { background: #FF9; }

	thead th
	{
		background: #900;
		color: #fff;
		text-align: center;
	}
	
	tbody th
	{
		font-weight: normal;
		background: #FF9;
	}
	
	tr.alternate { background: #CF9; }
	tr.alternate th { background: #CF9; }

#navigation a {
text-decoration: none;
}

#footer a {
text-decoration: none;
color: #fff;
}

a:link {
  color: #175B7D;
}

a:visited {
  color: #600;
}

a:hover, a:active {
  color:#FFF;
  background: #900;
}


