body {
		 margin:0px; padding:0px;
		 text-align: left;
		 font-family: arial, helvetica, sans-serif;
		 background-color: #800040;
		 }
		 
	 
#background {
						width:1570px; height: 1400px;
						margin:10px auto;
						text-align:left;
						background-color:#ffffff;
						border-style: inset; border-width: 15px; border-color:#b7005b;
						
						}
						
#links 		{
			float:left; width: 150px; height: 1380px; padding: 10px;
			border-style: none; border-width: 2px; border-color: #ff359a;
			font-size: 1em;
			background-color: #0000ff;
			}				 								 
	
#content {
				 float:left; width:750px; height:1380px;
				 text-align:left;
				 padding:10px;
				 background-color:#ffffff;
				 }		
	 
#detail {
				 width:730px; height:1270px;
				 text-align:left;
				 padding:0px;
				 background-color:#ffffff;
				 }		 	
	

#footer {
				 width: 730px; height: 80px;
				 text-align:left;
				 padding:10px;
				 background-color:#ffffff;
				 }	
		 		 
#adsright 	{	
			float:left; width:610px; height: 1380px;
			padding:10px;
			text-align:left;
			background-color:#0000ff;
			}	

#ownad		{
			
			margin:30px auto; width:540px; height: 600px;
			padding:10px;
			text-align:center;
			background-color:#00ffff;
			}	

#picad		{
			
			margin:30px auto; width:500px; height: 280px;
			padding:10px;
			text-align:center;
			background-color:#00ffff;
			}	

#affiliate		{
			
			margin:30px auto; width:500px; height: 325px;
			padding:10px;
			text-align:center;
			background-color:#00ffff;
			}	

h1 {	 	 
		 background-color: ;
		 padding: 10px;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 180%;
		 text-align: center;
		 }

h2 {
	 	 background-color: ;
	 	 font-family: arial, helvetica, sans-serif;
	 	 font-size: 120%;
		 text-align: center;
		 }

a:link { 
			 		text-decoration: none;
					color: blue;
}
a:visited { 
					text-decoration: none;
					color: purple;
}
a:hover{
				color: black;
				text-decoration: underline;
				background-color:  #ff99ff;
}


