* CSS doc for Greenfinch.com
 *
 * Author:   Philip Plant
 * Created:  3rd April 2009
 * Modified: 23rd April 2009
 */

html,body {
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 25px;
        width: 100%;
        height: 100%;
}

#masthead1 {
	    position: absolute;
        top: 0;
		left: 0;
		height: 141px;
		width: 794px;
        padding: 0;
		margin: 0;
		background: url("images/greenfinch-logo.jpg") no-repeat;
}

#masthead2 {
		position: absolute;
		top: 0;
		left: 794;
		width: 100%;
		height: 141px;
		padding: 0;
		margin: 0;
		background: url("images/greenfinch-logo-tail.jpg") repeat-x;
}

#main {
		position: absolute;
		top: 150;
		left: 50;
		width: 700px;
		height: 200px;
		padding: 0;
		margin: 0;
}

p {
		font-family: arial, sans-serif;
		font-size: 1.2em;
}

ul {
		line-height: 25px;
		font-family: arial, sans-serif;
		font-size: 1.1em;
		list-style-image: url("/images/green.gif")
}

a {
		color: #339933;
		text-decoration: none;
}

a:hover {
/*		color: #c7c451; */
		color: #996633;
}

#footer {
		font-family: verdana, sans-serif;
		position: absolute;
		top: 600;
                left: 0;
		font-size: 0.8em;
		text-align: center;
		width: 700px;
		height: 10px;
}

#footer a {
	    color: #000;
}

#footer a:hover {
	    text-decoration: underline;
}

/*
#bracken {
	    position: absolute;
	    bottom: 0;
	    right: 0;
		background: url("images/bracken-feathered.gif") no-repeat;
		width: 233px;
		height: 249px;
}
*/
