.class_box_shadow{
    width:825px;
    min-width: 900px;
    min-height: auto;
    margin: 0;
    background: #ffffff;
    border: 0;
    position:center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.99);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.99);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.99);
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size:11px;
	color:#663300;
}

h2 {
 font-family: 'Lato', sans-serif; font-weight: 900; letter-spacing: 1px; font-size:12px; color:#663300 ;
}

h3 {
 font-family: 'Lato', sans-serif; font-weight: 400;  line-height: 1.8em; letter-spacing: 1px; font-size:12px; color:#663300 ;
}

h4 {
 font-family: 'Lato', sans-serif; font-weight: 400;  line-height: 1.8em; letter-spacing: 1px; font-size:11px; color:#85B137 ;
}





a:link {
	color: #CC6600;
	text-decoration: none;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #85B137;
	text-decoration: none;
}
