html
{
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
}
body
{
	/*background-image: url(../images/homePage/bgMain.jpg);*/
	background: #f6edce;
	font-family: "CLARENCE", "Comic Sans MS", "Arial", sans-serif;
	font-size: 15px;
	color: #0a350a;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
p
{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 5px;
	padding: 5px;
}

ul li
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.2em;
}

h1
{
	margin: 0px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0px;
}

h2
{
	margin: 0px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0px;
}

h3
{
	margin: 0px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0px;
}

h4
{
	margin: 5px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0px;
}

h5
{
	margin: 0px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0px;
}

h6
{
	margin: 0px;
	margin-left: 5px;
	margin-top: 15px;
	padding: 0px;
}
a 
{
	text-decoration: none;
}
a:link 
{
	/* unvisited link */
	color: #0a350a;
}     
a:visited 
{
	/* visited link */
	color: #0a350a;
}  
a:hover 
{
	/* mouse over link */
	color: #659065;
}   
a:active 
{
	/* selected link */
	color: #0a350a;
}  
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
hr
{
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#menuBox
{
	position: absolute;
	top: 75px;
	left: 0px;
	bottom: 0px;
	width: 190px;
	background: url(../images/homePage/bgMenu.jpg);
	overflow: auto;
}
#titleBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 75px;
	overflow: hidden;
	background: url(../images/homePage/bgMenu.jpg);
}
#mainBox
{
	position: absolute;
	top: 85px;
	left: 200px;
	bottom: 0px;
	right: 0px;
	overflow: auto;
	padding-right: 10px;
}
#verticalRip
{
	position: absolute;
	left: 190px;
	top: 75px;
	width: 10px;
	bottom: 0px;
	background: url(../images/homePage/vRip.jpg) repeat-y;
}
#horizontalRip
{
	position: absolute;
	left: 195px;
	top: 75px;
	right: 0px;
	height: 7px;
	background: url(../images/homePage/hRip.jpg) repeat-x;
}
#cornerRip
{
	position: absolute;
	left: 200px;
	top: 65px;
	width: 10px;
	height: 10px;
}
#mainTitle
{
	font-size: 42px;
	text-decoration: bold;
	margin-left: 200px;
	margin-top: 5px;
}
.menuItem
{
	font-size: 18px;
	text-decoration: bold;
	margin-left: 0.25em;
}
.imageCell
{
	width: 170px;
	height: 170px;
	vertical-align: bottom;
	margin: auto;
	text-align: center;
}
.textCell
{
	width: 170px;
	height: 1em;
	vertical-align: top;
	margin: auto;
	text-align: center;
}
.indexPic
{
	background: url(../images/homePage/bgMain.jpg);
	height: 150px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	overflow: hidden;
	border: 0px;
}
.indexPicTitle
{
	font-size: 18px;
    height: 50px;
	width: 150px;
	text-align: center;
}
.nPic
{
	margin: 10px;
	margin-left: 5px;
	display: block;
	border: 0px;
	float: left;
	clear: left;
}
.picDesc
{
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
	clear: left;
}
.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.price
{
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.box
{
	clear: left;
	margin: 10px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid;
	background-color: #fff9e9;
}