/* CSS Document */

body {
	background-image:url(images/storeBox.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EEEEEE;
	font-family:century, verdana, sans-serif;
	font-size:0.64em;
	color:#333333;
	margin:0;
	}
	
img {
	border-color: #000000;
}

body a, body a:link, body a:visited {

	color:#ab002d;
	text-decoration:none;
}
	
	
body a:hover, body a:active {

	color:#333333;
	text-decoration:none;

}

#container {
	position	: absolute;
	top			: 12px;
	left		: 12px;
	width		: 175px;
	height		: 245px;
	overflow	: hidden;
}

#content {
	text-align	:justify;
	position	: relative;
	width		: 165px;
	left		: 5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
}

#scrollArea {
	position	: absolute;
	left		: 184px;
	top			: 14px;
	height		: 240px;
	width		: 15px;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background-image:url(images/scroll3.gif);

}

#center{

	text-align: center;
	
	}
