body {
  margin: 0px;
	padding:0px;
	background-image: url(../images/dragon.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;	
	font-family:Tahoma, sans-serif;
}

h1 {
	 font-size: 2.9em;
	 letter-spacing: -0.05em;
	 margin: 10px 0 4px 0;
	 padding:0;
}

h2 {
	 margin:20px 0 10px 0;
	 padding: 0;
	 color: #aaa;
	 font-weight:bold;
	 font-family:Verdana;
	 letter-spacing: 0.6em;
	 border-bottom: 1px solid #aaa;
}

p {
	margin:0 0 20px 0;
	padding:0;
	font-size:0.9em;
}

a {
	color: black;
	text-decoration:none;
	border-bottom: 1px dotted black;
}

#wrapper {
	width:700px;
	margin-left:220px;
}

#footer {
	clear:both;
  width:645px;
	margin: 30px 0 0px 0;
	border-top: 1px dotted #aaa;
	background-color:black;
	height:20px;
}
#footer a {
	color:white;
	border-bottom: 1px dotted white;
}

#footer p {
	color:white;
	font-size: 0.8em;
	margin: 0 0 0 20px;
}

.services {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.services li {
  float: left;
  margin: 0 45px 25px 0px;
  padding: 0;
	font-weight:bold;
}
.services li span a {
	font-size: 0.6em;
	font-weight:normal;
	color:black;
	text-decoration:none;
	margin-top: 6px;
	border:0;
	clear:both;
}
.services a {
  color: #ccc;
  display: block;
  float: left;
}
.services a  img{
		border:0;
}

.sublist {
	display:block;
	list-style-type:square;
}
.sublist li {
	display:block;
	float:none;
	font-weight:normal;
	margin: 2px 4px 2px 4px;
	font-size: 0.9em;
}