/*************************/
body {
	background-color: #FFFFFF;
	background-image: url(img/green-fade.gif);
	background-repeat: repeat-x;
	font-family: Comic Sans MS, Fantasy;
}
/*************************/
a:hover {
	background: #f410b6;
	color: #000000;
}
/**************************/
#full-background {
	position:absolute;
	left:7px;
	top:184px;
	width:790px;
	background-color: #E0E0E0;
	padding: 20px 10px 10px 235px;
	border-right-width: thick ;
	border-right-style: groove;
	border-top-width: thin ;
	border-top-style: solid ;
	border-color: #999999;
}
/**************************/
#header-picture {
	position:absolute;
	left:7px;
	top:7px;
	width:250px;
	height:177px;
	vertical-align: middle;
	color: #000000;
}
/**************************/
#header-title {
	position:absolute;
	left:258px;
	top:7px;
	width:790px;
	padding: 10px 10px 0px 10px;
	text-align: center;
}
/**************************/
#header-address {
	position:relative;
        top: -20px;
	width:790px;
	font-size: 0.8em;
}
/**************************/
#header-quote {
	position:absolute;
	left:258px;
        top:110px;
	width:790px;
	text-align: center;
}
/**************************/
#links {
	position:absolute;
	left:7px;
	top:184px;
	width:175px;
	background-color: #E0E0E0;
	padding: 20px 10px 20px 10px;
	border-top-width: thin ;
	border-top-style: solid ;
	border-color: #999999;
	font-size: 0.8em;
}
/**************************/
#footer {
	position:absolute;
	left:182px;
	top:620px;
	width:575px;
	height:32px;
	background-color: #E0E0E0;
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
	border-right-width: thick;
	border-right-style: groove;
	border-color: #999999;
}
/**************************/
#full-footer {
	padding: 20px 10px 5px 10px;
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}
/**************************/
#italic {
	font-style: italic;
}