body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 14px;
	line-height: 23px;
	background-image: url(images/bg.jpg);
	letter-spacing: 1px;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #33CCFF;
}
a:active {
	text-decoration: none;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(images/colortip.jpg) repeat;
}


#cart{
	width: 750px;
	margin: 20px;
	text-align: left;
}


#headder{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#left_content{
	width: 450px;
	float: left;
}

#right_link{
	clear: right;
	width: 250px;
	float: right;
	background-image: url(images/line_vertical.jpg);
	height: 1450px;
}

#fotter{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.small{
	font-size: 11px;
	line-height: 20px;
}
.big {
	font-size: 16px;
	line-height: 25px;
	color: #333333;
}
.caption {
	font-size: 12px;
	color: #666666;
}
.red {
	color: #FF0000;
}
