/* CSS Document */

body {
	background-color: #FEF9DE;
	background-position: 100% 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
}

#container {
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin-top: 20px;
	height: 100%;
}
/*
#title {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	text-align: center;
	padding-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}
*/

#titlenav {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/agnes.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	width: 100%;
	background-repeat: repeat-x;
}

.title1 {
	font-size: large;
	padding-top: 10px;
	color: #000000;
	padding-right: 20px;
	font-family: "Courier New", Courier, monospace;
}
.title2 {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #333333;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
}


#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	float: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 45px;
	border-right-width: 30px;
	border-bottom-width: 45px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#contact {
	border: 2px solid #000000;
	height: 100%;
	width: 100%;
}


#gallery {
	margin-top: 37px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEFFDD;
}

img {
	border: 10px solid #EBEBEB;
	margin: 17px;
}

#paintings {
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	background-color: #FFFFFF;
	}

.artworkthumb {
	float: left;
	text-align: justify;
}
p {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}

.imagebox {
	width: 210px;
	height: 210px;
	float: left;
	margin: 20px;
}


#text {
	width: 365px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#video {
	margin-left: 20px;
	float: left;
}


.indent {
	padding-left: 10px;
}
