
body {
	font: 12px Arial, Helvetica, sans-serif;
	background:#efea8f url(http://sweetmarthas.com/images/bg.jpg) no-repeat top center;
	padding: 0;
	margin: 0;
}

a:focus{outline:none;}

#NavBar {
	background:#efea8f url(http://sweetmarthas.com/images/nav.gif) repeat-x;
	height: 108px;
	margin-top: 20px;
}

.CorkBoard {
	background:transparent url(../images/corkBoard.png) no-repeat;
	width: 934px;
	height: 730px;
	margin: -130px auto 0 auto;
	position: relative;
}

/*  Contact Page */
.BigNote {
	width: 309px;
	height: 427px;
	top:185px;
	left:190px;
	position:absolute;
	background:transparent url(../images/BigNotPage.png) no-repeat center center;
}
.BigNote form {
	margin:50px 0 0 30px;
	}

.SmallNote	{
	width: 251px;
	height: 159px;
	top:285px;
	left:540px;
	position:absolute;
	background:transparent url(../images/RuledNoteCard_copy.png) no-repeat center center;
}