body{
	background: url(images/Green_leaf_croped.jpg) repeat-y;
	font-family: arial, "lucida console", sans-serif;
	font-size: .8em;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.2em;
}
.nav{
	padding-top:10px;
	float: left;
	text-align: center;
	font-size: .9em;
	height:100%;
	width:215px;
	margin-right:10px;
}
.content{
	width:600px;
	float:left;
}
ul.padded li{
	padding-top:15px;
}

div.contact th{
        text-align:right;
}
div.contact th.error{
        color:#f00;
        text-align:right;
}
input.styled{
        width:400px;
}
textarea.styled{
        width:400px;
        height:200px;
}
