@import 'cssdeck/_handler.css';

															/** BODY ELEMENTS **/
body {
    background-image:url(../images/background.png);
    background-repeat:no-repeat;
    background-color: #ffe6e5;
     
	
}


															/** MAIN CONTAINERS **/
#container {
	width: 960px;
}
	
	#content-wrapper {   
	    position:relative;
	    
	    
	 

		
	}






		#content {
			
		}
			.content-in {
	
			}

			
	#footer {
		
	}
		.footer-in {
			
		}






															/** SUB CONTAINERS **/
.section.two{
  
 
}

.section.one{


}

.textnew{
 
    font-size:12px;
    position:relative;
    z-index:2;
    margin-top:-42px;
    margin-left:20px;
    }


															/** LISTS **/






															/** TYPOGRAPHY **/
h1 {
    color:black;
    font-size:22px;
    font-family:Verdana;
	
}
p {
    
	font-family:Verdana;
}

.textnew{
    font-family:San-serif;
    font-weight:bold;
    font-size:16px;
    color:#bf479e;

    
}

ul{list-style:none;
}


a {
    text-decoration:none;
    color:#bf479e;
    outline:none;
	
}
	a:hover {
		
	}





