body, td, tr {
font-family:      verdana;
color:            #301f0d;
font-size:        11px;
text-align:		  left;
background-image: url('bg.jpg');
cursor: default;
}

#content{
	position: absolute;
	width: 576px;
	height: 208px;
	left: 25px;
	top: 492px;
}


A{
    color: #F5F5DC; 
	text-decoration: none;
	cursor: default;
}

A:hover { 
    color: #808000;
    text-decoration: none;
    cursor: default;
}

#navi{
	position: absolute;
	width: 200px;
	height: 25px;
	left: 38px;
	top: 444px;
}

a.navi{
	font-family: georgia;
	color: #301f0d; 
	font-size: 18px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
	text-transform: lowercase;
}

a.navi:hover {
	color: #746264;
}

i,em{
	color: #c35300;
}

b,strong{
	color: #2f655d;
}

h1 {
	font-family: georgia;
	color:  #301f0d;
	letter-spacing: 5px;
	font-size: 25px;
	padding-left: 0px;
	text-align:	left;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0px;
	}
	
.codesort h2 {
 font-size: 12px;
 margin: 0px;
 font-family: verdana;
 font-weight: bold;
 color: #F5F5DC;
}

.codesort h3 {
font-size: 10px; 
margin: 0px;
font-family: verdana;
}

.codesort img {
	border: 1px dashed #FF6347;
	margin: 2px;
	padding: 0px;
	}
	
.codesort ul {
	margin: 0px;
	}
	
.codesort li {
	margin: 0px;
	}
