* { padding: 0 0 0 0; }
body {
	background-image: url('../images/bg.jpg');
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: helvetica,tahoma,sans-serif;
	font-size: 72.5%;	
	letter-spacing: 0.05em;
}

li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #a1c50b;
	border: none;
}

a:hover {
	background: #a0c40b;
	color: #fff;
}

h1 {
	padding-bottom: 5px;	
	border-bottom-color: #a0c40b;	
	border-bottom-style: solid;	
	border-bottom-width: 1px;	
	font-size: 125%;	
}

/*img {
	padding: 10px;
}*/

#bkgnd2 {
	position: absolute; 
	top: 0px;
	right: 0px;
	height: auto; 
	min-height: 100%; 
	width: 100%;
	background-image: url('../images/grad.jpg');
	background-repeat: repeat-x;
	text-align: left; 
	}
	
span.dropcap {
	font-size:44px;
	line-height:35px;
}

.quote {
	margin-right: auto;
	margin-left: auto;
	position: static;
	text-align: left;
	border-right-color: #a0c40b;
	border-left-color: #a0c40b;
	border-bottom-color: #a0c40b;
	border-right-style: dashed;
	border-left-style: dashed;
	border-bottom-style: dashed;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-top-color: #a0c40b;
	border-top-style: solid;
	border-top-width: 15px;
	width: 550px;
	height: 100%;
	background: #d9e79d;
	padding: 15px;
}

* html #bkgnd2 {
	height: 100%; 
}

#wrapper {
	display: block;
	margin: 0 auto;
	width: 777px;
}

#top {
	margin: 50px 0 0 0;
	width: 777px;
	height: 49px;
	background: url('../images/top.png')
}

#banner {
	width: 777px;
	height: 237px;
	background: url('../images/banner.png');
}

#header {
	width: 777px;
	height: 63px;
	background: url('../images/header.png');
}

#links {
	width: 697px;
	height: 46px;
	background: url('../images/linkbg.png');
	padding: 2px 35px 0px 45px;
}

.content {
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 45px;
	padding-top: 10px;
	width: 687px;
	/* height: 100%; << not needed w/ mootools effects i guess */
	background: url('../images/linkbg.png');
}
	
#links2 {
	width: 697px;
	height: 22px;
	background: url('../images/linkbg.png');
	padding: 0px 35px 0px 45px;
}


a#home {
	display: block;
	line-height: 22px;
	width: 70px;
	background: url('../images/home.png');
	float: left;
}

a#home:hover {
	background-position: -70px;
}

a#portfolio {
	display: block;
	line-height: 22px;
	width: 116px;
	background: url('../images/portfolio.png');
	float: left;
}

a#portfolio:hover {
	background-position: -116px;
}

a#contact {
	display: block;
	line-height: 22px;
	width: 101px;
	background: url('../images/contact.png');
	float: left;
}

a#contact:hover {
	background-position: -101px;
}

a#blog {
	display: block;
	line-height: 22px;
	width: 60px;
	background: url('../images/blog.png');
	float: left;
}

a#blog:hover {
	background-position: -60px;
}

#bottom {
	width: 777px;
	height: 37px;
	background: url('../images/bottom.png')
}

#footer {
	width: 777px;
	margin: -25px 0 0 0;
	text-align: center;
	font-size: 8pt;
}