@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	background-color: #8fceeb;
	margin: 0 auto;
}


body {
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	color: #000;
	background-color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

p {
	color: #000;
	font-size: 90%;
}
h2 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-weight: 400;
	color: #000066;
	font-size: 100%;
}

h4 {
	color: #000099;
	text-align: center;
	font-weight: 400;
}
h5 {
	font-weight: 400;
	color: #0000FF;
	text-align: center;
	padding: 2px;
	font-size: 70%;
}
h6 {
	font-family: "Comic Sans MS", cursive;
	font-size: 70%;
	color: #000;
}
.bold {
	font-weight: bold;
	letter-spacing: .1em;
	color: #000033;
}


#navbar {
	height: 2.5em;
	width: 800px;
}


#banner {
	background-image: url(../graphics/banner_home.gif);
	background-repeat: no-repeat;
}
#banner_home {
	background-image: url(../graphics/banner_home.gif);
	background-repeat: no-repeat;
}
#banner_about {
	background-image: url(../graphics/banner_about.gif);
	background-repeat: no-repeat;
}
#banner_services {
	background-image: url(../graphics/banner_services.gif);
	background-repeat: no-repeat;
}
#banner_gallery {
	background-image: url(../graphics/banner_gallery.gif);
	background-repeat: no-repeat;
}
#banner_contact {
	background-image: url(../graphics/banner_contact.gif);
	background-repeat: no-repeat;
}
#home {
	width: 160px;
	height: 50px;
	background-image: url(../graphics/home_down.gif);
}

#home:hover {
	width: 160px;
	height: 50px;
	background-image: url(../graphics/home_over.gif);
}
#about_us {
	height: 50px;
	width: 160px;
	background-image: url(../graphics/about_us_down.gif);
	margin-left: 160px;
}
#about_us:hover {
	height: 50px;
	width: 160px;
	background-image: url(../graphics/about_us_over.gif);
	margin-left: 160px;
}
#services {
	height: 50px;
	width: 160px;
	background-image: url(../graphics/services_down.gif);
	margin-left: 160px;
}
#services:hover {
	height: 50px;
	width: 160px;
	background-image: url(../graphics/services_over.gif);
	margin-left: 160px;
}
#sidebar1 {
	float: left;
	width: 180px;
	padding: 10px;
}

#main_content {
	display: block;
	width: 580px;
	margin-left: 200px;
	padding: 10px;
	border-left: 1px solid #000;
}
#about_content {
	width: 780px;
	padding: 10px;
}

.float_left {
	margin: 10px;
	float: left;
}

.float_right {
	margin: 10px;
	float: right;
}
#navbar {
	height: 50px;
	width: 800px;
}
#footer {
	width:auto;
	height:30px;
}
s
