@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;	
	line-height:150%
}
img{
	border:none;
}
#wrapper{
	width:100%;
	height:100%;
	align: center;
	height:auto;
}

#content{
	width: 910px;
	height: auto;
	margin-left: auto ;
 	margin-right: auto ;
}

#logo{
	padding-bottom: 30px;
	padding-top:20px;
	margin-left: auto ;
 	margin-right: auto ;
	width:810px;
}

#left{
	padding-left:35px;
	width: 215px;
	float:left;
}
	
#right{
	float:right;
	width:615px;
	padding-left: 35px;
}
#left img{
	padding-top:10px;
	padding-bottom: 10px;
	border:none;
}
#text{
padding-top:35px;	
}
#listeditems{
	background-image: url(images/book.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	height: 400px;
}
li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-left: 30px;
	background-image: url(images/bullett.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#paypal{
padding-top:50px;
width; 100%;
}
#paypalimg{
padding-top: 25px;	
}
#thankyou{
	padding-top: 30px;
	padding-bottom:70px;
	font-size: 36px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;	
}
#red{
	color:#F09;
}