@charset "utf-8";


/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #f8e8b8;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #FFFFFF;
}

/******** Layout Elements ********/

.wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}
.intro	{
	clear:both;
	width:100%;
	margin-bottom:10px;
	text-align:center;
	padding:5px 0px .25px;
/*	background-color:#5c2d29; */
	background-color:#420001;
}
.header {
	height: 263px;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	background-image:url(images/Main%20street%20at%20night.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.content {
	margin: 0 0 10px 230px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.left {
	margin: 0 0 10px 0;
	float: left;
	padding: 8px;
	text-align:center;
	background-color: #ffffff;
	background-image: url(images/menu_divide.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
}

.menu {
	font-size: 150%;
	font-weight: bold;
	color:#7f713c;
	width: 100%;
	height: 30px;
	margin: 10px auto 10px;
	background-color: #ffffff;
	text-align:center;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	padding: 10px 7px 10px 7px;
	border-left:thin solid #7f713c;
	display: inline;
	background: none;
}

.menu ul li.first {
	border-left:none;
	display: inline;
	background: none;
}

.menu a {
/*	padding: 10px 30px 10px 30px; */
/*	font-size: 130%; */
	color: #7f713c;
	text-decoration:none;
}

.menu a:link {
/*	padding: 10px 30px 10px 30px; */
/*	font-size: 130%; */
	color: #7f713c;
	text-decoration:none;
}

.menu a:visited {
/*	padding: 10px 30px 10px 30px; */
/*	font-size: 130%; */
	color: #7f713c;
	text-decoration:none;
}

.menu a:hover {
	text-decoration: none;
	color: #420001;
	background-color:#ffffff;
}
.menu a:active {
/*	padding: 10px 30px 10px 30px; */
/*	font-size: 130%; */
	color: #7f713c;
	text-decoration:none;
}
.leftEm {
	color:#fB6705;
}
.ourmenu {text-align:center; width:99%}
/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #990000;
	text-transform: uppercase;
	text-align: left;
}
h1.basil {
	font-size: 18px;
	font-weight: lighter;
	color: #7f713c;
	margin-bottom:10px;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: normal;
	color: #990000;
}
h2.basil {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	

a, a:active, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #999933;
	text-decoration: underline;
}

a.linkpage, a.linkpage:active, a.linkpage:visited {
	color:#7f713c;
	text-decoration:none;
}
a.linkpage:hover {
	color:#420001;
	text-decoration:none;
}
.header a, .header a:active, .header a:visited {
	color: #999999;
}

.header a:hover {
	color: #999999;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
	color: #420001;
}
p.intro {
	margin: 0 0 15px 0;
	color: #f8e8b8;
}
.left p {
	margin: 0 0 10px 0;
	color: #669933;
}
p.basil {
	color:#7f713c;
	font-weight:bold;
}
p.contact {
	font-weight:bold;
	font-style:italic;
	text-indent:-10px;
	margin:0px 0px 3px 10px;
}
.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #999999;
}

.left {
	float: left;
	margin: 0 0 10px 0;
	padding: 8px;
	color: #669900;
}

.right {
	float: right;
	margin: 0 0 10px 0;
	padding: 8px;
}

.center {
	text-align:center;
	float:left;
	width:400px;
}

.basil {
	color:#7f713c;
}
.chocolate {
	color:#420001;
}
.cream {
		color:#f9f1d7;
}

.nytimes_box {
/*	background-image: url(images/nytimes_short_bg.jpg);
*/	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:300px;
	text-align:center;
	background-color:#ffffff;
	color: #660000;
	background-repeat: no-repeat;
	background-position: center top;
	border: medium solid #660000;
}

.nytimes_box a {
	color:#660000;
}
.news {width:75%; margin-left:40px}
/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}
