@charset "utf-8";
img, div { behavior: url(iepngfix.htc) }
a {
color:#000000;
text-decoration:none;
}
#navbar {
	position: absolute;
	height: 50px;
	width: 300px;
	left: 242px;
	top: 110px;
}
#underline {
	background-image: url(images/underline.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 600px;
	left: 211px;
	top: 86px;
}


#header {
	position: absolute;
	left: 210px;
	top: 10px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 600px;
}
body {
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/bg_yellow2white.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content {
	border: none;
	position: relative;
	width: 600px;
	left: 0px;
	top: 0px;
	margin-bottom:10px;
}
#footer {
	position: relative;
	bottom: 10px;
}
#motto {
	background-image: url(images/motto.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 500px;
	left: 250px;
	top: 93px;
}

#bfly1 {
	position: absolute;
	left: 18px;
	top: 188px;
	background-image: url(images/butterfly1.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
}
#bfly2 {
	position: absolute;
	left: 810px;
	top: 40px;
	background-image: url(images/butterfly2.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
}

#bfly3 {
	position: absolute;
	left: 34px;
	top: 306px;
	background-image: url(images/butterfly3.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 180px;
}

#sblogo {
	position: absolute;
	height: 200px;
	width: 200px;
	left: 5px;
	top: 0px;
	background-image: url(images/SBlogo.png);
	background-repeat: no-repeat;
}
#splodge {
	position: absolute;
	height: 200px;
	width: 200px;
	left: 14px;
	top: 8px;
	background-image: url(images/splodge.png);
	background-repeat: no-repeat;
}#preview {
	background-color: #000000;
	height: 200px;
	width: 100px;
	border: medium solid #666666;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	margin: 10px;
}
#previewHdg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	height: 20px;
	width: 200px;
	left: 0px;
	top: 0px;
}
#previewClose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 20px;
	width: auto;
	top: 10px;
	right: 10px;
	text-align: right;
	cursor: pointer;
}
#central {
	border: none;
	position: absolute;
	width: 600px;
	left: 209px;
	top: 165px;
	margin-bottom:100px;
}

#nav_about_me {
	background-image: url(images/buttons/about_me.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 0px;
	top: 0px;
	cursor:pointer;
}
#nav_about_me:hover {
	background-image: url(images/buttons/about_me_on.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 0px;
	top: 0px;
	cursor:pointer;
}
#nav_paintings {
	background-image: url(images/buttons/paintings.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 110px;
	top: 0px;
	cursor:pointer;
}
#nav_paintings:hover {
	background-image: url(images/buttons/paintings_on.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 110px;
	top: 0px;
	cursor:pointer;
}
#nav_contact {
	background-image: url(images/buttons/contact.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 220px;
	top: 0px;
	cursor:pointer;
}
#nav_contact:hover {
	background-image: url(images/buttons/contact_on.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 100px;
	left: 220px;
	top: 0px;
	cursor:pointer;
}

