/* container------------------------------------- */

body {
	background-color: #e2d6c5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.container {
	position: relative;
	height: auto;
	width: 760px;
	margin: 0px auto;
	z-index: 3;
}


/* Header---------------------------------------- */

.artinst a{
	background-image: url(Images/headartinst.jpg);
	position: absolute;
	height: 55px;
	width: 300px;
	padding: 0px;
	top: 0;
}
.gogh a{
	background-image: url(Images/headgogh.jpg);
	height: 55px;
	width: 250px;
	position: absolute;
	left: 510px;
	top: 0;
}
.headspace {
	position: absolute;
	height: 55px;
	width: 210px;
	left: 300px;
	background-color: #525c75;
	top: 0;
}

.header {
	height: 91px;
	width: 760px;
	background-color: #8f543e;
	position: relative;
}


/* Links and Navigation-------------------------- */

.links {
	height: 30px;
	width: 760px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.navfront {
	background-color: #3f3333;
	position: absolute;
	height: 30px;
	width: 50px;
	left: 0px;
	top: 58px;
}
.navvisinfo {
	background-color: #ffffff;
	position: absolute;
	height: 30px;
	width: 116px;
	left: 50px;
	top: 58px;
}
.navsp1 {
	background-color: #8f543e;
	position: absolute;
	height: 30px;
	width: 3px;
	left: 166px;
	top: 58px;
}
.navselworks {
	background-color: #ffffff;
	position: absolute;
	height: 30px;
	width: 157px;
	left: 169px;
	top: 58px;
}
.navsp2 {
	background-color: #8f543e;
	position: absolute;
	height: 30px;
	width: 3px;
	left: 326px;
	top: 58px;
}
.navexthemes {
	background-color: #ffffff;
	position: absolute;
	height: 30px;
	width: 173px;
	left: 329px;
	top: 58px;
}
.navsp3 {
	background-color: #8f543e;
	position: absolute;
	height: 30px;
	width: 3px;
	left: 502px;
	top: 58px;
}
.navbio {
	background-color: #ffffff;
	position: absolute;
	height: 30px;
	width: 124px;
	left: 505px;
	top: 58px;
}
.navsp4 {
	background-color: #8f543e;
	position: absolute;
	height: 30px;
	width: 3px;
	left: 629px;
	top: 58px;
}
.navpress {
	background-color: #ffffff;
	position: absolute;
	height: 30px;
	width: 78px;
	left: 632px;
	top: 58px;
}
.navback {
	background-color: #3f3333;
	position: absolute;
	height: 30px;
	width: 50px;
	left: 709px;
	top: 58px;
}
.lowerlinksbreak {
	background-color: #8f543e;
	position: relative;
	height: 3px;
	width: 760px;
	left: 0px;
	top: 88px;
}


/* Content--------------------------------------- */

.content {
	background-color: #ECE9E6;
	height: auto;
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 10px;
}
.textcontent{
	width: 740px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
}
.infopic{
	width: 306px;
	height: 175px;
	display: block;
	position: absolute;
	left: 326px;
	background-image: url(Images/infopic.jpg);
	background-repeat: no-repeat;
	top: 30px;
}


/* Footer---------------------------------------- */

.footer {
	height: 30px;
	width: 760px;
	left: 0px;
	position: relative;
	background-color: #8f543e;
	right: 10px;
	bottom: 10px;
}
.copyright {
	height: 27px;
	width: 760px;
	position: absolute;
	top: 3px;
	background-color: #e2d6c5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

.footer  a:link {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.footer a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* a:states-------------------------------------- */

.textcontent a:link {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
}
.textcontent a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textcontent a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textcontent a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* Text Formating-------------------------------- */

.textformathead{
	font-size:         0.9em;
	font-weight:       bold;
	line-height:       1.4;
	background-repeat: no-repeat;
	text-transform:    uppercase;
	letter-spacing:    2px;
	margin-left:       4px;
	padding-bottom:    2px;
	color: #525C75;
    }
.vangogh {
	float: right;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.vangogh img {
	border: 3px solid #8F543E;
}
.alignright {
	float: right;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 20px;
}

