h1,h2,h3 {
	padding-right: 4px;
	color: #ffffff;
	font-size: 20px;
	font-family: Georgia;
	margin-bottom: 3px;
	text-align: left;
	text-transform: lowercase; 
	letter-spacing: 4px;
	line-height: 12px;
}

body {
	text-align: center; /* center things in pre-IE6 */
	background-color: #ffe33a;
}

#container {
	margin: 35px auto;
	width: 472px;
	text-align: left;
	background: #ffe33a;
}

.footer {
	clear: both;
	float:left;
	width: 472px;
}

#image {
	float: left;
	width: 472px;
}

#header {
	width: auto;
         margin: 0px;
         padding: 0px;
}
#content {
	float: left;
         clear: both;
	padding: 5px 5px 10px 5px;
	background-color: #babf00;
	color: #fffffb;
	text-shadow: 1px 1px 1px #322322;
	font-size: 13px;
}


#footer {
	clear: both;
	color: #ffffff;
	background-color: #babf00;
	text-align: center; 
	font-size: 10px;
	font-family: Cambria; 
	line-height: 16px;
}

#footer a:visited, #footer a:link { 
	color: #ffe134; 
	text-decoration: none;  
}

#footer a:hover { 
	color: #ffffff; 
	text-decoration: none;
}

input, textarea, select { 
	background-color: #decebf;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #a47b7f; 
	border: 1px dashed #91acd7; 
	padding: 2px;
	letter-spacing: 1px; 
}


b, strong {
	color: #d2e32b;
}

i, em {
	color: #b70002;

}


#content a:visited, #content a:link { 
	color: #b70002; 
	text-decoration: none;  
}

#content a:hover { 
	color: #ffffff; 
	text-decoration: none;
}

#topnav {
	float: left;
	background-color: #babf00;
	width: 472px;
	text-align: center;
	margin-top: 0px;
	letter-spacing: 2px;
	font-variant: small-caps;
	font-family: Tahoma, "Trebuchet MS", serif;
}

#navigation {
	list-style: none;
	margin: 0; 
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	background: #babf00;
	width: 78.6px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	padding: 1px 0;
}
#navigation li a:hover {
	background: #ffffff;
        color: #babf00;
}

.linkitem {
        letter-spacing: 2px;
        padding: 2px;
        background-color: #ffffff;
        color: #000000;
}