/* Default fonts */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Headings ------------------------------------------------------- */
h1 {
	font-family: 'Tangerine', cursive;
	font-weight:400;
	font-size:5em;
	line-height: 20%;
	color:brown;
	text-indent: 2em;
	margin:40px;
}

/* Paragraph test -------------------------------------------------- */
p {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size:1.5em;
	line-height:140%;
	text-indent:0em;
	color:brown;
}

hr {
	background:brown;
	width:1080px;
	height:2px;
	margin:.3em;
	border:none;
}

hr.wide {
	height:8px;
}

/* Positioning -------------------------------------------------- */
div {
	border:1px solid blue;
}

div.full {
	position:relative;
	top:0px;
	left:50px;
	height:950px;
	width:1030px;
}

img.bottom {vertical-align:text-bottom;}
img.middle {vertical-align:text-middle;}
img.top {vertical-align:text-top;}
img.left {vertical-align:text-left;}
img.right {vertical-align:text-right;}


