body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	background-image: url(../media/bkgrnd-tiling.jpg);
	background-position: center top;
}
#wrapper {
	width: 719px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../media/bkgrnd-main-repeat.jpg);
	background-repeat: repeat-x;
}
#container {
	float: left;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(../media/bkgrnd-main-repeat.jpg);
	margin-bottom: 20px;
}
#header {
	background-image: url(../media/bkgrnd-header.jpg);
	background-repeat: no-repeat;
	width: 719px;
	float: left;
	height: 166px;
}
#logo {
	height: 56px;
	width: 218px;
	float: left;
	padding-top: 30px;
	padding-left: 25px;
}
#nav_container {
	clear: both;
	height: 31px;
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 43px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.btn {
	float: left;
	height: 31px;
	width: 90px;
	padding: 0px;
	margin: 0px;
}
.btn a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	display: block;
	height: 24px;
	width: 90px;
	margin: 0px;
	background-image: url(../media/button-nav.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.btn a:hover {
	background-image: url(../media/button-nav-over.jpg);
	background-repeat: no-repeat;

}

.btn a#current {
	background-image: url(../media/button-nav-over.jpg);
	background-repeat: no-repeat;

}
#content_wrap {
	background-image: url(../media/bkgrnd-main.jpg);
	background-position: 0px -150px;
	background-repeat: no-repeat;
	width: 719px;
	float: left;
	clear: both;
}
#content {
	float: left;
	width: 475px;
	padding-top: 30px;
	padding-left: 25px;
	padding-bottom: 30px;
}

#content a {
	color: #660000;
	padding-left: 2px;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
}

/* for understanding browsers */
#container {
min-height:500px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #container {
height: 500px;
}
html> #container {
height:auto;
min-height:500px;
}
/**/
#content h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(../media/header-line.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	background-position: -12px 20px;
	width: 450px;
}
#content_img {
	padding-top: 32px;
	padding-left: 15px;
	width: 435px;
	padding-bottom: 32px;
}
#rt_columnwrap {
	float: left;
	width: 155px;
	margin-top: 65px;
	margin-left: 30px;
}
#menu {
	height: 167px;
	padding-bottom: 25px;
	width: 164px;
}
#menu a {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin: 10px 0px 10px 10px;
	background-image: url(../media/bullet-star.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left 4px;
	display: block;
	width: 135px;
	text-indent: 3px;
}

#menu a:hover {
	color: #BE9A4E;
	text-decoration: underline;
}
#location {
	height: 98px;
	width: 135px;
	padding-top: 40px;
	margin-left: 10px;
}
#footer_wrap {
	float: left;
	width: 719px;
	background-image: url(../media/bkgrnd-footer2.jpg);
	height: 45px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4F0506;
}
#footer {
	text-align: center;
	margin-top: 15px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	padding-right: 10px;
}
#footer a:hover {
	color: #C2952E;
	text-decoration: underline;
}

/* Menu-related styles: */

.sectionname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	width: 470px;
	color: #4B0708;
	line-height: 22px;
	float: left;
	font-weight: bold;
	background-image: url(../media/header-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
.section_text {
	font-size: 10px;
	color: #490407;
	width: 410px;
	margin: 0px 0px 6px;
}

.item h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	float: left; /* changed */
	width: 330px;
}

/* This is the div tag for menu items */
.menu_description {
	display: block;
	/*width: 365px;*/
	width: 330px;
	 float: left; 
	font-size: 10px;
}
.price {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 75px;
	text-align: right;
	display: block;
}
.item {
	/*width: 445px;*/
	width: 445px;
	float: left;
	margin-bottom: 12px;
	border: none;
}
.pricea {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 40px;
	text-align: left;
	border: none;
	padding-left: 15px;
	display: block;
}
.priceb {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 45px;
	text-align: right;
	display: block;
/*display: block;*/
}
.top_price {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 365px;
	text-align: right;
	padding-top: 10px;
}
.top_price2 {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 75px;
	text-align: right;
	padding-top: 10px;
}

#praxisCredit {
	width: 263px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 15px;
}
#praxisCredit .sitedesign {
	font-size: 10px;
	font-weight: normal;
	color: #E8DAC1;
	text-decoration: none;
	float: left;
	width: 122px;
	padding-top: 4px;
	height: 25px;
	text-transform: lowercase;
}
#praxisCredit .praxisicon a {
	font-size: 10px;
	font-weight: normal;
	color: #E8DAC1;
	text-decoration: none;
	width: 105px;
	background-image: url(../media/praxis-tan.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top: 4px;
	padding-left: 24px;
	background-position: 3px 4px;
	text-transform: capitalize;
	margin-left: 2px;
	float: right;
}
#praxisCredit .praxisicon a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
