﻿#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}
body {
	background-color: #ccc;
	text-align: center;
	min-width: 760px;
}
#header {
	background-image: url('gradiant.gif');
	background-repeat: repeat-x;
	height: 144px;
	text-align: center;
}
#navbar {
    margin: 0px;
	height: 30px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #00c;
	text-align: center;
}
ul {
	font-family: "Comic Sans MS";
	font-size: small;
	position: relative;
	}

#navbar ul {
	padding: 0px;
	font-family: Georgia, serif;;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#navbar li {
	list-style-type: none;
	display: inline;
}
#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
#navbar li a:link {
	color: #FFF;
	font-size: x-large;
}
#navbar li a:visited {
	color: #CCCCFF;
	font-size: x-large;
}
#navbar li a:hover {
    font-weight: bold;
    color: white;
    background-color: navy;
}
.content {
	width: 740px;
	margin-top: 10px;
	margin-left: 30px;
	font-family: comic sans;
	line-height: 20px;
	text-indent: 20px;
	height: auto;
}
.content p {
	padding: 5px 15px 5px 15px;
	font-family: "Comic Sans MS";
}
.image {
	border: medium navy double;
	float: left;
	margin: 5px 30px 20px 20px;
}
.imagecomplimant {
	border: medium navy double;
	float: right;
	margin: 5px 20px 20px 30px;
}
h1 {
	font-size: x-large;
}
h2 {
	font-style: italic;
	font-size: 34px;
	color: #669;
	margin-right: 40px;
	text-align: center;
	margin-top: 80px;
	margin-left: 50px;
}

h3 {
	font-style: italic;
	font-size: 34px;
	color: #669;
	margin-right: 40px;
	text-align: center;
	margin-top: 80px;
	margin-left: 50px;
}
h4 {
	font-size: x-large;
	text-decoration: underline;
	margin-right: 35%;
	text-align: right;
}
.emphasis {
	font-weight: bold;
	color: #090;

}
.contact {
	font-size: large;
	color: navy;
	list-style: disc;
}
#footer {
	background-color: gray;
	text-align: center;
	font-size: small;
	height: 25px;
}

