html{
	margin:0;
	padding:0;
	border:0;
	font-family: "Times New Roman, Times, serif";
	background-color:#d2d2d2;
	font-size:16px;
	font-style:normal;
	color:black;
}
body{
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0px 0px 20px 0px; 
	border:0; 
}
#mainpage{
	position:relative;
	margin:0px auto 0px auto;
	min-height:200px;
	background-image:url("../pics/topimage.jpg");
	background-repeat: no-repeat;
	background-color:#d2d2d2;
	padding:0;
	width:953px;

}
#toppage{
	position:relative;
	height:290px;
	width:953px;
	clear:both;
	margin:0px 0px 0px 0px;
}
#leftpage{
	position:relative;
	width:313px;
	height:600px;
	float:left;
	margin:0;
	padding:0;
	background-image:url("../pics/leftimage.jpg");
	background-repeat: no-repeat;
}
#leftpage ul{
	margin:0;
	padding:0;
}
#rightpage{
	position:relative;
	float:left;
	width:640px;
	margin:0;
	padding:0;
	background-image:url("../pics/rightimage.jpg");
	background-repeat: no-repeat;
}
#cock{
	position:fixed;
	bottom:0px;
	left:5px;
}
#minHeight{
	height:100px;
	width:1px;
}
#cartinfo{
	position:absolute;
	top:295px;
	right:100px;
}
#cartinfo a, a:active, a:visited{
	color:black;
	text-decoration:underline;
}
#cartinfo a:hover{
	color:#666666;
}
#bottom{
	position:relative;
	clear:both;
	width:800px;
	height:40px;
	padding-top:30px;
	margin:0px auto 0px auto;
	text-align:center;
	color:#bdbdbd;
z-index:1;
}
#bottom a, a:visited, a:active{
	color:#bdbdbd;
	text-decoration:none;
}
#bottom a:hover{
	color:#999999;
	text-decoration:underline;
}
