body { 
	background-color: #14030f; 
	font-family: "Myriad Web", Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
} 
p { 		
	color: #959481; font-size: 11px; 
}

a { 		
	text-decoration: none; 
	
}

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

p.recommend { 
	color: #6a6e6b; font-size: 9px; 

}
/**
#shadow-container {
    position: center;
    

    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    right: -2px;
    
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #232b2c;
    }

    #shadow-container .shadow2 {
        background: #232b2c;
    }

    #shadow-container .shadow3 {
        background: #232b2c;
    }

    #shadow-container .container {
        background: #3a403b;
        border: 1px solid #262927;
        padding: 1px;
    }
