@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('../fonts/GoudyBookletter1911.eot');
	src: local('Goudy Bookletter 1911'), local('GoudyBookletter1911'), url('../fonts/GoudyBookletter1911.ttf') format('truetype');
}

body {
	/*background:url(../img/bg/body.jpg) 0 0 repeat;*/
	background-color:#333;
	/*font:62.5% Baskerville,Garamond,GoudyBookletter1911Regular,'Adobe Caslon Pro',Palatino,'Times New Roman',Georgia,serif;*/
	font: 62.5% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0;
	padding:0;
	color:#eee;
}
div.section {
	background-color:#fff;
	color:#111;
	border:2px solid #000;
	/*border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;*/
	margin:20px auto;
	padding:20px;
	width:720px;
	text-align:center;
}
a { color:#b30000; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 {
	background:#fff url(../img/crow-logo.jpg) 0 0 no-repeat;
	width:309px;
	height:300px;
	text-indent:-9999px;
	margin:20px auto;
/*	border:2px solid #999;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
*/
}
h2,h3 { 
	font-size:3.5em;
	padding-bottom:.2em;
}
h2 { text-transform:uppercase;}
h3 { padding-top:.3em;}
h4 { 
	font-size:2em;
	padding-bottom:.6em;
}p { 
	font-size:1.8em;
	padding-bottom:1em;
}
p em { 
	font-size:.9em;
}


