/********** Main sections and tags **********/

html, body {
  margin:0;
  padding:0;
  font-family:Tahoma,Geneva,sans-serif;
  font-size:15px;
  line-height:24.6px;
  color:#ffffff;
  background-color:#000000;
  width:100%;
}

#page {
  width:960px;
  margin:0 auto;
}

#header {
  position:absolute;
  top:0;
  left:0;
  display:none;
}

#links {
  position:absolute;
  top:0;
  right:0;
  list-style-type:none;
  margin:0;
  padding:0;
  float:left;
}

#links li {
  display:block;
  margin-right:10px;
  height:17px;
  float:left;
  background-position:top left;
  background-repeat:no-repeat;
}

#links li a {
  display:block;
  text-indent:-3000px;
  height:17px;
}

#links #link_travel {
  width:74px;
  background-image:url(Travel.gif);
}

#links #link_portfolio {
  width:71px;
  background-image:url(Portfolio.gif);
}

#links #link_work {
  width:72px;
  background-image:url(Work.gif);
}

#links #link_personal {
  width:74px;
  background-image:url(Personal.gif);
}

#content {
  float:left;
  clear:both;
  margin:50px 0 50px 0;
}

#footer {
  position:absolute;
  bottom:5px;
  right:0;
}

#footer ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#footer ul li {
  display:block;
  float:left;
  margin-right:10px;
}

a {
  color:#c00010;
}

h1 {
  font-family:Times New Roman,Times,serif;
  font-size:21px;
  line-height:24.6px;
  font-weight:normal;
  color:#00c000;
  margin:0 0 25px 0;
  clear:both;
}

p {
  margin:0 0 25px 0;
  float:left;
  clear:both;
}

form {
  margin:0 0 25px 0;
  clear:both;
  float:left;
}

form ul {
  list-style-type:none;
  margin:0;
  padding:0;
  float:left;
}

form ul li {
  float:left;
  clear:both;
}

form ul li label {
  display:block;
  width:8em;
  float:left;
  text-align:right;
  padding-right:5px;
}

.message {
  margin:0 0 25px 0;
  color:#4040ff;
  clear:both;
}

.errors {
  margin:0 0 25px 0;
  color:#ff0000;
  clear:both;
  list-style-type:none;
}

/********** Homepage **********/

#home {
  position:absolute;
  top:100px;
  left:0;
  width:100%;
  height:191px;
  background:url(Grass.jpg) top left repeat-x;
  line-height:0;
}

#hometitle {
  margin-left:50px;
}