#header {
	background-image: url(images/vertical.jpg);
	background-repeat: repeat-y;
}
#hr {
	background-image: url(images/horizontal.jpg);
	background-repeat: repeat-x;
}
#main {
	float: right;
	padding-left: 10px;
}
body {
	background-color: #CCCCCC;
	float: none;
	width: 95%;
	border: 1px solid #666666;
}
#wrapper {
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 170px;
	padding-left: 20px;
	background-image: url(images/vertical.jpg);
	background-repeat: repeat-y;
}
#navmenu {
	list-style-type: circle;
	margin-left: 0px;
	padding-left: 8px;
	line-height: 22px;
}
/*  from easynichestore BEGINS  */
td { text-align: left; font-family:Tahoma; font-size:12px; color:#806C59; }
form { margin:0px; padding:0px; }
a { font-family:Arial; font-size:13px; text-decoration: none; font-weight: bold; color:#596F80; }
a:hover { color : #596F80; text-decoration : underline; }
H1 { color: #596F80; font-weight: bold; font-size : 16px; }
.line { border-top: 1px dotted #AAAAAA; border-right: 0px none; border-bottom: 0px none; border-left: 0px none; }
.pricecolor { color: #CC3300; }

/*  from easynichestore ENDS  */
