
BODY {
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	color: black;
   background-repeat: no-repeat;
}

@media print {
	body, #resume {
		background-color: transparent;
		color: black !important;
	}

	#resume {
		margin-left: 0;
	}

	.paintings_nav {
		display: none;
	}
}
	
H1 {
	font-family: "Times New Roman", Times, serif;
	color: #3399CC;
	/*padding: 1px 1px 1px 20px;*/
	padding: 1px;
	font-weight: 500;
	text-align: center;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding: 1px 1px 1px 20px;
	font-weight: 300;
}
H3 {
	color: #3399CC;
	padding-left: 40px;
}

P {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	/*text-align: left;*/
	font-weight: lighter;
	/*padding-left: 20px;*/
	/*width: 800px;*/
}

STRONG {
	color: inherit;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}


UL {
	font-family: "Times New Roman", Times, serif;
	color: black;
	line-height: 1.1em;
	font-weight: lighter;
	padding-left: 49px;
}

/* basic navigation styles */
A {
	color: #996699;
}
	
		
A:HOVER {
	color: #CC9900;
}



.topnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #990033;
	padding: 20px 20px 0;
}
.paintings_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #990033;
}

.bottomnav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: lighter;
	padding: 0 0 0 2px;
}

.title {
	font-size:15px;
	color: #336699;
	padding: 8px 0 0 2px;
}

img.thumbnail {
	margin: 0 0 2px 0;
	padding: 0;
	border: 1px solid #777777;
	}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size:15px;
	color: #CCCCCC;
	padding: 8px 0 0 2px;
}
#PaintingGallery {
	padding: 0;
	margin-top: 80px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	text-align: left;
	width: 481px;
}
#resume {
	margin-left: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
}
#resume_inset {
	font: inherit;
	margin-left: 30px;
	
}
.resume {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	margin-top:  20px;
	margin-left: 40px;
	/*width: 370px;*/
	text-align: justify;
	
}
.catalog {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 30px;
	width: 440px;
	text-align: justify;
}

#admin {
	font-size: 17px;
}
#admin_login {
	text-align: center;
}
#editor {
	border: 2px dotted black;
	padding: 1ex;
}
.error {
	color: red;
}


