html, body {
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #fff;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.49px;
	font-style: normal;
	color: #ccc;
	letter-spacing: 0.1em;
}
.smalltext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
}
.smalltext3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8.49px;
	font-style: normal;
	color: #9b0604;
	letter-spacing: 0.1em;
}

#photography
{
  display: block;
  width: 75px;
  height: 10px;
  background: url("../images/navbar/photography.gif") no-repeat 0 0;
  float: left

}

#photography:hover
{ 
  background-position: 0 -10px;
}

#photography span
{
  position: absolute;
  top: -999em;
}

#graphicdesign
{
  display: block;
  width: 90px;
  height: 10px;
  background: url("../images/navbar/graphicdesign.gif") no-repeat 0 0;
  float: left

}

#graphicdesign:hover
{ 
  background-position: 0 -10px;
}

#graphicdesign span
{
  position: absolute;
  top: -999em;
}

#webdesign
{
  display: block;
  width: 67px;
  height: 10px;
  background: url("../images/navbar/webdesign.gif") no-repeat 0 0;
  float: left

}

#webdesign:hover
{ 
  background-position: 0 -10px;
}

#webdesign span
{
  position: absolute;
  top: -999em;
}
#about
{
  display: block;
  width: 90px;
  height: 10px;
  background: url("../images/navbar/about.gif") no-repeat 0 0;
  float: left

}

#about:hover
{ 
  background-position: 0 -10px;
}

#about span
{
  position: absolute;
  top: -999em;
}

#contact
{
  display: block;
  width: 49px;
  height: 10px;
  background: url("../images/navbar/contact.gif") no-repeat 0 0;
  float: left

}

#contact:hover
{ 
  background-position: 0 -10px;
}

#contact span
{
  position: absolute;
  top: -999em;
}

