h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	letter-spacing: normal;
}
.floatRt {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 700px;
	margin-right: auto;
	margin-left: 30px;
}
.ctrAlign {
	text-align: center;
}
.basicText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.lftAlign {
	text-align: left;
}
.rtAlign {
	text-align: right;
}
.resume {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	width: 700px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.paintingtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bolder;
}

.bg {
	background-color: #FFFFFF;
	background-image: url(artwork/images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.bgwhite {
	background-color: #FFF;
}
.pageContainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

img {
	border:none;
}

a {
	text-decoration: none;
}

