/*  #wrapper {
		background:  #000000 url(images/page-background2.gif) repeat-x;
}  */
 
h1 {
	 	text-align: center;
		color: yellow;
		text-decoration: none;
		}
		
h2 {
		text-transform: uppercase;
		margin-bottom: 0.5em;
		color: yellow;
		text-align: center;
		text-decoration: none;
			} 
h3	{
	color: yellow;
	text-align: center;
			}
			
.scContainer3 {
		position: relative;
		float: left;
		width: 151px;
		top: 5px;
		padding: 0 20px 10px 20px;
			}

.scContent3 {
		
		width: 150px;
		height: 150px;		
		background: #dddddd;		
		}
		
.scContainer4 {
		position: relative;
		float: left;
		width: 151px;
		top: 5px;
		padding: 0 10px 20px 10px;
	
		}

.scContent4{
		
		width: 150px;
		height: 150px;		
		background: #dddddd;
		}
		
.scContainer5 {
		position: relative;
		float: right;
		width: 151px;
		top: 5px;
		bottom: 20px;
		padding: 0 20px 10px 20px;
	
		}

.scContent5{
		
		width: 150px;
		height: 150px;	
		background: #dddddd;
		}	
		
.scContainer6{
		position: relative;
		float: right;
		width: 151px;
		top: 5px;		
		bottom: 20px;
		padding: 0 10px 20px 10px;
	
		}

.scContent6{
		
		width: 150px;
		height: 150px;		
		background: #dddddd;}
		

