body {
	/*prevents next div element from falling off paper */
	min-width: 760px;
	background-image:url('../img/6.jpg');
	text-align: center;
	background-repeat: no-repeat;
	}
	
#content {
	width: 820px;
	height: 900px;
	padding: 10 0 0 0;
	margin: 0 auto;
	}

.mystri {text-decoration: line-through;}
	
#affiliate{
	width: 120px;
	height: 900px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	}

#shop {
	width: 700px;
	height: 900px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
	}

#title {
	width: 590px;
	margin: 0 auto;
	padding:0 0 5 0;
	}	

#lower {
	width: 700px;
	}	
	
#lowerl {
	padding: 5 0 0 0;
	width: 195px;
	text-align: center;
	float: left}	
	
#lowerm {
	width: 300px;
	height: 250px;
	text-align: center;
	float: left
	}	
	
#lowerr {
	padding: 5 0 0 0;
	width: 195px;
	text-align: center;
	height: 220px;
	float: left;
	font-size: 14px
	}	

	
#lowerbelow {
	width: 450px;
	margin: 0 auto;
	margin: 0 auto;
	padding: 4px;
	font-size: 14px;
	clear:both;
	}		



	/* or you can use this to center based on positioning*/
/*#content {
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -350px;
	}*/
	
/* MISC*/
h1 {
	font-size: 12px;
	text-decoration: underline;
	color: green;
	margin-bottom:0px; 
	}
	
img {border:none}

a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	