/* Style by kab012345 : DO NOT COPY WITHOUT PRIOR PERMISSION! */

body {
	background-color: navy;
	font-family: Verdana;
	font-size: 90%;
}

#navbar {
	text-align: center;
	cursor: hand;
	font-family: Arial;
	color: navy;
	background-color: navy;
	padding: 3px;
}	

a {
	/*color: 74a617;*/
	color: FF8C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
#navbar span {
	color: FF8C00;
	cursor: text;
	font-weight: bold;
	padding: 3px;
}

#container p, span {
	text-align: center;
	
}

blockquote {
	line-height: 25px;
}

h1, h2 {
	color: FF8C00;
	font-family: Sans Serif;
}

h1 {
	font-size: 180%;
	letter-spacing: 2pt;
}

h2 {
	font-size: 160%;
	letter-spacing: 1pt;
}

#callout {
	text-align: center;
	/*border-top: 6px double navy;
	border-bottom: 6px double navy;*/
	margin: 15px 15px 0px 15px;
	padding: 15px;
}

#pic {
	float: right;
	margin: 10px 40px 10px 25px;
	/* FOR GOOD ADS */

}

#container {
	padding-left: 1.2em;
	margin: 25px;
	background-color: FFFAFA;
	padding-bottom: 45px;
	padding-top: 10px;
}

#footer {
	text-align: right;
	font-size: 70%;
	margin-right: 20px;
	color: FF8C00;
}