* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background:#EBE6D9 url('../images/background.jpg') no-repeat center top;
	font-size: 14px;
	line-height: 18px;
	font-family: arial, sans-serif;
	color: #404040;
}

a {
	color: #404040;
}

a:hover {
	color: #D4A31A;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

/*** sections ***/

#container {
	width: 960px;
	height: 2000px;
	margin: 20px auto 50px auto;
}

#header {
	background: #404040 url('../images/title2.png') no-repeat 0px;
	height: 100px;

}

#menu {
	background: #D4A31A;
	padding: 8px 20px;
}

#menu ul {
	list-style: none;
	display: inline;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
	margin-right: 20px;
}

#menu a:hover {
	color: #202020;
}

/*** main content ***/
#content {
	background-color:#fff;
	padding: 18px 48px 74px 48px;
	float: left;
	width: 864px;
}

.sculptures {
	margin: 36px 0 30px 82px;
	float: left;
	height: 400px;
}

.paintings {
	margin: 36px 82px 30px 0;
	float: right;
	height: 400px;
}

.large-text {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 800px;
	font-size: 26px;
	font-style: italic;
	color: #404040;
	letter-spacing: 1.4px;
	line-height: 36px;	
}

h2 {
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 18px;
	font-size: 26px;
	color: #808080;
}

h3 {
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
	font-size: 16px;
	color: #464646;
}

#content p {
	margin-bottom: 18px;
}

.gallery {
	margin: 40px -39px 0 -39px;
}

.box {
	float: left;
	margin: 0 39px 0 39px;
	width: 236px;
	height: 313px;
	overflow: hidden;
}

.gallery img {
	height: 236px;
	overflow: hidden;
}

.gallery p {
	float: left;
	margin: 9px 0;
	width: 240px;
	height: 53px;
	padding: 0;
	font-size: 12px;
	font-family: arial, courier new, courier, sans serif;
}

#content .nav {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
	top: -35px;
	line-height: 0;
	font-size: 14px;
}

#content .bot-nav {
	clear: both;
	position: relative;
	top: 25px;
	width: 800px;
	float: right;
}

.highlight {
	font-weight: bold;
}

.right {
	float: right;
}

#content .bottom-margin {
	margin-bottom: 36px;
}

#content .top-margin {
	margin-top: 36px;
}

#content ul {
	margin: 18px 0 20px 30px;
	line-height: 18px;
}

.school-pics {
	margin:20px 0;
}

.school-pics img {
	margin: 5px 5px 0 0;
	width: 100px;
	height: 150px;
}

.button {
	background: #464646;
	padding: 7px 10px;
	display: inline;
	-moz-border-radius: 22px;  
	-webkit-border-radius: 22px;
	color: white;
	font-weight: bold;
	letter-spacing: 0.5px;
	border: none;
	cursor: pointer;
}

.button a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	letter-spacing: 1px;
}

.button:hover {
	background: #D4A31A;
}

.addthis {
	float: right;
	width: 155px;
}

/*** contact form ***/

#email-form-wrapper {
	width: 600px;
	padding:  9px 30px;
	border: 2px solid #D4A31A;
	margin: 36px 0;
	-moz-border-radius: 22px;  
	-webkit-border-radius: 22px;	
	background: url('../images/heart.png') no-repeat 430px 14px;
	min-height: 106px;
}

#email-form-wrapper  .verify {
	float:left;
	margin-right:11px;
}

#email-form-wrapper .math {
	margin-bottom:36px;
	margin-top:12px;
}

#email-form-wrapper #mathanswer {
	height: 18px;
}

#email-form-wrapper #error-msgs {
	border: 1px solid red;
	padding: 18px 10px 0 10px;
	margin-bottom: 18px;
	width: 330px;
	font-size: 12px;
	line-height: 12px;
}

#email-form-wrapper .error-title {
	font-weight: bold;
}

#email-form-wrapper .errors {
 color: red;
}

#email-form-wrapper .form-label {
	font-weight: bold;
}

/*** footer ***/

#footer {
	background: #404040 url('../images/torn-paper3.png') no-repeat;
	padding: 120px 20px 5px 20px;
	color: white;
	font-size: 10px;
	width: 920px;
	float: left;
	height: 40px;
}

#footer a {
	color: #D4A31A;
}

#footer a:hover {
	color: #fff;
}


#footer .addthis {
	float: left;
	width: 155px;
}

