@charset "utf-8";
#left_nav {
	background-image: url(../graphics/house_background.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
#left_nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	padding-left: 2px;
	vertical-align: top;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-color: #000000;
}
h1 {
	font-size: 16px;
	margin-top: 8px;
}
a {
	text-decoration: none;
}


#left_nav a:hover {
	color: #000000;
	background-color: #8E9955;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#right_bar_top {
	background-repeat: no-repeat;
	background-image: url(../graphics/Untitled-1.png);
}
#right_bar_top a {
	color: #000000;
	text-decoration: none;
}
#right_bar_top a:hover {
	color: #0033FF;
}
#right_bar_bottom a:hover {
	color: #0033FF;
}
#right_bar_bottom a {
	color: #000000;
	text-decoration: none;
}

#right_bar_bottom {
	background-color: #E0E3CC;
	background-image: url(../graphics/copper_background.jpg);
	background-repeat: no-repeat;
}
#right_column {
	background-repeat: repeat;
	height: 350px;
	width: 150px;
}


#contact_info {
	text-align: center;
	font-size: 10px;
}


#bottom_nav {
	color: #000000;
	text-align: center;
	background-color: #8e9955;
	font-size: 10px;
}
#bottom_nav a:hover {
	background-color: #C4CA9F;
}
#bottom_nav a {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
p {
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}
.style1 {font-size: 10px}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
#designed_by_cell {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#updated_cell {
	font-size: 10px;
	text-align: center;
}

#designed_by_cell a {
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #C4CA9F;
}


#designed_by_cell a:hover {
	font-weight: bold;

}
