@charset "UTF-8";
/* CSS for homepage */
body, div, span, table, tr, td, p, h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;/*background-image:url(images/pagebck.jpg);
	background-position:center;
	background-repeat:repeat-y;*/
}
body {
	text-align: center;
	font-size: 12px;
	background-color: #222;
}
#container {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #f5f5f5;
	height: 500px;
	background-image: url(http://www.furmat.de/images/frances-chalkboard-bck.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-radius: 13px;
	margin-top: 30px;
	border: 4px solid #CCC;
	/*font-family: 'Sriracha', cursive;*/
	font-family: 'Overlock', cursive;
}
#frances {
	margin-left: 6%;
	margin-right: 10px;
}

h1 {
	margin: 20px 0;
	color: #CCC;
	font-size: 40px;
	font-family: 'Mitr', sans-serif;
}
h1.hover{}
.nav {
	color: #333333;
	font-weight: bold;
}
.nav a:link {
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
}
.nav a:visited {
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
}
.nav a:hover {
	padding: 0 10px;
	color: #BA543B;
	text-decoration: underline;
}
.nav a:active {
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: blue
}
a:visited {
	text-decoration: none;
	color: blue
}
a:hover {
	text-decoration: none;
	color: #BA543B;
}
a:active {
	text-decoration: none;
	color: blue;
}
.listStyle {
	padding: 0;
	margin-left: 10;
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 1.5em;
	list-style-image: url("images/bullet_orange_list.gif");
	font-family: 'Sriracha', cursive;
	color: #CCC;
}
.listStyle li {
	margin-left: 26px;
}
.clearfloat {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
}
.photo {
	border: 1px solid #CCC;
}
/*.peggy{overflow:visible;}
.peggy:hover{background:url(https://upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Peggys_Cove_Harbour_01.jpg/375px-Peggys_Cove_Harbour_01.jpg) no-repeat;}*/
