@charset "utf-8";
/* CSS Document */

* {
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	-ms-text-shadow: none !important;
	-o-text-shadow: none !important;
	text-shadow: none !important;
}

blockquote, h1, h2, h3, h4, h5, h6, ol, p, table, td, th, ul {
	background: none !important;
	color: #45382A !important;
}

/* hidden elements */
#wrapper #headerWrapper #header #buttons {display: none;}
#wrapper #navWrapper {display: none;}
#footer {display: none;}
#breadcrumb {display:none;}
.rightCol {display:none;}

#leftCol {width:100% !important;}


/*make the logo smaller*/
#headerWrapper {height:80px !important;}
#header {height:80px !important;}
#header a#logo img {height:70px !important;}



/*font sizes*/
h1 {
	color: #332519;
	font-family: "NovecentoWideDemiBold", Novecento wide, Arial, Helvetica, sans-serif, sans;
	font-size: 30px !important;
	font-weight: normal;
	margin: 0 0 10px;
}

h2 {
	font-size: 24px !important;
	line-height: 28px !important;
}

h3 {
	font-size: 22px !important;
	line-height: 26px !important;
}

h4 {	
	font-size: 16px !important;
	line-height: 20px !important;
}

h5 {
	font-size: 15px !important;
	line-height: 20px !important;
}

h6 {
	font-size: 15px !important;
	line-height: 20px !important;
}


ol {
	font-size: 15px !important;
	line-height: 28px !important;
}

p {
	font-size: 19px !important;
	line-height: 24px !important;
}

