h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #597EBE;
}
body {
        margin:0;
        padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        background: url(../images/grass.jpg) no-repeat bottom right;
}
#main {
        position: absolute;
        top: 0;
        left: 0;
        height: 268px;
        width: 100%;
        background: url(../images/logo.jpg) no-repeat;
}

#upper a {
	font-size: 16px;
	font-weight: bold;
	color: #597EBE;
	text-decoration: none;
}

#upper a:hover, #upper li.current a  {
	color: #d81a28;
}

#upper {
	margin-left:445px;
  	padding-left:0;
}

#upper li{
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	float:left;
}
#lower {
        clear: left;
        margin-left: 420px;
        width: 350px;
}

#lower a {
	font-size: 12px;
	font-weight: bold;
	color: #2b4b15;
        text-decoration:none;
	font-style: italic;
}

#lower a:hover, #lower .current a {
	color: #000000;
}

#lower li {
        margin-left:0;
        padding: 3px 15px;
        float:left;
        list-style: none;
}
#stuff {
        position: absolute;
        top: 150px;
        left: 110px;
        width: 640px;
        clear:both;
}
#bot {
        position: absolute;
        bottom: 5px;
        left: 10px;
        font-size: 10px;
}