body {
	background:#e2e2e2 url('images/page_bg.jpg') repeat-x top left;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	margin-top:-2px;
	margin-left:-2px;
	margin-bottom:-3px;	
}

#NavBar {
	height:20px;
	background:#a0da2b url('images/header_bg.jpg') repeat-x top left;
	border-top:10px solid #77a13d;
	border-bottom:10px solid #77a13d;
	text-align:center	
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:350px;
	padding:10px;
	float:left;
	text-align:center;
}
#specials {
	width:740px;
	padding:10px;
	float:left;
	text-align:center;
	background:#FFFFFF;
}

#contentRight {
	width:350px;
	float:right;
	text-align:center;
	color:#af420a;
}
#RightTop {
	width:350px;
	float:right;
	text-align:center;
	
}


#Catalog{
	width:325px;
	padding:10px;
	float:right;
	text-align:center;
	
	
}
#FavLinks {
	width:325px;
	padding:10px;
	float:right;
	text-align:center;
	
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;

}

#content h2 {
	color:#af420a;
	font-size:18pt;
	border-bottom:1px solid #ccc;
	width:auto;
}

#content h3 {
	color:#af420a;
	font-size:12pt;
}

#content h4 {
	font-size:16px;
	font:bolder;
	text-align:center;
}

#photos {
	width:350px;
	height:124x;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#R-sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:#f2f7e9 url('images/li-off.jpg') no-repeat top left;
	color:#060;
	text-indent:30px;
	text-decoration:none
}

#sidebar ul li a:hover {
	background:#f2f7e9 url('images/li-on.jpg') no-repeat top left;
}
.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}