/* typography.css */

body { 
font : 100%/1.5 "Garamond" Georgia, Times New Roman, Times, serif; 
	color : #000;}


p { 
font-size : 100%; }
.text {
	padding:25px;
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
}
.sidebarText {
	padding:40px;
	padding-left:22px;
	padding-right:22px;
	text-align:justify;
}
.footerTxt {
font : 95%/1.5 Monotype Corsiva, "Garamond"; color : #580C0E;}

h1 {
	font : 130% "Garamond";
	font-weight:bold;
	color : #000;
	padding-bottom:12px;
	/*padding-left:6px;*/
	background:url(../images/header_background_mainContent.jpg) no-repeat;
	background-position:20px 30px;
	width:100%;

}
h2 {
	font : 130% "Garamond";
	font-weight:bold;
	color : #000;
	padding-bottom:20px;
	background:url(../images/header_background_sidebar.jpg) no-repeat;
	background-position:20px 30px;
	width:100%;

}

#breadCrumbs {
	font-size:10px;
	color:#580C0E;
	text-align:right;
	position:absolute;
	top:5px;
	right:10px;
	width:400px;
}

a:link, a:visited {
	color:#580C0E;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.excited {
	font-size:110%;
	font-weight:300;
	text-decoration:underline;
}