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

body, html {
	margin: 0;
	padding: 0;
	background-color: #759f49;
	/*background-color: #5d863e;
	background-color: #537d27;*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 130%;
	color: #132316;	
	}
	
#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 202px;
	background: #FFFFFF;
	background-image: url(../images/giraffe-new.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}



#menu {
	background-color: transparent;
	background-image: url(../images/MetalWall-menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	/*height: 50px;*/
	top: 200;
	margin: 0;
	padding: 30px 20px 5px 15px;
	font-size: 120%;
	line-height: 140%;
	color: #FFFFFF;
	border-top: #eff2f9 1px solid;
}	
#menu a {
	padding: 0 5px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;	
}
#menu a:hover {
	color: #bc9494;
}


.tagline {
	float: right;
	font-weight: normal;
	font-style: italic;
	font-size: 120%;
	
	}
			

#content {
	position: relative;
	padding: 20px 50px 10px 50px;
}

#content h1 {
	color: #941719;
	font-weight: bold;
	font-size: 170%;
	line-height: normal;
}
#content h2 {
	font-size: 140%;
	font-weight: normal;
}

#content h3 {
	font-size: 130%;
	font-weight: normal;
}
#content h4 {
	font-size: 115%;
	font-weight: normal;
}


#content a {
	text-decoration: underline;
	font-weight: bold;
	color: #941719;
}

#content a:hover {
	color: #bc9494;
}



#bullets {
	margin-left: 0;
}
#bullets li {
	padding-left: 20px;
	list-style: none;
	list-style-type: none;
	background: url(../images/bullet.jpg) left top no-repeat;
}



#photos {
	width: 375px;
	text-align: right;
}
#photos ul {
	list-style: none;
	list-style-type: none;
}


#footer {
	position: relative;
	background-image: url(../images/MetalWall900.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
	text-align: center;
	color: #FFFFFF;
}

#footer p {
	font-size: 80%;
	color: #575;
}
#footer h2 {
	font-weight: normal;
	line-height: normal;
	font-size: 145%;
}

#footer h3 {
	font-weight: normal;
	font-size: 130%;
}
#footer a {
	color: #575;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}
	
li {
	margin-bottom: 10px;
	margin-left: 10px;
}

td {
	vertical-align: top;
}


.floatrt {
	float: right;
	margin-left: 20px;
}

.floatlft {
	float: left;
	margin-right: 20px;

}


.imgb {
	border: 8px double #132316;
	margin-top: 10px;
	margin-bottom: 15px;
	}

.imgt {
	border: 8px double #132316;
	margin-bottom: 10px;
	}


.ken {
	color: #41732c;
	font-style: italic;
	font-size: 130%;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	line-height: normal;

}

#comments p {
	margin-bottom: 30px;
}

.commentGreen {
	color: #41732c;
	font-style: italic;
	font-size: 105%;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	}
.commentRed {
	color: #681617;
	font-style: italic;
	font-size: 105%;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	}	
	
#menuGalleries {
	/*font-size: 90%;*/
	text-align: center;
}	
	
.clearb {
	clear: both;
}	