h1,h2 {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
} 
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
a.active {
	text-decoration: underline;
}
div.content a {
	text-decoration: underline;
}
a img {
	border: 0;
}
body {
	padding: 0;
	margin: 0;
	background: url('grass.png');
}
body > div {
	width: 60%;
	margin: 50px auto;
}
.gright {
	float: right;
}
.gleft {
	float: left;
}
.heading {
	background: url('heading_repeat.png') repeat-x;
	height: 90px;
	position: relative;
}
.heading > .l {
	width: 9px;
	height: 90px;
	background: url('heading_l.png') no-repeat;
}
.heading > .r {
	position: absolute;
	right: -4px;
	width: 40px;
	height: 90px;
	background: url('heading_r.png') no-repeat;
}
.heading  h1  {
	padding: 28px 0 0 0;
	margin: 0 0 0 30px;
}
.body {
	position: relative;
	background: #669df0;
	height: 300px;
}
.body .bubbles {
	width: 105px;
	height: 257px;
	background: url('bubbles.png') no-repeat;
	position: absolute;
	right: -8px;
}
.body .sections {
	margin: 0 0 0 30px;
	padding: 7px 0 0 0;
}
.body .sections li {
	display: inline;
}
.body .sections li h2 {
	display: inline;
}
.body .sections  li a {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: 700;
	padding: 0 15px 0 0;
}
.body .content {
	width: 70%;
	margin: 15px 0 0 30px;
	color: #fff;
}
.copyright {
	background: #000;
	color: #fff;
	height: 25px;
	padding: 0;
	font-size: 80%;
}
.copyright > div {
	width: 15px;
	height: 25px;
}
.copyright > .l {
	background: url('copy_l.png') no-repeat;
}
.copyright > .r {
	background: url('copy_r.png') no-repeat;
}
.copyright > span {
	margin: 4px 0 0 0;
}
#aboutme p{
	padding: 0 0 0 85px;
	margin: 0;
}
#aboutme img {
	float: left;
	padding: 1px;
	border: 1px solid #fff;
	margin-right: 5px;
}
#contact ul, #work ul {
	list-style: circle;
	padding: 10px 0 0 18px;
}