body
{
	/* font-family: Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif; */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-image: url(../assets/images/backgrounds/background.jpg);
	background-repeat: no-repeat;
	/* background-position: center; */
	/* background-attachment: fixed; */
	/* background-color: #5b6d19; */
}

h1
{
	/* font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif; */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 32px; font-weight: bold; color: rgb(108,16,13);
	line-height: 40px;	
}

h2
{
	/* font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif; */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 24px; font-weight: bold; color: rgb(108,16,13);
	line-height: 24px;
}

h3
{
	/* font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif; */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px; font-weight: bold; color: rgb(108,16,13);	
}

#cardboardsheet
{
	background-image: url(../images/cardboard4.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 360px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#logopreview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

a
{
	text-decoration: none;
	color: rgb(108,16,13);
}

a:hover
{
	text-decoration: underline;
	color: rgb(108,16,13);
}

.errormsg {color:#FBC2C4;}
