* {
	border: 0px;
	border: none;
	padding: 0px;
	margin: 0px;
}

body {
	background: transparent url(../images/jpg/basketbg.jpg) repeat scroll;
	font: normal 100% Arial,Geneva,sans-serif;
}

h1 {
	text-align: center;
}

a {
	background-color: transparent;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: disc;
}

p {
	margin: 1em 0;
}

h2 {
	margin: 1em 0 .5em 0;
}

hr {
	background: SlateGrey;
	color: SlateGrey
	width: 100%;
	margin: 10px auto 1px 0px;
}

p.subtitle {
	font-size: smaller;
	text-align: center;
}


#leftborder {
	float: left;
	width: 10%;
	height: 100%;
	min-width: 70px;
	min-height: 356px;
	position: relative;
	background: url(../images/png/ASleftborder.png) repeat-y left top;
}

#rightborder {
	float: right;
	width: 10%;
	height: 100%;
	min-width: 70px;
	min-height: 356px;
	position: relative;
	background: url(../images/png/ASrightborder.png) repeat-y right top;
}

.list {
	float: left;
	width: 80%;
	height: 100%;
	position: relative;
}

.prop {
	float: right;
	width: 1px;
}

.min4000px {
	height: 4000px;
}

.min3000px {
	height: 3000px;
}

.min2000px {
	height: 2000px;
}

.min1700px {
	height: 1700px;
}

.min1500px {
	height: 1500px;
}

.min1300px {
	height: 1300px;
}

.listitemtitle {
	font-weight: bolder;
}

