	body {
		margin: 0px;
		padding: 0px;
		background-color: #000;
		color: #fff;
		font-family: "trebuchet ms", arial, Arial, Helvetica, sans-serif;
		font-size: small;
		background-image: url(images/new/right_bg.gif);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	a {
		color: #FC0;
		text-decoration: none;
	}
	
	a img {
		border: none;
	}
	
	h3 {
		margin: 0px;
		padding: 0px;
	}
	
	#container {
		width: 100%;
		text-align: left;
	}
	
	#leftcolumn {
		background-image: url(images/new/left_bg.gif);
		background-repeat: no-repeat;
		float:left;
		width: 306px;
		height: 700px;
	}
	
	#menu {
		width: 166px;
		float: right;
		margin-top: 15px;
		text-align: right;
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#rightcolumn {
		padding-top: 15px;
		float: left;
		width: 60%;
	}
	
	#rightcolumninner {
		width: 90%;
		float: right;
	}
	
	.divided {
		margin-bottom: 15px;
	}
	
	.dividedshop {
		clear: both;
		margin-bottom: 15px;
	}
	
	.dividedshop img {
		clear: both;
		margin-right: 20px;
	}
	
	hr {
		border: solid 2px #fff;
		margin: 10px 0px 10px 0px;
		clear: both;
	}
	
	
