body {
		 margin:0px; padding:0px;
		 text-align: center;
		 font-family: arial, helvetica, sans-serif;
		 background: #800080;
		 }
#background {
						width:970px; height: 1400px;
						margin:10px auto;
						text-align:left;
						background: #f3f0ff;
						border-style: inset; border-width: 15px; border-color: #cc33ff;
						
						}		 
	
#content {
				 float:right; width:750px; height:1275px;
				 text-align:left;
				 padding:10px;
				 background: #f3f0ff;
			
	}		 

#footer {
				 float:right; width: 750px; height: 100px;
				 text-align:left;
				 padding:0px;
				 background: #f3f0ff;
				
	}		 		 


#sidebar {
  float:left; width: 150px; height: 1376px; padding: 10px;
	border-style: inset; border-width: 2px; border-color: #800080;
	font-size: 1.0em;
	background: #a621fe;
}

#links {
  float:left; width: 130px; height: 300px; padding: 10px;
	border-style: inset; border-width: 2px; border-color: #800080;
	font-size: 1em;
	background: #d099fd;
}

#adds {
  float:left; width: 130px; height: 300px; padding: 10px;
	border-style: none; border-width: 1px; border-color: #d5a9fe;
	font-size: 1em;
	background: #a621fe;
}


h1 {	 	 
		 padding: 10px;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 140%;
		 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: blue;
}
a:hover{
				color: #ecd8fc;
				text-decoration: underline;
				background-color:  #a621fe;
}


