@charset "utf-8";

body {background-color: #D3AFB6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif}

.banner {
	background-image: url(images/da_vinci_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-style: solid;
	float: none;
	height: 320px;
	width: 952px;
	padding-top: 15px;
	border-width: 4px 4px 0 4px;
	margin: 0 auto 0 auto;
	border-color:  #53471E
}
	
.banner img {border: none; float:left; padding: 234px 43px 0 43px}

.main_content {background-color: #EDE7DE;
	border: 4px solid #53471E;
	width: 922px;
	margin: 0 auto 10px auto;
	padding: 0 15px 15px 15px;
	line-height: 20px}

h1 {font-size: 24px; font-weight: normal; padding: 20px 0 20px 0; clear:both}

.image_left {float: left; padding: 5px; border: 1px solid #53471E;
	margin-bottom: 35px; margin-right: 15px}
	
.image_right {float: right; padding: 5px; border: 1px solid #53471E;
	margin-bottom: 35px; margin-left: 15px}


a {font-weight: normal; color: #600; font-style: italic;
	text-decoration: underline}
	
.davinciQuote {clear:both; margin: 30px 30px 10px 30px; border-top: solid 1px #531E1E; border-bottom: solid 1px #531E1E;text-align:center; line-height: 33px}

.clearboth {clear:both}
