/* ------------ STYLE ------------ */

body {
	font-family: 'Arial', sans-serif;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
}

.content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.contentSide {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.navigation {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	word-spacing: 0px;
}

.activeNavTop {
	color: #dad0cb;
}

.activeNavBottom {
	color: #999999;
}

.quote {
	font-family: times new roman, times, serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #666666;
}


/* ------------ HEADINGS ------------ */

.pagetitle {
	font-family: 'Arial', sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	color: #A1877A;
}

.pagetitleCenter {
	font-family: 'Arial', sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	color: #A1877A;
}

.titleBrown {
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #A1877A;
	background-color: white;
}

.titleBrownLeft {
	font-family: 'Arial', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #A1877A;
}

.titleblack {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
}

.titlenav {
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

.paintingTitle {
	font-family: 'Arial', sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #A1877A;
}

#h1 {
	font-family: 'Arial', sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
}



/* ------------ LAYOUT ------------ */


#header {
	width: 740px;
	height: 254px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A1877A;
}

#headerNav {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color: #A1877A;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#contentBody {
	position: absolute;
	float: left;
	top: 0px;
	width: 509px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 220px;
	background-color: white;
}

#contentSide {
	position: relative;
	float: right;
	width: 205px;
	text-align: center;
	padding-bottom: 20px;
	background-color: #DAD0CB;
}


#footerNav {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	background-color: white;
}


#copyright {
	clear: both;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	top: 0px;
	padding-top: 10px;
}


/* ------------ LINKS ------------ */

#wrapper a:link {
	color: #000080;
	font-weight: normal;
	text-decoration: none;
}

#wrapper  a:visited {
	color: #000080;
	font-weight: normal;
	text-decoration: none;
}

#wrapper  a:hover {
	color: #344483;
	font-weight: normal;
	text-decoration: underline;
}

#wrapper  a:active {
	color: #000080;
	font-weight: normal;
	text-decoration: none;
}

#copyright a:link {
	color: #A1877A;
	font-weight: normal;
	text-decoration: none;
}

#copyright a:visited {
	color:#A1877A;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover {
	color: #344483;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:active {
	color: #A1877A;
	font-weight: bold;
	text-decoration: none;
}

#headerNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#headerNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#headerNav a:hover {
	color:#344483;
	text-decoration: none;
}

#headerNav a:active {
	color:#FFFFFF;
	text-decoration: none;
}