/* CSS Style Sheet for Cleary's Pub Website */

body {
	margin: 0;
	padding:0;
	background-color: #002B00;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bg-main.gif);
}
td {
	vertical-align:top;
}
h1 {
	margin-top: 0;
	color: #1C2F1A;
	font-size: 24px;
}
h2 {
	margin-top:2px;
	margin-bottom: 0px;
	font-size: 20px;
}
p {
	margin-top:0;
	line-height:125%;
}
address {
	font-style: normal;
}
ul {
}
li {
	margin: 8px;
	line-height: 125%;
}
#top {
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
}
#bottom {
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#container {
	width:690px;
	margin-left: 175px;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
	background-color: #F9E8BE;
}
#container a:link, #container a:visited {
	color: #006633;
}
#container a:hover {
	color: #FCEECF;
	background-color: #669933;
	text-decoration: none;
}
#leftCol {
	width: 160px;
	float: left;
	text-align: center;
}
#nav {
	margin-left: 175px;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 700px;
	height: 50px;
}
#nav img {
	border:0;
	padding-right:2px;
}
#bodyContent {
	padding: 10px;
	color:#1F261D;
}
.footnote {
	font-size:90%;
	font-style:italic;
	padding-top: 10px;
}
#footer {
	font-size: 90%;
	color: #FEF1D3;
	text-align: left;
	clear: both;
	margin-left: 180px;
	margin-top: 3px;
}
#footer p {
	margin-top:0;
	margin-bottom:0;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFDD75;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#menu h3 {
	margin-top: 5px;
	background-color:#ABBD75;
	color:#333333;
	padding: 5px;
	margin-bottom: 0px;
	text-align: center;
	font-variant: small-caps;
}
#menu h3 em {
	font-size: 85%;
	padding-left: 15px;
	font-style: normal;
}
#menu td p {
	margin:0;
	margin-left:25px;
	font-size: 95%;
}
#menu td p strong {
	margin-left:-20px;
}
.framedImg, .framedImgLeft {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.framedImgLeft {
	float: left;
	margin-right: 5px;
}
.caption {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	padding-top: 2px;
	text-align: right;
}
