html {
	margin: 0;
	padding: 0;
	}

body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus {
	text-decoration: underline;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #444;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #333333;
	}
a:hover { 
	text-decoration: underline; 
	color: #333333;
	}

a:active {
	color: #333333;
	}

p, li {
	line-height: 1.8em;
	text-align: justify;
	font-size:120%
}
h1, h2 {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	
}
h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}

p.logo {
	float: right;
}

p.center {
	line-height: 1.8em;
	text-align: center;
}

p.left {
	background: transparent url(h6.gif) no-repeat top left;
	position: absolute;
	border: 0;
	text-align: left;
	width: 517px;
	left: 350px;
	top: 1181px;
	height: 72px;
	}
	
p.url {
	background: transparent url(h6.gif) no-repeat top left;
	position: absolute;
	border: 0;
	text-align: center;
	width: 517px;
	left: 700px;
	top: 1169px;
	height: 31px;
	
	}
.photoright {float: right; padding:2px 100px 8px 0px; margin: 0; font-size:110%; text-align:left; color: #444; width: 250px;}
.photoleft {float: left; padding:2px 0px 8px 100px; margin: 0; font-size:120%; color: #444; width: 200px;}
.photocenter {float: center; padding:2px 5px 8px 5px; margin: 0; font-size:120%; color: #444; width: 200px;}
p.caption {text-align: center; color: #444; width: 200px;}

div#page {
	background-color: #fff;
	margin: 0 auto;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
