
body {
	font-family: Optima, sans-serif;
	background-color: rgb(232,232,232);
}

h1 {
	font-family: Verdana, sans-serif;
	color: rgb(11,50,68);
	font-size: large;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: rgb(115,115,115);
	font-size: medium;
	text-transform: capitalize;
}
div#copyright {
    font:8px 'Trebuchet MS';
    color:#222;
    text-indent:30px;
    padding:40px 0 0 0;
}

#pagetop {
	background-color: rgb(148,149,140);
}
div#copyright {
    font:8px 'Trebuchet MS';
    color:#222;
    text-indent:30px;
    padding:40px 0 0 0;
}

#pagetop {
	background-color: rgb(148,149,140);
}
#footer {
	width: 100%;
	height: 30px;
	background-color:#999;
}

#footer ul
{
	margin: 0px; 
	padding: 0px;
}
#footer ul li
{
	display: inline-block;
	height: 30px;
	float: left;
	list-style: none;
	margin-left: 15px;
	font-size: small;
}

#footer li a
{
	color:#fff;
	text-decoration: none;
}

#footer li a:hover
{
	color: #fff;
	text-decoration: underline;
}


