/* main structure */
html {

}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #fff;
	font: small Verdana, sans-serif;
	text-align:left;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
h1 {
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
#content {
	width: 612px;
	margin: 35px auto 0 auto;
	background: #319729;
	border: 1px solid #474747;
}

#nav {
	font-family: Verdana, serif;
	font-size: 12px;
	width: 100%;
	background: #32972d;
}

#nav_list {
	text-align: right;
	color: #ebebeb;
	padding-right: 105px;
}

#nav_list a:link, #nav_list a:visited {
	text-decoration: none;
	color: #fff;
}

#nav_list a:hover {
	color: #fff;
	text-decoration: underline;
	background: #45c93b;
}

#main_content {
	background-image: url(../images/rc_middle.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#left_column {
	float: left;
	width: 168px;
}
#left_column img {
	padding-left: 12px;
}

#left_column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#left_column li {
	padding: 2px 0px 2px 30px;
}

#left_column a:link, #left_column a:visited {
	font-family: tahoma, serif;
	font-size:12px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 116px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	text-align: right;
	border: solid 1px #9B000E;
	background-color:#fff;
}
#left_column a:hover {
	font-family: tahoma, serif;
	color: #fff;
	width: 112px;
	padding-right: 8px;
	border: solid 1px #c3050d;
	background-color:#9B000E;
}

#right_column {
	float: right;
	width: 436px;
	border-right: 8px solid #32972d;
	font-family: Palatino Linotype, verdana, serif;
}
#right_column img {
	border: 1px solid #000;
	margin: 12px;
}

#rc_top {
	height: 16px;
	background-image: url(../images/rc_top.gif);
	background-repeat: no-repeat;
}
#rc_content {
	margin: 15px 28px 15px 28px;
}
#rc_content h1 {
	padding: 0;
	margin: 0;
}
#rc_content a:link, #rc_content a:visited {
	color: #319729;
	text-decoration: none;
}

#rc_content a:hover {
	color: #83cc7d;
	text-decoration: underline;
}

#clear {
	clear: both;
}
#rc_bottom {
	float: right;
	height: 16px;
	border-right: 8px solid #32972d;
}

#footer {
	clear: both;
	height: 25px;
	background: #319729;
}
#footer_links {
	width: 450px;
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 15px 0 45px 0;
	background-image: url(../images/b_links.gif);
	background-repeat: no-repeat;
}
#footer_links p {
	font-size: 10px;
}
#footer_links a:link, #footer_links a:visited {
	font-family: tahoma, serif;
	font-size: 10px;
	text-decoration: underline;
	color: #242424;
}
#footer_links a:hover {
	color: #777;
}




/* index page */
#site_features{
	border:1px solid #a0a0a0;
	width:376px;
}
#site_features img {
	border:1px solid #ddd;
	padding:0px;
	margin:0px 0px 0px 0px;
}





/* location/toppings page */
#selections h2 {
	margin: 0;
	padding-top: 20px;
}
#selections ul {
	margin: 0;
	padding-left: 15px;
}
#selections .f_left {
	float: left;
	width: 170px;
	padding-left: 20px;
}
#selections .f_right {
	float: right;
	width: 170px;
	padding-right: 20px;
}
.f_left {
	float: left;
	padding-left: 30px;
}
.f_right {
	float: right;
	padding-right: 60px;
}

/* photo page */
#photos ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#photos li {
	display: inline;
	padding: 10px 0 20px 0;
	margin: 0;
}
#photos img {
	padding: 0;
	margin: 10px;
}

/* menu pages */
#menu_items h1 {
	padding: 0;
	margin-bottom: 15px;
}
#menu_items h3 {
	margin: 0;
	padding: 3px;
}
#menu_items p {
	margin: 0;
	padding: 0;
}

/* guestbook page */
#gbook p {
	margin: 0;
	padding: 0;
}

#gbook_form li {

	color: #9B000E;
}
#gbook_form {
	margin: 20px 0 20px 0;
	padding: 10px;
	background: #e0f7de;
	border: 1px dotted #808080;
}
#gbook_form h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#gbook_form form {
	padding: 0;
	margin: 0;
}