body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: url(assets/bg2.gif) repeat-x #fff;
	}
a {outline: 0}
a:link {color: #5C6614;}
a:visited {color: #5C6614;}
a:hover {color: #000;}
a:active {color: #5C6614;}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#home #top {
	background: url(assets/bg-top-home.jpg) no-repeat;
	height: 109px;
	}
#inside #top{
	background: url(assets/bg-top-inside.jpg) no-repeat;
	height: 93px;
	}
#home #topnav {
	background: url(assets/bg-topnav-home.jpg) no-repeat;
	text-align: center;
	}
#inside #topnav {
	background: url(assets/bg-topnav-inside.jpg) no-repeat;
	text-align: center;
	}
#topnav {
	font-weight: bold;
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 5px;}
#topnav a {
	margin: 20px 20px 0 20px;
	text-transform: uppercase;
	font-family: serif;
	text-decoration: none;
	}
#topnav a:link {color: black;}
#topnav a:visited {color: black;}
#topnav a:hover {color: #c00000;}
#topnav a:active {color: black;}
	
#main-outer { background: url(assets/bg-main-outer.jpg) repeat-y #fff; height: 1%; overflow: hidden; }
#home #main-inner {
	background: url(assets/bg-main-inner-home.jpg) no-repeat;
 	overflow: hidden;
	width: 100%;
	}
	
#inside #main-inner {
	background: url(assets/bg-main-inner-inside.jpg) no-repeat;
	overflow: hidden;
	width: 100%;
	}		
#main-bottom {
	height: 38px;
	background: url(assets/bg-main-bottom.jpg) no-repeat;
	clear: both;
	}

#column {
	width: 204px;
	float: left;
	position: relative;
	}
#content {
	width: 500px;
	float: right;
	position: relative;
	display: inline;
	margin-right: 40px;
	padding-top: 10px;
	color: #4a4a4a;
	}
#content li {color: #5c6614;}	
#specials {
	background-color: #b1b789;
	margin-left: 38px;
	margin-right: 8px;
	font-size: 12px;
	color: white;
	text-align: center;
	padding: 5px 0;
	}
#nav {
	margin-left: 38px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 5px;
	}	
#specials a {font-size: 14px; display: block; font-weight: bold;}
#specials a:link {color: white;}
#specials a:visited {color: white;}
#specials a:hover {color: white; text-decoration: none;}
#specials a:active {color: white;}

#news {
	margin-left: 38px;
	margin-right: 8px;
	margin-top: 8px;
	color: black;
	font-size: 11px;
	}
#news a {font-size: 13px; display: block; font-weight: bold;}
#news a:link {color: black;}
#news a:visited {color: black;}
#news a:hover {color: black; text-decoration: none;}
#news a:active {color: black;}

#l-address {
	margin-left: 38px;
	margin-right: 8px;
	margin-top: 10px;
	background: url(assets/bg-l-address.gif) no-repeat;
	padding-top: 20px;
	text-align: center;
	}
.l-address-city {
	color: #c00000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	}
.l-address-phone,
.l-address-phone8 {
	color: black;}

#mission {
	background: url(assets/bg-mission.gif) no-repeat;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	}
#mission p {
	font-family: times, serif;
	font-size: 13px;
	margin: 0 120px;
	}
#copyright {
	color: #888;
	font-size: 10px;
	text-align: center;
	padding-bottom: 1em;
	}
#copyright a:link {color: #888;}
#copyright a:visited {color: #888;}
#copyright a:hover {color: #000;}
#copyright a:active {color: #888;}

/* flash home */
body#home #home-top {
	width: 500px;
	float: right;
	position: relative;
	display: inline;
	margin-right: 40px;
	padding-top: 10px;
	}
body#inside #home-top {display: none;}

