html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 13px;
   line-height: 1.3em; 
   color: #1f1f1f;
   background: #e9e4da;
}

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

a:hover {
	color: #c37fcc;
}

a img {
	border: 0;
}

h1 {
	font-size: 150%;
	line-height: 1.2em;
	margin: 10px 0 1.2em 0;
	padding: 0;
	color: #135f00;
	font-weight: normal;
}

h2 {
	font-size: 125%;
	line-height: 1.5em;
	margin: 1em 0 .5em 0;
	padding: 0;
	color: #67a938;
	font-weight: normal;
	border-bottom: 1px solid #e8e6e1;
}

p {
	margin: .5em 0 .5em 0;
	padding: 0;
}

/* page structure */

#container {
   min-height:100%;
   position:relative;
   width: 900px;
   margin: 0 auto 0 auto;

}
#header {
	width: 900px;
	height: 150px;
	margin: 0 0 10px 0;
	background: url(../img/bg_header.gif) no-repeat;
}
#page {
   padding-bottom:200px;   /* height of the footer */
   width: 900px;
   margin: 0;
   overflow: hidden;
   background: url(../img/bg_page.gif) center 200px repeat-y;





}
#footer {
   position:absolute;
   bottom:0;
   padding: 10px 20px 10px 20px;
   height:180px;   /* height of the footer */
   color: #fff;
   background:#454543;
   font-size: 85%;
   line-height: 1.4em;
}

#page_top { /* has IE equivalent */
	margin: 0;
	padding: 0;
}

/* header */

#logo {
	margin: 25px 0 0 15px;
	float: left;
}

/* search */

#search {
	margin: 20px 10px 0 0;
	float: right;
}

#search label {
	color: #135f00;
	font-size: 120%;
	float: left;
	margin: 10px 8px 0 14px;
}

#search-input {
	width: 190px;
	padding: 2px;
	float: left;
	margin: 10px 4px 0 0;
}

#go {
	margin: 12px 0 0 0;
}

/* navigation */

#nav {
	width: 860px;
	height: 31px;
	float: left;
	list-style: none;
	margin: 26px 0 0 20px;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav li a {
	color: #fff;
	line-height: 2.4em;
	height: 11px;
	padding: 7px 20px;
	text-decoration: none;
	font-weight: normal;
}

#nav li a:hover { /* has IE equivalent */
	/*background: #104900;*/
	background-color: rgba(16,65,0,0.6);
}

/* subnavigation */

#subnav {
	width: 200px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	background: #faf8f3;
	border-top: 1px solid #e8e6e1;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav li a {
	padding: 5px 20px 5px 20px;
	width: 160px;
	display: block;
	color: #585858;
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	line-height: 1.3em;
	border-bottom: 1px solid #e8e6e1;
}

#subnav li a:hover {
	background: #efdbed;
	color: #9f67a6;
}

/* on states */

body#res_chains #sn_res_chains {
	background: url(../img/subnav_pointer.gif) 185px center no-repeat #486941;
	color: #fff;

}

/* content */

#content {
	width: 650px;
	float: left;
	padding-bottom: 20px;

}

#content_2col {
	width: 470px;
	float: left;
	padding-bottom: 20px;
}

.breadcrumbs {
	font-size: 85%;
	line-height: 1em;
	color: #9b9b9b;
	text-align: right;
	margin: 0;
	padding: 0;
}

.title {
	font-weight: bold;
}

/* sidebar */

#sidebar {
	float: right;
	text-align: right;
	width: 170px;
	margin: 6px 20px 20px 0;
	border-bottom: 1px solid #e8e6e1;
}

.stamp {
	margin-bottom: 4px;
}

#sidebar ol {
	margin: 0;
	padding: 6px 0 8px 0;
}

#sidebar ol li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.1em;
	list-style-position: inside;
}

#support {
	padding: 5px;
	float: right;
	border: 1px solid black;
	background-color: lavender;
	color: black;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#support a:link, div#support a:visited {
		font-weight: bold;
}
/* footer */

#logo_footer {
	margin: 0 0 20px 20px;
}

/* page specific */

/* Top Restaurant Chains */

.feature_link {
	padding: 0 0 0 70px;
	margin: 0 0 20px 0;
	min-height: 68px;
}

.feature_link a {
	font-size: 115%;
	line-height: 1.4em;
	padding: 0 16px 0 0;
	background: url(../img/feature_link_pointer.gif) right center no-repeat;
}

.picks {
	background: url(../img/guide/icon_vj_cover.jpg) left top no-repeat;
}

.vote {
	background: url(../img/guide/icon_vote.jpg) left top no-repeat;
}

.choices {
	background: url(../img/guide/icon_readers_choice.jpg) left top no-repeat;
}

/* IE 5 & 6 only */

/*#container { 
   height:100%;
}*/
