		body {
			background: url(../img/freebrapsbg1.png) #B9B9B9 top left repeat;
			margin: 0px;
			width: 100%;
			font-family: Helvetica, Arial, san-serif;
			font-size: 1em;
			}
		
		#header {
			height: 150px;
			margin: 1% 10% 0% 10%;
			width: 80%;
			background: url(../img/freebraps.gif) center #000 no-repeat;
			border: 5px groove #ccc;
		}	

		#adstop {
			width: 100%;
			margin-left:auto;
			margin-right:auto;
			text-align: center;
		}
		
		
		#braps {
			width: auto;
			margin: 2% 15% 5% 15%;
		}	
		
		#braps p {
			text-align: center;
			width: 100%;
		}

		#braps a:link {
			text-decoration: none;
			color: #FFF;
		}
		
		#braps a:hover {
			text-decoration: underline;
			color: #FFF;
		}
		
		#braps a:visited {
			text-decoration: none;
			color: #FFF;
		}
		
		#braps a:visited:hover {
			text-decoration: underline;
			color: #FFF;
		}		
		
		#braps dt {
			text-align: center;	
			width: 60%;
			margin: .3em auto 0 auto;
			background: #ccc;
			padding: .4em;
			border: 3px outset #CCC;
		}
		
		#braps dt a:link {
			text-decoration: none;
			background: #333;
			border: 2px inset #ccc;
			padding: .3em;
			color: #fff;
		}

		#braps dt a:visited {
			text-decoration: none;
			background: #333;
			border: 2px inset #ccc;
			padding: .3em;
			color: #fff;
		}

		#braps dt a:hover {
			text-decoration: none;
			background: #FFF;
			border: 2px inset #EEE;
			padding: .3em;
			color: #000;
		}

		#braps dt a:visited:hover {
			text-decoration: none;
			background: #FFF;
			border: 2px inset #EEE;
			padding: .3em;
			color: #000;
		}		
			
		#braps dd {
			text-align: justify;
			background: url(../img/up1.png) top center #B9B9B9 no-repeat;
			margin: 0 15% .7em 15%;
			padding: .5em 1em;
			color: #DEF;
			border: 2px inset #ccc;
		}
		
		#braps dd p {
			text-align: justify;
		}
		
		#braps dd a:link {
			text-decoration: none;
			color: #000;
		}
		
		#braps dd a:hover {
			text-decoration: underline;
			color: #FFF;
		}
		
		#braps dd a:visited {
			text-decoration: none;
			color: #000;
		}
		
		#braps dd a:visited:hover {
			text-decoration: underline;
			color: #FFF;
		}		
			
		#footer {
				border-style: none;
				border-width: 0px;
				color: #000000;
			}
		#footer a:link { color: #000;
				background-color: #111;
				text-decoration: none;}
		#footer a:hover { color: red;
				text-decoration: none; }
		#footer a:active {color: red;
				text-decoration: none; }			
		#footer a:visited { color: #333; 
				text-decoration: none;}
		#footer a:visited:hover { color: #CCC ;
				text-decoration: none;}
					
		#footer img {
				width: 80%;
				float: right;
			}