@charset "UTF-8";
/* CSS Document */



body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #1F2251;
}

.Page-Body {
	padding: 10px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.Navigation-Bar {
	color: #6694FA;
	font-style: italic;
}

a {
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #6694FA;
}

a:visited {
	text-decoration: none;
	color: #6694FA;
}
a:hover {
	text-decoration: none;
	color: #6694FA;
}
a:active {
	text-decoration: none;
	color: #6694FA;
}



.Contact-Form-Box {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.Headings {
	font-family: "Book Antiqua";
	font-size: 36px;
	font-style: italic;
	color: #4449AB;
}

.Sub-Headings {
	font-family: "Book Antiqua";
	font-size: 24px;
	font-style: italic;
	color: #4449AB;
}
.Slide-Wrapper {
	width: 930px;
}
.Slide-Wrapper-Left {
	width: 320px;
	float: right;
}
.Bottom-Box {
	width: 230px;
	padding-right: 50px;
	padding-left: 50px;
}
.Slide-Wrapper-Right {
	width: 600px;
	float: left;
}

.Photo-Border-Left {
	border: thin solid #4449AB;
	padding: 10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.Photo-Border-Right {
	border: thin solid #4449AB;
	padding: 10px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}

.Exhibitions-Text-Area {
	padding: 10px;
	width: 910px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4449AB;
	border-right-color: #4449AB;
	border-left-color: #4449AB;
}

.Exhibitions-Text-Area-Bottom {
	padding: 10px;
	width: 910px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4449AB;
	border-bottom-color: #4449AB;
	border-left-color: #4449AB;
	border-bottom-style: solid;
}
.box-inner {
	height: 350px;
	width: 650px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #6694FA;
}
