/* CPRgallery.css   Cracked Pepper Restaurant main CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #C8CBA7;
	height: auto;
	margin-top: 0px;
}
#gallery { text-align: center; }
#gallery h1, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	text-indent: 100px;
}
#gallery h1 {
	font-size: 140%;
}
#gallery h3 { font-size: 110%; }

/************ footer */
#footer {
	width:800px;
	height:33px;
	z-index:4;
	color: #F9F7E3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	clear: both;
	font-size: 80%;
	text-align: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CDCCA9;
	margin-top: 2px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/backgrounds/menubanner.jpg);
}

#footer ul {
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
	padding-top: 8px;
	background-position: center;
}

#footer ul li {
	margin: 10;
	display: inline;
	padding-right: 10px;
}

#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
}

/************** links for all no underline, gold=link olive=visited ************* */
a { text-decoration: none; }
a:link {
	color: #9B7E4E;
	font-weight: bold;
}
 a:visited {
	color: #5E5E36;
	font-weight: normal;
}
ul { list-style-type: none; }


/*************  classes ******** */
.smallBrown {
	font-size: 95%;
	color: #A88A58;
	margin-left: 50%;
}
.lighter {
	font-weight: lighter;
	color: #333333;
}
