/* CSS Document */

/* =============================================================================
King and Gibson Stylesheet
============================================================================= */
@charset "UTF-8";
/* CSS Document */

#address {
	color:#feffd7;
	font-size:18px;
	width:350px;
	margin-left:400px;
	text-align:right;
	padding-top:30px;
}

#address a {
	text-decoration:none;
	color:#feffd7;
}

#address a:hover {
	color:#d71018;
}

#menu {
	font-size:14px;
	padding-top:14px;
	text-align:center;
	color:#c84b1e;
}

#menu a {
	font-size:18px;
	color:#feffd7;
	text-decoration:none;
}

#menu a:hover {
	color:#d71018;
}

#on a {
	color:#d71018;
}

#shadow-btm a {
	color:#897566;
	text-decoration:none;
}

#shadow-btm a:hover {
	color:#65564b;
}


#image {
	width:721px;
	margin-left:24px;
	border-bottom:1px solid #090504;
}

#main {
	width:681px;
	margin-left:24px;
	margin-top:-10px;
	padding:0px 20px 10px 20px;
}

.title {
	font-size:18px;
	color:#64000b;
}

.title2 {
	font-size:16px;
	color:#64000b;
}

.browntext {
	color:#64000b;
}

.smaller {
	font-size:10px;
}

a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#64000b;
}

.clear {
   clear: both;
}

